Class DownloadItemProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.model.task.DownloadItemProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class DownloadItemProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description DownloadItemProperties(java.lang.String artifactName, boolean allArtifacts, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetArtifactName()java.lang.StringgetPath()inthashCode()booleanisAllArtifacts()voidvalidate()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-