Class RestArtifactDeploymentVersionItem
java.lang.Object
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionItem
com.atlassian.bamboo.rest.model.deployments.versions.RestArtifactDeploymentVersionItem
- All Implemented Interfaces:
BambooIdProvider,ArtifactDeploymentVersionItem,DeploymentVersionItem,InternalArtifactDeploymentVersionItem,InternalDeploymentVersionItem,PlanResultKeyProvider,NameProvider,Serializable
public class RestArtifactDeploymentVersionItem
extends RestDeploymentVersionItem
implements ArtifactDeploymentVersionItem
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestArtifactDeploymentVersionItem(@NotNull ArtifactDeploymentVersionItem item) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionItem
getId, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersionItem
getId, getName
-
Constructor Details
-
RestArtifactDeploymentVersionItem
-
-
Method Details
-
getPlanResultKey
- Specified by:
getPlanResultKeyin interfaceInternalArtifactDeploymentVersionItem- Specified by:
getPlanResultKeyin interfacePlanResultKeyProvider- Returns:
- PlanResultKey identifying BuildResult of the artifact
-
getArtifact
- Specified by:
getArtifactin interfaceInternalArtifactDeploymentVersionItem- Returns:
- build artifact this version item refers to
-
getType
- Specified by:
getTypein interfaceInternalDeploymentVersionItem- Returns:
- type of the DeploymentProjectItem
-