Class TestJobDetails
java.lang.Object
com.atlassian.bamboo.testutils.model.TestJobDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJdk()getKey()getName()intintint@NotNull StringbooleanbooleanbooleanvoidsetBuilder(TestJobDetails.Builder builder) voidsetCleanCheckout(boolean cleanCheckout) voidsetCommand(String command) voidsetEnvironmentVariables(String environmentVariables) voidvoidvoidvoidsetPlan(TestBuildDetails plan) voidsetTestClasses(Collection<TestClassDescriptor> testClasses) voidsetTestsEnabled(boolean testsEnabled) voidsetWorkingDirectory(String moduleSubdirectory)
-
Field Details
-
DEFAULT_ARTIFACT_NAME
- See Also:
-
DEFAULT_ARTIFACT_COPY_PATTERN
- See Also:
-
workingDirectory
-
testsEnabled
public boolean testsEnabled -
jdk
-
environmentVariables
-
-
Constructor Details
-
TestJobDetails
-
-
Method Details
-
getFullName
-
getName
-
setName
-
getBuilder
-
setBuilder
-
getJdk
-
getCommand
-
setCommand
-
getKey
-
getEnvironmentVariables
-
isTestsEnabled
public boolean isTestsEnabled() -
setTestsEnabled
public void setTestsEnabled(boolean testsEnabled) -
getTestsPassed
public int getTestsPassed() -
getTestsFailed
public int getTestsFailed() -
getTestQuantity
public int getTestQuantity() -
getTestClasses
-
setTestClasses
-
isCleanCheckout
public boolean isCleanCheckout() -
setCleanCheckout
public void setCleanCheckout(boolean cleanCheckout) -
isArtifactsEnabled
public boolean isArtifactsEnabled() -
getJobKey
-
setJobKey
-
getWorkingDirectory
-
setWorkingDirectory
-
setJdk
-
setEnvironmentVariables
-
setPlan
-
getProducedArtifacts
-
addArtifactDefinition
-