Interface DeploymentProjectItem
-
- All Superinterfaces:
BambooIdProvider,InternalDeploymentProjectItem,NameProvider
- All Known Implementing Classes:
BambooArtifactDeploymentProjectItem
public interface DeploymentProjectItem extends InternalDeploymentProjectItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ImmutableArtifactDefinitiongetArtifactDefinition()-
Methods inherited from interface com.atlassian.bamboo.deployments.projects.InternalDeploymentProjectItem
getId, getName, getType
-
-
-
-
Method Detail
-
getArtifactDefinition
@NotNull @NotNull ImmutableArtifactDefinition getArtifactDefinition()
-
-