Class DownloadItemProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

    @Immutable
    public class DownloadItemProperties
    extends java.lang.Object
    implements com.atlassian.bamboo.specs.api.model.EntityProperties
    • Constructor Detail

      • DownloadItemProperties

        public DownloadItemProperties​(java.lang.String artifactName,
                                      boolean allArtifacts,
                                      java.lang.String path)
    • Method Detail

      • getArtifactName

        public java.lang.String getArtifactName()
      • isAllArtifacts

        public boolean isAllArtifacts()
      • getPath

        public java.lang.String getPath()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties