assertEquals(harness.getSuccessColor(), job.getColor());
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[133]
HudsonModelBuild build = client.getBuild(job, job.getLastBuild(), null);
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[133]
HudsonModelBuild build = client.getBuild(job, job.getLastBuild(), null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getBuild(HudsonModelJob, HudsonModelRun, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[133]
HudsonModelBuild build = client.getBuild(job, job.getLastBuild(), null);
^^^^^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getLastBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[138]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[138]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[138]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.ANONYMOUS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[139]
List<HudsonModelJob> jobs = client.getJobs(Collections.singletonList(harness.getPlanDisabled()), null);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[139]
List<HudsonModelJob> jobs = client.getJobs(Collections.singletonList(harness.getPlanDisabled()), null);
^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getJobs(List<String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[142]
HudsonModelJob job = jobs.get(0);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[143]
assertEquals(HudsonModelBallColor.DISABLED, job.getColor());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[143]
assertEquals(HudsonModelBallColor.DISABLED, job.getColor());
^^^^^^^^
Discouraged access: The field 'HudsonModelBallColor.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[143]
assertEquals(HudsonModelBallColor.DISABLED, job.getColor());
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[146]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[146]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getBuild(HudsonModelJob, HudsonModelRun, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[146]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient.BuildId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[146]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^
Discouraged access: The field 'RestfulHudsonClient.BuildId.LAST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[146]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.BuildId.getBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[149]
} catch (HudsonResourceNotFoundException e) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonResourceNotFoundException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[157]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[157]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[157]
RestfulHudsonClient client = harness.connect(PrivilegeLevel.ANONYMOUS);
^^^^^^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.ANONYMOUS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[158]
List<HudsonModelJob> jobs = client.getJobs(Collections.singletonList(harness.getPlanGit()), null);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[158]
List<HudsonModelJob> jobs = client.getJobs(Collections.singletonList(harness.getPlanGit()), null);
^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getJobs(List<String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[161]
HudsonModelJob job = jobs.get(0);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[162]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[162]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getBuild(HudsonModelJob, HudsonModelRun, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[162]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient.BuildId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[162]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^
Discouraged access: The field 'RestfulHudsonClient.BuildId.LAST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[162]
HudsonModelBuild build = client.getBuild(job, BuildId.LAST.getBuild(), null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.BuildId.getBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[163]
assertNotNull(build.getAction());
^^^^^^^^^
Discouraged access: The method 'HudsonModelActionable.getAction()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[173]
RestfulHudsonClient client = harness.connect();
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[174]
ensureHasRunOnce(client, jobName, HudsonModelBallColor.RED);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[174]
ensureHasRunOnce(client, jobName, HudsonModelBallColor.RED);
^^^
Discouraged access: The field 'HudsonModelBallColor.RED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[179]
assertEquals(HudsonModelBallColor.RED_ANIME, harness.getJob(jobName).getColor());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[179]
assertEquals(HudsonModelBallColor.RED_ANIME, harness.getJob(jobName).getColor());
^^^^^^^^^
Discouraged access: The field 'HudsonModelBallColor.RED_ANIME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[179]
assertEquals(HudsonModelBallColor.RED_ANIME, harness.getJob(jobName).getColor());
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[185]
private void ensureHasRunOnce(RestfulHudsonClient client, final String jobName,
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[186]
final HudsonModelBallColor expectedColor) throws Exception {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[187]
if (!expectedColor.equals(harness.getJob(jobName).getColor())) {
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[188]
client.runBuild(harness.getJob(jobName), null, null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.runBuild(HudsonModelJob, Map<String,String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[191]
assertEquals(expectedColor, harness.getJob(jobName).getColor());
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[205]
RestfulHudsonClient client = harness.connect();
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[211]
assertEquals(harness.getSuccessAnimeColor(), harness.getJob(jobName).getColor());
^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getColor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[217]
private void runBuild(RestfulHudsonClient client, final String jobName) throws HudsonException {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[217]
private void runBuild(RestfulHudsonClient client, final String jobName) throws HudsonException {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[219]
client.runBuild(harness.getJob(jobName), null, null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.runBuild(HudsonModelJob, Map<String,String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[220]
} catch (HudsonException e) {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonClientTest.java:[222]
client.runBuild(harness.getJob(jobName), null, null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.runBuild(HudsonModelJob, Map<String,String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[17]
import org.eclipse.mylyn.builds.core.IBuild;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[18]
import org.eclipse.mylyn.builds.core.IBuildElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBuildElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[19]
import org.eclipse.mylyn.builds.core.IBuildServer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBuildServer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[20]
import org.eclipse.mylyn.builds.internal.core.BuildFactory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[21]
import org.eclipse.mylyn.internal.hudson.core.HudsonConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[29]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^
Discouraged access: The type 'IBuildServer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[29]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[29]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^
Discouraged access: The field 'BuildFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[29]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BuildFactory.createBuildServer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[30]
server.setUrl("http://server/");
^^^^^^
Discouraged access: The method 'IBuildElement.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[31]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[31]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[31]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HudsonConnector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[32]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/job/my-plan/3/");
^^^^^^^^^^^^^
Discouraged access: The type 'IBuildElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[32]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/job/my-plan/3/");
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonConnector.getBuildElementFromUrl(IBuildServer, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[34]
assertTrue("Expected IBuild, got " + element.getClass(), element instanceof IBuild);
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[35]
IBuild build = (IBuild) element;
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[35]
IBuild build = (IBuild) element;
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[36]
assertEquals("3", build.getId());
^^^^^
Discouraged access: The method 'IBuild.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[37]
assertEquals("my-plan", build.getPlan().getId());
^^^^^^^
Discouraged access: The method 'IBuild.getPlan()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[37]
assertEquals("my-plan", build.getPlan().getId());
^^^^^
Discouraged access: The method 'IBuildPlan.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[38]
assertEquals("http://server/job/my-plan/3/", build.getUrl());
^^^^^^
Discouraged access: The method 'IBuildElement.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[39]
assertEquals("http://server/job/my-plan/", build.getPlan().getUrl());
^^^^^^^
Discouraged access: The method 'IBuild.getPlan()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[39]
assertEquals("http://server/job/my-plan/", build.getPlan().getUrl());
^^^^^^
Discouraged access: The method 'IBuildElement.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[43]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^
Discouraged access: The type 'IBuildServer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[43]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[43]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^
Discouraged access: The field 'BuildFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[43]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BuildFactory.createBuildServer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[44]
server.setUrl("http://server/");
^^^^^^
Discouraged access: The method 'IBuildElement.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[45]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[45]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[45]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HudsonConnector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[46]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/me/my-view/All/job/my-plan/3/");
^^^^^^^^^^^^^
Discouraged access: The type 'IBuildElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[46]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/me/my-view/All/job/my-plan/3/");
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonConnector.getBuildElementFromUrl(IBuildServer, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[48]
assertTrue("Expected IBuild, got " + element.getClass(), element instanceof IBuild);
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[49]
IBuild build = (IBuild) element;
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[49]
IBuild build = (IBuild) element;
^^^^^^
Discouraged access: The type 'IBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[50]
assertEquals("3", build.getId());
^^^^^
Discouraged access: The method 'IBuild.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[51]
assertEquals("my-plan", build.getPlan().getId());
^^^^^^^
Discouraged access: The method 'IBuild.getPlan()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[51]
assertEquals("my-plan", build.getPlan().getId());
^^^^^
Discouraged access: The method 'IBuildPlan.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[52]
assertEquals("http://server/me/my-view/All/job/my-plan/3/", build.getUrl());
^^^^^^
Discouraged access: The method 'IBuildElement.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[53]
assertEquals("http://server/me/my-view/All/job/my-plan/", build.getPlan().getUrl());
^^^^^^^
Discouraged access: The method 'IBuild.getPlan()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[53]
assertEquals("http://server/me/my-view/All/job/my-plan/", build.getPlan().getUrl());
^^^^^^
Discouraged access: The method 'IBuildElement.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[57]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^
Discouraged access: The type 'IBuildServer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[57]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[57]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^
Discouraged access: The field 'BuildFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[57]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BuildFactory.createBuildServer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[58]
server.setUrl("http://server/");
^^^^^^
Discouraged access: The method 'IBuildElement.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[59]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[59]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[59]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HudsonConnector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[60]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/user/myid/");
^^^^^^^^^^^^^
Discouraged access: The type 'IBuildElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[60]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server/user/myid/");
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonConnector.getBuildElementFromUrl(IBuildServer, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[65]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^
Discouraged access: The type 'IBuildServer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[65]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[65]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^
Discouraged access: The field 'BuildFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[65]
IBuildServer server = BuildFactory.eINSTANCE.createBuildServer();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BuildFactory.createBuildServer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[66]
server.setUrl("http://server/");
^^^^^^
Discouraged access: The method 'IBuildElement.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[67]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[67]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[67]
HudsonConnector connector = new HudsonConnector();
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HudsonConnector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[68]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server2/job/my-plan/3/");
^^^^^^^^^^^^^
Discouraged access: The type 'IBuildElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/core/HudsonConnectorTest.java:[68]
IBuildElement element = connector.getBuildElementFromUrl(server, "http://server2/job/my-plan/3/");
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonConnector.getBuildElementFromUrl(IBuildServer, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[22]
import org.eclipse.mylyn.builds.core.IBooleanParameterDefinition;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBooleanParameterDefinition' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[23]
import org.eclipse.mylyn.builds.core.IBuildPlan;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBuildPlan' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[24]
import org.eclipse.mylyn.builds.core.IParameterDefinition;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IParameterDefinition' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[25]
import org.eclipse.mylyn.builds.core.spi.BuildPlanRequest;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPlanRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[26]
import org.eclipse.mylyn.builds.core.spi.BuildServerBehaviour;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildServerBehaviour' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[27]
import org.eclipse.mylyn.builds.internal.core.BuildFactory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[28]
import org.eclipse.mylyn.commons.repositories.core.RepositoryLocation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryLocation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[29]
import org.eclipse.mylyn.hudson.core.HudsonCore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[51]
RepositoryLocation location = harness.getFixture().location();
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryLocation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[51]
RepositoryLocation location = harness.getFixture().location();
^^^^^^^^
Discouraged access: The method 'AbstractTestFixture.location()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[52]
BuildServerBehaviour behaviour = HudsonCore.createConnector(null).getBehaviour(location);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildServerBehaviour' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[52]
BuildServerBehaviour behaviour = HudsonCore.createConnector(null).getBehaviour(location);
^^^^^^^^^^
Discouraged access: The type 'HudsonCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[52]
BuildServerBehaviour behaviour = HudsonCore.createConnector(null).getBehaviour(location);
^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonCore.createConnector(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[52]
BuildServerBehaviour behaviour = HudsonCore.createConnector(null).getBehaviour(location);
^^^^^^^^^^^^
Discouraged access: The method 'BuildConnector.getBehaviour(RepositoryLocation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[53]
BuildPlanRequest request = new BuildPlanRequest(Collections.singletonList(harness.getPlanParameterized()));
^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPlanRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[53]
BuildPlanRequest request = new BuildPlanRequest(Collections.singletonList(harness.getPlanParameterized()));
^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPlanRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[53]
BuildPlanRequest request = new BuildPlanRequest(Collections.singletonList(harness.getPlanParameterized()));
^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BuildPlanRequest(List<String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[55]
List<IBuildPlan> plans = behaviour.getPlans(request, null);
^^^^^^^^^^
Discouraged access: The type 'IBuildPlan' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[55]
List<IBuildPlan> plans = behaviour.getPlans(request, null);
^^^^^^^^
Discouraged access: The method 'BuildServerBehaviour.getPlans(BuildPlanRequest, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[58]
IBuildPlan plan = plans.get(0);
^^^^^^^^^^
Discouraged access: The type 'IBuildPlan' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[59]
assertEquals(harness.getPlanParameterized(), plan.getName());
^^^^^^^
Discouraged access: The method 'IBuildElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[61]
List<IParameterDefinition> parameters = plan.getParameterDefinitions();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IParameterDefinition' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[61]
List<IParameterDefinition> parameters = plan.getParameterDefinitions();
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IBuildPlan.getParameterDefinitions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[62]
IBooleanParameterDefinition booleanParameter = BuildFactory.eINSTANCE.createBooleanParameterDefinition();
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBooleanParameterDefinition' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[62]
IBooleanParameterDefinition booleanParameter = BuildFactory.eINSTANCE.createBooleanParameterDefinition();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[62]
IBooleanParameterDefinition booleanParameter = BuildFactory.eINSTANCE.createBooleanParameterDefinition();
^^^^^^^^^
Discouraged access: The field 'BuildFactory.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[62]
IBooleanParameterDefinition booleanParameter = BuildFactory.eINSTANCE.createBooleanParameterDefinition();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BuildFactory.createBooleanParameterDefinition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[63]
booleanParameter.setName("Boolean Parameter");
^^^^^^^
Discouraged access: The method 'IParameterDefinition.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[64]
booleanParameter.setDescription("Boolean Parameter Description.");
^^^^^^^^^^^^^^
Discouraged access: The method 'IParameterDefinition.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[65]
booleanParameter.setDefaultValue(true);
^^^^^^^^^^^^^^^
Discouraged access: The method 'IBooleanParameterDefinition.setDefaultValue(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/integration/HudsonIntegrationTest.java:[66]
booleanParameter.setContainingBuildPlan(plan);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IParameterDefinition.setContainingBuildPlan(IBuildPlan)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.builds.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[20]
import org.eclipse.mylyn.internal.hudson.core.client.HudsonUrl;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonUrl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[37]
return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$
^^^^^^^^^
Discouraged access: The type 'HudsonUrl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[37]
return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$
^^^^^^
Discouraged access: The method 'HudsonUrl.create(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[37]
return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$
^^^^^
Discouraged access: The method 'HudsonUrl.depth(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[37]
return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$
^^^^^^^
Discouraged access: The method 'HudsonUrl.include(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[38]
.match("name", Collections.singletonList(buildName)) //$NON-NLS-1$
^^^^^
Discouraged access: The method 'HudsonUrl.match(String, List<String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[39]
.exclude("/hudson/job/build") //$NON-NLS-1$
^^^^^^^
Discouraged access: The method 'HudsonUrl.exclude(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java:[40]
.toUrl();
^^^^^
Discouraged access: The method 'HudsonUrl.toUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[19]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[20]
import org.eclipse.mylyn.internal.hudson.core.client.HudsonException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[21]
import org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[22]
import org.eclipse.mylyn.internal.hudson.model.HudsonModelBallColor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[23]
import org.eclipse.mylyn.internal.hudson.model.HudsonModelBuild;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[24]
import org.eclipse.mylyn.internal.hudson.model.HudsonModelJob;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[51]
private RestfulHudsonClient client;
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[59]
public RestfulHudsonClient connect() throws Exception {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[60]
return connect(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[60]
return connect(PrivilegeLevel.USER);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[63]
public RestfulHudsonClient connect(PrivilegeLevel level) throws Exception {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[63]
public RestfulHudsonClient connect(PrivilegeLevel level) throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[64]
client = HudsonFixture.connect(fixture.location(level));
^^^^^^^^
Discouraged access: The method 'AbstractTestFixture.location(CommonTestUtil.PrivilegeLevel)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[68]
public RestfulHudsonClient privilegedClient() throws Exception {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[69]
return HudsonFixture.connect(fixture.location(PrivilegeLevel.USER));
^^^^^^^^
Discouraged access: The method 'AbstractTestFixture.location(CommonTestUtil.PrivilegeLevel)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[69]
return HudsonFixture.connect(fixture.location(PrivilegeLevel.USER));
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[69]
return HudsonFixture.connect(fixture.location(PrivilegeLevel.USER));
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[79]
public HudsonModelJob getJob(String name) throws HudsonException {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[79]
public HudsonModelJob getJob(String name) throws HudsonException {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[83]
private HudsonModelJob getJob(RestfulHudsonClient client, String name) throws HudsonException {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[83]
private HudsonModelJob getJob(RestfulHudsonClient client, String name) throws HudsonException {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[83]
private HudsonModelJob getJob(RestfulHudsonClient client, String name) throws HudsonException {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[84]
for (HudsonModelJob job : client.getJobs(null, null)) {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[84]
for (HudsonModelJob job : client.getJobs(null, null)) {
^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getJobs(List<String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[85]
if (job.getName().equals(name)) {
^^^^^^^
Discouraged access: The method 'HudsonModelAbstractItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[92]
public HudsonModelBuild getBuild(String jobName, int buildNumber) throws HudsonException {
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[92]
public HudsonModelBuild getBuild(String jobName, int buildNumber) throws HudsonException {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[93]
HudsonModelJob job = getJob(client, jobName);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[97]
HudsonModelBuild build = new HudsonModelBuild();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[97]
HudsonModelBuild build = new HudsonModelBuild();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[97]
HudsonModelBuild build = new HudsonModelBuild();
^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HudsonModelBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[98]
build.setNumber(buildNumber);
^^^^^^^^^
Discouraged access: The method 'HudsonModelRun.setNumber(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[102]
private HudsonModelBuild getBuild(RestfulHudsonClient client, HudsonModelJob job, HudsonModelBuild build)
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[102]
private HudsonModelBuild getBuild(RestfulHudsonClient client, HudsonModelJob job, HudsonModelBuild build)
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[102]
private HudsonModelBuild getBuild(RestfulHudsonClient client, HudsonModelJob job, HudsonModelBuild build)
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[102]
private HudsonModelBuild getBuild(RestfulHudsonClient client, HudsonModelJob job, HudsonModelBuild build)
^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBuild' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[103]
throws HudsonException {
^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[104]
return client.getBuild(job, build, null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.getBuild(HudsonModelJob, HudsonModelRun, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[147]
public HudsonModelJob ensureHasRun(final String plan) throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[148]
final RestfulHudsonClient privilegedClient = privilegedClient();
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RestfulHudsonClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[149]
HudsonModelJob job = getJob(privilegedClient, plan);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[150]
if (job.getLastCompletedBuild() == null) {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getLastCompletedBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[151]
privilegedClient.runBuild(job, null, null);
^^^^^^^^
Discouraged access: The method 'RestfulHudsonClient.runBuild(HudsonModelJob, Map<String,String>, IOperationMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[152]
job = HudsonTestUtil.poll(new Callable<HudsonModelJob>() {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[153]
public HudsonModelJob call() throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[154]
HudsonModelJob job = getJob(privilegedClient, plan);
^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[155]
assertNotNull(job.getLastCompletedBuild());
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HudsonModelJob.getLastCompletedBuild()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[163]
public HudsonModelBallColor getSuccessColor() {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[165]
return HudsonModelBallColor.GREEN;
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[165]
return HudsonModelBallColor.GREEN;
^^^^^
Discouraged access: The field 'HudsonModelBallColor.GREEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[167]
return HudsonModelBallColor.BLUE;
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[167]
return HudsonModelBallColor.BLUE;
^^^^
Discouraged access: The field 'HudsonModelBallColor.BLUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[171]
public HudsonModelBallColor getSuccessAnimeColor() {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[173]
return HudsonModelBallColor.GREEN_ANIME;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[173]
return HudsonModelBallColor.GREEN_ANIME;
^^^^^^^^^^^
Discouraged access: The field 'HudsonModelBallColor.GREEN_ANIME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[175]
return HudsonModelBallColor.BLUE_ANIME;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[175]
return HudsonModelBallColor.BLUE_ANIME;
^^^^^^^^^^
Discouraged access: The field 'HudsonModelBallColor.BLUE_ANIME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[179]
public HudsonModelBallColor getAbortedColor() {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[180]
return HudsonModelBallColor.ABORTED;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HudsonModelBallColor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonHarness.java:[180]
return HudsonModelBallColor.ABORTED;
^^^^^^^
Discouraged access: The field 'HudsonModelBallColor.ABORTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.core/target/classes')
530 problems (530 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.hudson.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/org.eclipse.mylyn.hudson.tests-1.18.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.hudson.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.hudson.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.hudson.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/org.eclipse.mylyn.hudson.tests-1.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.hudson.tests ---
[INFO]
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.mylyn.hudson.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.5.6.201201232323/org.jacoco.agent-0.5.6.201201232323-runtime.jar=destfile=/home/jenkins/agent/workspace/mylyn-builds-nightly/target/jacoco.exec,append=true,includes=org.eclipse.mylyn.*, -Xmx512m, -Djava.io.tmpdir=/home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target, -ea, -Dorg.eclipse.mylyn.wikitext.tests.disableOutput=true, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -data, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/work/data, -install, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/work, -configuration, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -eclipse.keyring, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/.eclipse.keyring, -eclipse.password, /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/../../.gitignore, -timeout, 10800000]
Launching application org.eclipse.ui.ide.workbench...
java.lang.RuntimeException: Bundle org.eclipse.mylyn.hudson.tests is not found
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:175)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.createCombinedClassLoader(OsgiSurefireBooter.java:120)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4432)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Mylyn Builds 1.18.0-SNAPSHOT:
[INFO]
[INFO] Mylyn Builds ....................................... SUCCESS [ 1.268 s]
[INFO] org.eclipse.mylyn.builds.core ...................... SUCCESS [ 5.529 s]
[INFO] org.eclipse.mylyn.builds.ui ........................ SUCCESS [ 1.328 s]
[INFO] org.eclipse.mylyn.builds ........................... SUCCESS [ 0.146 s]
[INFO] org.eclipse.mylyn.hudson.core ...................... SUCCESS [ 0.503 s]
[INFO] org.eclipse.mylyn.hudson.ui ........................ SUCCESS [ 0.297 s]
[INFO] org.eclipse.mylyn.hudson ........................... SUCCESS [ 0.111 s]
[INFO] org.eclipse.mylyn.builds.sdk ....................... SUCCESS [ 0.168 s]
[INFO] Mylyn Builds ....................................... SUCCESS [ 1.736 s]
[INFO] org.eclipse.mylyn.builds.tests ..................... SUCCESS [ 9.602 s]
[INFO] org.eclipse.mylyn.hudson.tests ..................... FAILURE [ 7.547 s]
[INFO] org.eclipse.mylyn.builds.development ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:47 min
[INFO] Finished at: 2022-01-31T21:44:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.5.0:test (default-test) on project org.eclipse.mylyn.hudson.tests: There are test failures.
[ERROR]
[ERROR] Please refer to /home/jenkins/agent/workspace/mylyn-builds-nightly/org.eclipse.mylyn.hudson.tests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :org.eclipse.mylyn.hudson.tests
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Recording fingerprints
Archiving artifacts
Finished: FAILURE