java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.deployment.DeploymentProject
@Immutable
public class DeploymentProject
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
DeploymentProject
public DeploymentProject(@NotNull
@NotNull String name,
@NotNull
@NotNull String sourcePlan,
@NotNull
@NotNull String description)
-
Method Details
-
getName
@NotNull
public @NotNull String getName()
-
getSourcePlan
@NotNull
public @NotNull String getSourcePlan()
-
getDescription
@NotNull
public @NotNull String getDescription()
-
-
-