Class Plan
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.plan.Plan
-
@Immutable public class Plan extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Plan.Config
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getDescription()
@NotNull String
getKey()
@Nullable MasterBranch
getMasterBranch()
@NotNull String
getName()
@NotNull String
getProjectKey()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Plan
public Plan(@NotNull @NotNull String projectKey, @NotNull @NotNull String key, @NotNull @NotNull String name, @NotNull @NotNull String description, @Nullable @Nullable MasterBranch masterBranch)
-
-
Method Detail
-
getProjectKey
@NotNull public @NotNull String getProjectKey()
-
getKey
@NotNull public @NotNull String getKey()
-
getName
@NotNull public @NotNull String getName()
-
getDescription
@NotNull public @NotNull String getDescription()
-
getMasterBranch
@Nullable public @Nullable MasterBranch getMasterBranch()
-
-