@Immutable public class Plan extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Plan.Config |
Constructor and Description |
---|
Plan(String projectKey,
String key,
String name,
MasterBranch masterBranch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey() |
MasterBranch |
getMasterBranch() |
String |
getName() |
String |
getProjectKey() |
int |
hashCode() |
String |
toString() |
public Plan(@NotNull String projectKey, @NotNull String key, @NotNull String name, @Nullable MasterBranch masterBranch)
@NotNull public String getProjectKey()
@NotNull public String getKey()
@NotNull public String getName()
@Nullable public MasterBranch getMasterBranch()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.