Uses of Class
com.atlassian.bamboo.testutils.TestBuildReason

Packages that use TestBuildReason
com.atlassian.bamboo.testutils   
 

Uses of TestBuildReason in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return TestBuildReason
 TestBuildReason TestBuildResultDetails.getBuildReason()
           
static TestBuildReason TestBuildReason.valueOf(java.lang.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
 TestBuildResultDetails TestBuildResultDetails.nextBuildResult(TestBuildReason buildReason)
           
 

Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildReason
TestBuildResultDetails(int buildNumber, TestBuildReason buildReason)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.