Class BuildAgentAssert
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<BuildAgentAssert,BuildAgentEx>
-
- jetbrains.buildServer.serverSide.asserts.BuildAgentAssert
-
- All Implemented Interfaces:
org.assertj.core.api.Assert<BuildAgentAssert,BuildAgentEx>
,org.assertj.core.api.Descriptable<BuildAgentAssert>
,org.assertj.core.api.ExtensionPoints<BuildAgentAssert,BuildAgentEx>
public class BuildAgentAssert extends org.assertj.core.api.AbstractAssert<BuildAgentAssert,BuildAgentEx>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BuildAgentAssert(BuildAgentEx actual)
-
Method Summary
-
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
-
-
-
-
Constructor Detail
-
BuildAgentAssert
protected BuildAgentAssert(BuildAgentEx actual)
-
-
Method Detail
-
isRegistered
public BuildAgentAssert isRegistered()
-
isPollingAgent
public BuildAgentAssert isPollingAgent()
-
hasName
public BuildAgentAssert hasName(@NotNull String name)
-
hasId
public BuildAgentAssert hasId(int id)
-
hasAgentTypeId
public BuildAgentAssert hasAgentTypeId(int id)
-
isAuthorized
public BuildAgentAssert isAuthorized()
-
isAuthorizedWithComment
public BuildAgentAssert isAuthorizedWithComment(@Nullable String comment)
-
isUnauthorized
public BuildAgentAssert isUnauthorized()
-
isUnauthorizedWithComment
public BuildAgentAssert isUnauthorizedWithComment(@Nullable String comment)
-
isEnabledWithComment
public BuildAgentAssert isEnabledWithComment(@Nullable String comment)
-
isEnabledWithRestoreDate
public BuildAgentAssert isEnabledWithRestoreDate(@Nullable Date restoreStatusTime)
-
isDisabledWithComment
public BuildAgentAssert isDisabledWithComment(@Nullable String comment)
-
isDisabledWithRestoreDate
public BuildAgentAssert isDisabledWithRestoreDate(@Nullable Date restoreStatusTime)
-
hasNonEmptyAuthorizationToken
public BuildAgentAssert hasNonEmptyAuthorizationToken()
-
hasHostAddress
public BuildAgentAssert hasHostAddress(String host)
-
hasLastCommunicationTimestamp
public BuildAgentAssert hasLastCommunicationTimestamp(@NotNull Date date)
-
isUnregisteredWithComment
public BuildAgentAssert isUnregisteredWithComment(String reason)
-
isOutdated
public BuildAgentAssert isOutdated()
-
isUpgrading
public BuildAgentAssert isUpgrading()
-
isNotUpgrading
public BuildAgentAssert isNotUpgrading()
-
hasRunningBuild
public BuildAgentAssert hasRunningBuild()
-
hasRunningBuild
public BuildAgentAssert hasRunningBuild(@NotNull SRunningBuild build)
-
hasNoRunningBuild
public BuildAgentAssert hasNoRunningBuild()
-
hasAvailableRunner
public BuildAgentAssert hasAvailableRunner(@NotNull String runnerName)
-
hasAvailableParameter
public BuildAgentAssert hasAvailableParameter(@NotNull String name, @NotNull String value)
-
hasNoParameter
public BuildAgentAssert hasNoParameter(@NotNull String name)
-
-