Uses of Class
com.atlassian.bamboo.testutils.model.TestJobDetails.Builder
-
Packages that use TestJobDetails.Builder Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.model -
-
Uses of TestJobDetails.Builder in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils with parameters of type TestJobDetails.Builder Modifier and Type Method Description TestBuildDetailsBuilder
TestBuildDetailsBuilder. withBuilder(TestJobDetails.Builder builder)
-
Uses of TestJobDetails.Builder in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestJobDetails.Builder Modifier and Type Method Description TestJobDetails.Builder
TestJobDetails. getBuilder()
static TestJobDetails.Builder
TestJobDetails.Builder. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestJobDetails.Builder[]
TestJobDetails.Builder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.testutils.model with parameters of type TestJobDetails.Builder Modifier and Type Method Description void
TestJobDetails. setBuilder(TestJobDetails.Builder builder)
-