Class DownloadItemProperties

java.lang.Object
com.atlassian.bamboo.specs.model.task.DownloadItemProperties
All Implemented Interfaces:
EntityProperties

@Immutable public class DownloadItemProperties extends Object implements EntityProperties
  • Constructor Details

    • DownloadItemProperties

      public DownloadItemProperties(String artifactName, boolean allArtifacts, String path)
  • Method Details

    • getArtifactName

      public String getArtifactName()
    • isAllArtifacts

      public boolean isAllArtifacts()
    • getPath

      public String getPath()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • validate

      public void validate()
      Specified by:
      validate in interface EntityProperties