Uses of Class
com.atlassian.bamboo.testutils.TestBuildReason
-
Packages that use TestBuildReason Package Description com.atlassian.bamboo.testutils -
-
Uses of TestBuildReason in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestBuildReason Modifier and Type Method Description TestBuildReason
TestBuildResultDetails. getBuildReason()
static TestBuildReason
TestBuildReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestBuildReason[]
TestBuildReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildReason Modifier and Type Method Description TestBuildResultDetails
TestBuildResultDetails. nextBuildResult(TestBuildReason buildReason)
Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildReason Constructor Description TestBuildResultDetails(int buildNumber, TestBuildReason buildReason)
-