Search in sources :

Example 1 with BugzillaRepositoryType

use of com.intellij.tasks.bugzilla.BugzillaRepositoryType in project intellij-community by JetBrains.

the class BugzillaIntegrationTest method setUp.

@Override
protected void setUp() throws Exception {
    super.setUp();
    myRepository = new BugzillaRepository(new BugzillaRepositoryType());
    myRepository.setUrl(BUGZILLA_4_TEST_SERVER_URL);
    myRepository.setUsername("buildtest");
    myRepository.setPassword("buildtest");
}
Also used : BugzillaRepositoryType(com.intellij.tasks.bugzilla.BugzillaRepositoryType) BugzillaRepository(com.intellij.tasks.bugzilla.BugzillaRepository)

Aggregations

BugzillaRepository (com.intellij.tasks.bugzilla.BugzillaRepository)1 BugzillaRepositoryType (com.intellij.tasks.bugzilla.BugzillaRepositoryType)1