Uses of Enum Class
com.atlassian.bamboo.testutils.TestBuildReason
Packages that use TestBuildReason
-
Uses of TestBuildReason in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestBuildReasonModifier and TypeMethodDescriptionTestBuildResultDetails.getBuildReason()
static TestBuildReason
Returns the enum constant of this class with the specified name.static TestBuildReason[]
TestBuildReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildReasonModifier and TypeMethodDescriptionTestBuildResultDetails.nextBuildResult
(TestBuildReason buildReason) Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildReasonModifierConstructorDescriptionTestBuildResultDetails
(int buildNumber, TestBuildReason buildReason)