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 Summary
Constructors Constructor Description DownloadItemProperties(String artifactName, boolean allArtifacts, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactName()StringgetPath()inthashCode()booleanisAllArtifacts()voidvalidate()
-
-
-
Method Detail
-
getArtifactName
public String getArtifactName()
-
isAllArtifacts
public boolean isAllArtifacts()
-
getPath
public String getPath()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-