SBuildServerAssert |
SBuildServerAssert.containsBuildTypes(String... buildTypesIds) |
Assert that server contains build types with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.containsOnlyProjects(String... projectIds) |
Assert that server contains only projects with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.containsProjects(String... projectIds) |
Assert that server contains projects with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.containsProjects(List<String> projectIds) |
Assert that server contains projects with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.containsTemplates(String... templateIds) |
Assert that server contains build types with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.containsUserGroups(String... names) |
Assert that server contains user groups with specified names
|
SBuildServerAssert |
SBuildServerAssert.containsUserGroupsOnly(String... names) |
Assert that server contains only user groups with specified names
|
SBuildServerAssert |
SBuildServerAssert.containsUserGroupsWithKeys(String... keys) |
Assert that server contains user groups with specified keys
|
SBuildServerAssert |
SBuildServerAssert.containsUsers(String... userNames) |
Assert that server contains users with specified usernames
|
SBuildServerAssert |
SBuildServerAssert.containsUserWithUsernameAndPassword(String username,
String password) |
Assert that server contains user with specified login/password
|
SBuildServerAssert |
SBuildServerAssert.containsVcsRoots(String... vcsRootsIds) |
Assert that server contains vcs roots with specified external ids in any order.
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainBuildTypes(String... buildTypesIds) |
Assert that server doesn't contain build types with specified external ids.
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainProjects(String... projectIds) |
Assert that server doesn't contain projects with specified external id.
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainProjects(List<String> projectIds) |
Assert that server doesn't contain projects with specified external id.
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainTemplates(String... templateIds) |
Assert that server doesn't contain templates with specified external ids.
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainUserGroups(String... names) |
Assert that server doesn't contain user groups with specified names
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainUserGroupsWithKeys(String... keys) |
Assert that server doesn't contain user groups with specified keys
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainUsers(String... userNames) |
Assert that server doesn't contain users with specified usernames
|
SBuildServerAssert |
SBuildServerAssert.doesNotContainVcsRoots(String... vcsRootsIds) |
Assert that server doesn't contain vcs roots with specified external ids.
|
SBuildServerAssert |
SBuildServerAssert.doesNotHaveRegisteredAgent(int agentId) |
|
SBuildServerAssert |
SBuildServerAssert.doesNotHaveResponsibilityForTest(String testName,
SProject project) |
|
SBuildServerAssert |
SBuildServerAssert.hasRegisteredAgentsCount(int expected) |
Assert that server contains specified number of registered (possibly unauthorized) agents.
|
SBuildServerAssert |
SBuildServerAssert.hasRunningBuildsCount(int expected) |
|
SBuildServerAssert |
SBuildServerAssert.hasUnregisteredAgentsCount(int expected) |
Assert that server contains specified number of unregistered (possibly unauthorized) agents.
|
static SBuildServerAssert |
ServerAsserts.then(BuildServerEx server) |
|