public class RssAffectedPlan extends Object
Constructor and Description |
---|
RssAffectedPlan(ImmutablePlan plan,
Integer buildNumber) |
RssAffectedPlan(ImmutablePlan plan,
Integer buildNumber,
boolean noChangesInProperties) |
RssAffectedPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties) |
RssAffectedPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties,
Set<String> projectsMissingRssAccess,
Set<String> repositoriesMissingRssAccess) |
RssAffectedPlan(String projectName,
PlanKey planKey,
String planName,
boolean disabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBranchName() |
Integer |
getBuildNumber() |
String |
getName() |
PlanKey |
getPlanKey() |
String |
getProjectKey() |
String |
getProjectName() |
Set<String> |
getProjectsMissingRssAccess() |
Set<String> |
getRepositoriesMissingRssAccess() |
int |
hashCode() |
boolean |
isDisabled() |
boolean |
isRssMissingAnyAccess() |
void |
setBuildNumber(Integer buildNumber) |
void |
setDisabled(boolean disabled) |
public RssAffectedPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties)
public RssAffectedPlan(String projectName, PlanKey planKey, String planName, boolean disabled)
public RssAffectedPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties, @Nullable Set<String> projectsMissingRssAccess, @Nullable Set<String> repositoriesMissingRssAccess)
public RssAffectedPlan(@NotNull ImmutablePlan plan, @Nullable Integer buildNumber)
public RssAffectedPlan(@NotNull ImmutablePlan plan, @Nullable Integer buildNumber, boolean noChangesInProperties)
@NotNull public String getName()
@Nullable public String getBranchName()
@NotNull public PlanKey getPlanKey()
@NotNull public String getProjectName()
@NotNull public String getProjectKey()
public void setDisabled(boolean disabled)
public boolean isDisabled()
@Nullable public Integer getBuildNumber()
public void setBuildNumber(@Nullable Integer buildNumber)
public boolean isRssMissingAnyAccess()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.