use of org.eclipse.mylyn.tasks.core.TaskRepository in project linuxtools by eclipse.
the class TestOSIORestGetSingleTask method setUp.
@Before
public void setUp() {
connector = new TestOSIORestConnector();
repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
requestProvider = new OSIOTestRestRequestProvider();
}
use of org.eclipse.mylyn.tasks.core.TaskRepository in project linuxtools by eclipse.
the class TestOSIORestGetTaskComments method setUp.
@Before
public void setUp() {
connector = new TestOSIORestConnector();
repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
requestProvider = new OSIOTestRestRequestProvider();
}
use of org.eclipse.mylyn.tasks.core.TaskRepository in project linuxtools by eclipse.
the class TestOSIORestGetTaskData method setUp.
@Before
public void setUp() {
connector = new TestOSIORestConnector();
repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
requestProvider = new OSIOTestRestRequestProvider();
}
use of org.eclipse.mylyn.tasks.core.TaskRepository in project linuxtools by eclipse.
the class TestOSIORestGetTaskLabels method setUp.
@Before
public void setUp() {
connector = new TestOSIORestConnector();
repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
requestProvider = new OSIOTestRestRequestProvider();
}
use of org.eclipse.mylyn.tasks.core.TaskRepository in project linuxtools by eclipse.
the class TestOSIORestGetTaskLinks method setUp.
@Before
public void setUp() {
connector = new TestOSIORestConnector();
repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
requestProvider = new OSIOTestRestRequestProvider();
}
Aggregations