Class AntTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.AntTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AntTaskProperties
(@Nullable String description, boolean enabled, @NotNull String target, @Nullable String buildFile, @Nullable String environmentVariables, @Nullable String jdk, @NotNull String executableLabel, boolean hasTests, @Nullable String testResultsDirectory, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Field Details
-
DEFAULT_TEST_RESULTS_DIRECTORY
-
target
-
buildFile
-
environmentVariables
-
jdk
-
executableLabel
-
hasTests
protected boolean hasTests -
testResultsDirectory
-
workingSubdirectory
-
-
Constructor Details
-
AntTaskProperties
protected AntTaskProperties() -
AntTaskProperties
public AntTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String target, @Nullable @Nullable String buildFile, @Nullable @Nullable String environmentVariables, @Nullable @Nullable String jdk, @NotNull @NotNull String executableLabel, boolean hasTests, @Nullable @Nullable String testResultsDirectory, @Nullable @Nullable String workingSubdirectory, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getTarget
-
getBuildFile
-
getEnvironmentVariables
-
getJdk
-
getExecutableLabel
-
isHasTests
public boolean isHasTests() -
getTestResultsDirectory
-
getWorkingSubdirectory
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-