Interface InternalArtifactDeploymentVersionItem
-
- All Superinterfaces:
PlanResultKeyProvider
- All Known Subinterfaces:
ArtifactDeploymentVersionItem,MutableArtifactDeploymentVersionItem
- All Known Implementing Classes:
ArtifactDeploymentVersionItemImpl,MutableArtifactDeploymentVersionItemImpl,RestArtifactDeploymentVersionItem
@Internal public interface InternalArtifactDeploymentVersionItem extends PlanResultKeyProvider
Interface for DeploymentVersionItems of type BAMBOO_ARTIFACT
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.plan.PlanResultKeyProvider
getPlanKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactgetArtifact()@NotNull PlanResultKeygetPlanResultKey()
-
-
-
Method Detail
-
getPlanResultKey
@NotNull @NotNull PlanResultKey getPlanResultKey()
- Specified by:
getPlanResultKeyin interfacePlanResultKeyProvider- Returns:
- PlanResultKey identifying BuildResult of the artifact
-
getArtifact
Artifact getArtifact()
- Returns:
- build artifact this version item refers to
-
-