AbstractPlanIdentifierProperties(@Nullable BambooKeyProperties key,
@Nullable BambooOidProperties oid) |
AbstractPlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
boolean enabled) |
JobProperties(BambooKeyProperties key,
String name,
String description,
boolean enabled,
@NotNull List<ArtifactProperties> artifacts,
@NotNull List<TaskProperties> tasks,
@NotNull List<TaskProperties> finalTasks,
@NotNull List<RequirementProperties> requirements,
@NotNull List<ArtifactSubscriptionProperties> artifactSubscriptions) |
PlanBranchIdentifierProperties(@Nullable BambooKeyProperties key,
@Nullable BambooOidProperties oid) |
PlanIdentifierProperties(BambooKeyProperties projectKey,
BambooKeyProperties key,
BambooOidProperties oid) |
PlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
ProjectProperties project,
List<StageProperties> stages,
List<PlanRepositoryLinkProperties> repositories,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
boolean enabled,
PlanBranchManagementProperties planBranchManagementProperties,
DependenciesProperties dependenciesProperties,
@Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) |