Class AntTaskProperties

java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.AntTaskProperties
All Implemented Interfaces:
EntityProperties

@Immutable public final class AntTaskProperties extends TaskProperties
  • Field Details

    • DEFAULT_TEST_RESULTS_DIRECTORY

      public static final String DEFAULT_TEST_RESULTS_DIRECTORY
    • target

      @NotNull protected @NotNull String target
    • buildFile

      @Nullable protected @Nullable String buildFile
    • environmentVariables

      @Nullable protected @Nullable String environmentVariables
    • jdk

      @Nullable protected @Nullable String jdk
    • executableLabel

      @Nullable protected @Nullable String executableLabel
    • hasTests

      protected boolean hasTests
    • testResultsDirectory

      @NotNull protected @NotNull String testResultsDirectory
    • workingSubdirectory

      @Nullable protected @Nullable String workingSubdirectory
  • Constructor Details

  • Method Details

    • getTarget

      @NotNull public @NotNull String getTarget()
    • getBuildFile

      @Nullable public @Nullable String getBuildFile()
    • getEnvironmentVariables

      @Nullable public @Nullable String getEnvironmentVariables()
    • getJdk

      @Nullable public @Nullable String getJdk()
    • getExecutableLabel

      @Nullable public @Nullable String getExecutableLabel()
    • isHasTests

      public boolean isHasTests()
    • getTestResultsDirectory

      @NotNull public @NotNull String getTestResultsDirectory()
    • getWorkingSubdirectory

      @Nullable public @Nullable String getWorkingSubdirectory()
    • getAtlassianPlugin

      @NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
      Specified by:
      getAtlassianPlugin in class TaskProperties
    • validate

      public void validate()
      Specified by:
      validate in interface EntityProperties
      Overrides:
      validate in class TaskProperties
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class TaskProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TaskProperties