Class ArtifactItemProperties
java.lang.Object
com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactItemProperties
(@Nullable PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable String artifactName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
@Nullable PlanIdentifierProperties
int
hashCode()
boolean
void
validate()
-
Constructor Details
-
ArtifactItemProperties
public ArtifactItemProperties(@Nullable @Nullable PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable @Nullable String artifactName)
-
-
Method Details