java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.plan.Plan
@Immutable
public class Plan
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Plan
public Plan(@NotNull
@NotNull String projectKey,
@NotNull
@NotNull String key,
@NotNull
@NotNull String name,
@NotNull
@NotNull String description,
@Nullable
@Nullable MasterBranch masterBranch)
-
Method Details
-
-
-
-
getProjectKey
@NotNull
public @NotNull String getProjectKey()
-
getKey
@NotNull
public @NotNull String getKey()
-
getName
@NotNull
public @NotNull String getName()
-
getDescription
@NotNull
public @NotNull String getDescription()
-