Class RestDeploymentProject
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.projects.RestDeploymentProject
-
public class RestDeploymentProject extends Object
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentProject(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends RestEnvironment> environments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getDescription()
List<RestEnvironment>
getEnvironments()
long
getId()
@NotNull DeploymentKey
getKey()
@NotNull String
getName()
BambooEntityOid
getOid()
RestOperations
getOperations()
PlanKey
getPlanKey()
@Nullable ImmutableVcsBambooSpecsSource
getVcsBambooSpecsSource()
boolean
isRepositorySpecsManaged()
String
toString()
-
-
-
Constructor Detail
-
RestDeploymentProject
public RestDeploymentProject(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull List<? extends RestEnvironment> environments)
-
-
Method Detail
-
getEnvironments
public List<RestEnvironment> getEnvironments()
-
getOperations
public RestOperations getOperations()
-
getId
public long getId()
-
getOid
public BambooEntityOid getOid()
-
getKey
@NotNull public @NotNull DeploymentKey getKey()
-
getName
@NotNull public @NotNull String getName()
-
getDescription
@Nullable public @Nullable String getDescription()
-
getPlanKey
public PlanKey getPlanKey()
-
getVcsBambooSpecsSource
@Nullable public @Nullable ImmutableVcsBambooSpecsSource getVcsBambooSpecsSource()
-
isRepositorySpecsManaged
public boolean isRepositorySpecsManaged()
-
-