Uses of Interface
com.atlassian.bamboo.plan.Plan
-
-
Uses of Plan in com.atlassian.bamboo.build
Subinterfaces of Plan in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
Job
Classes in com.atlassian.bamboo.build that implement Plan Modifier and Type Class Description class
DefaultJob
Methods in com.atlassian.bamboo.build that return Plan Modifier and Type Method Description @Nullable Plan
PlanDependency. getChildPlan()
@Nullable Plan
PlanDependencyImpl. getChildPlan()
@Nullable Plan
PlanDependency. getParentPlan()
@Nullable Plan
PlanDependencyImpl. getParentPlan()
Plan
BuildDefinitionForBuild. getPlan()
Plan
DefaultBuildDefinitionForBuild. getPlan()
Methods in com.atlassian.bamboo.build with parameters of type Plan Modifier and Type Method Description void
PlanDependencyManager. adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
Update the existing children dependencies of the given plan and dependency Type to match the provided list of new children.void
PlanDependencyManagerImpl. adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
void
PlanDependencyManager. adjustParentDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting)
Update the existing parent dependencies of the given plan and dependency Type to match the provided list of new parents.void
PlanDependencyManagerImpl. adjustParentDependencyList(@NotNull String dependencyKey, @NotNull Plan childPlan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting)
@NotNull BuildDefinition
BuildDefinitionManager. getBuildDefinition(@NotNull Plan plan)
@NotNull BuildDefinition
DefaultBuildDefinitionManager. getBuildDefinition(@NotNull Plan plan)
@NotNull BuildDefinition
DefaultBuildDefinitionManagerTx. getBuildDefinition(@NotNull Plan plan)
BuildDefinition
BuildDefinitionManager. getUnmergedBuildDefinition(@NotNull Plan plan)
Returns a stateful version the build definition for thePlan
.BuildDefinition
DefaultBuildDefinitionManager. getUnmergedBuildDefinition(@NotNull Plan plan)
BuildDefinition
DefaultBuildDefinitionManagerTx. getUnmergedBuildDefinition(@NotNull Plan plan)
void
BuildDefinitionManager. savePlanAndDefinition(Plan plan)
Deprecated.void
BuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition)
Convert and save the build definition.void
BuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition, boolean withQuartzJobsRestart)
Convert and save the build definition.void
BuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
Saves thePlan
and theBuildConfiguration
void
DefaultBuildDefinitionManager. savePlanAndDefinition(Plan plan)
void
DefaultBuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
void
DefaultBuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
void
DefaultBuildDefinitionManager. savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration)
void
DefaultBuildDefinitionManagerTx. savePlanAndDefinition(Plan plan)
void
DefaultBuildDefinitionManagerTx. savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
void
DefaultBuildDefinitionManagerTx. savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
void
DefaultBuildDefinitionManagerTx. savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration)
void
PlanDependencyImpl. setChildPlan(Plan childPlan)
void
DefaultJob. setMaster(Plan master)
void
PlanDependencyImpl. setParentPlan(Plan parentPlan)
void
BuildDefinitionForBuild. setPlan(Plan build)
void
DefaultBuildDefinitionForBuild. setPlan(Plan plan)
@NotNull ErrorCollection
PlanDependencyManager. validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
Validate child dependency list@NotNull ErrorCollection
PlanDependencyManagerImpl. validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
Constructors in com.atlassian.bamboo.build with parameters of type Plan Constructor Description PlanDependencyImpl(Plan parentPlan, Plan childPlan)
PlanDependencyImpl(String dependencyType, Plan parentPlan, Plan childPlan)
-
Uses of Plan in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type Plan Modifier and Type Method Description String
ArtifactHandlerForPlanConfigurator. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
-
Uses of Plan in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration with parameters of type Plan Modifier and Type Method Description protected void
ConcurrentBuildsPlanConfigurationPlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return Plan Modifier and Type Method Description Plan
PlanCreationService. getNewInstance()
@Nullable Plan
PlanCreationBean. getPlanBeingCreated()
Methods in com.atlassian.bamboo.build.creation with parameters of type Plan Modifier and Type Method Description void
ChainBranchCreationService. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
void
ChainBranchCreationServiceImpl. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
void
ChainCreationService. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
void
ChainCreationServiceImpl. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
void
JobCreationServiceImpl. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
protected abstract void
PlanCreationTemplate. cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
Clean build configuration for saving.protected void
PlanCreationTemplate. clonePlanPermissionsToSession(Plan buildToClone, PlanCreationBean planCreationBean, String planOwner)
protected void
ChainBranchCreationServiceImpl. performPostCreateAction(@NotNull Plan plan)
protected void
ChainCreationServiceImpl. performPostCreateAction(@NotNull Plan plan)
protected void
JobCreationServiceImpl. performPostCreateAction(@NotNull Plan plan)
protected abstract void
PlanCreationTemplate. performPostCreateAction(@NotNull Plan plan)
Perform plan specific actions that need to be run immediately after plan creation.protected void
ChainBranchCreationServiceImpl. prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean)
protected void
ChainCreationServiceImpl. prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean)
protected void
JobCreationServiceImpl. prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean)
protected abstract void
PlanCreationTemplate. prepareBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull PlanCreationBean planCreationBean)
Prepare build configuration for saving.protected void
PlanCreationTemplate. saveAndUpdateParents(@NotNull Plan plan)
Deprecated.since 6.9.protected void
ChainBranchCreationServiceImpl. setFullPlanKey(@NotNull Plan plan)
protected void
ChainCreationServiceImpl. setFullPlanKey(@NotNull Plan plan)
void
JobCreationServiceImpl. setFullPlanKey(@NotNull Plan plan)
protected abstract void
PlanCreationTemplate. setFullPlanKey(@NotNull Plan plan)
Set the full key for this planvoid
PlanCreationBean. setPlanBeingCreated(Plan planBeingCreated)
Method parameters in com.atlassian.bamboo.build.creation with type arguments of type Plan Modifier and Type Method Description protected String
PlanCreationTemplate. createPlan(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled, @NotNull BiConsumer<Plan,ActionParametersMap> preparePlanDetails)
Creates and saves a plan -
Uses of Plan in com.atlassian.bamboo.build.expiry.plugin
Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type Plan Modifier and Type Method Description protected void
BuildExpiryPerPlanPlugin. populateContextForEdit(@NotNull Map<String,Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
protected void
BuildExpiryPerPlanPlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type Plan Modifier and Type Method Description protected void
HungBuildPlanConfigurationPlugin. populateContextForEdit(@NotNull Map<String,Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
protected void
BuildMonitoringPerPlanPlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
protected void
HungBuildPlanConfigurationPlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger with parameters of type Plan Modifier and Type Method Description protected void
PlansGreenCondition. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.chains
Subinterfaces of Plan in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.Classes in com.atlassian.bamboo.chains that implement Plan Modifier and Type Class Description class
DefaultChain
Methods in com.atlassian.bamboo.chains that return types with arguments of type Plan Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
ChainStageHibernateDao. getRootVersioningSupplement()
Methods in com.atlassian.bamboo.chains with parameters of type Plan Modifier and Type Method Description void
DefaultChain. setMaster(Plan master)
-
Uses of Plan in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type Plan Modifier and Type Method Description protected void
CloverBuildProcessor. populateContextForEdit(@NotNull Map<String,Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
protected void
CloverBuildProcessor. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan build)
-
Uses of Plan in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type Plan Modifier and Type Method Description static void
BuildConfigurationPluginsExportHelper. addDefaultValues(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull Plan plan, @NotNull BuildConfiguration hierarchicalConfiguration)
-
Uses of Plan in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type Plan Modifier and Type Method Description void
DeletionService. deletePlan(@NotNull Plan plan)
Deprecated.since 6.2 useDeletionService.deletePlan(ImmutablePlan)
insteadvoid
DeletionServiceImpl. deletePlan(@NotNull Plan plan)
default void
PlanDeletionInterceptorAction. intercept(@NotNull Plan plan)
Deprecated.since 6.2 usePlanDeletionInterceptorAction.intercept(ImmutablePlan, Supplier)
instead.Method parameters in com.atlassian.bamboo.deletion with type arguments of type Plan Modifier and Type Method Description default void
PlanDeletionInterceptorAction. intercept(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan)
Runs before thePlan
and itsResultsSummary
s have been deleted Try relying on theImmutablePlan
argument. -
Uses of Plan in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue with parameters of type Plan Modifier and Type Method Description @NotNull BuildDefinition
BuildDefinitionConverter. fillBuildDefinition(@NotNull BuildDefinition buildDefinition, @NotNull Plan plan, boolean isMerged)
@NotNull BuildDefinition
BuildDefinitionConverterImpl. fillBuildDefinition(@NotNull BuildDefinition buildDefinition, @NotNull Plan plan, boolean isMerged)
-
Uses of Plan in com.atlassian.bamboo.labels
Fields in com.atlassian.bamboo.labels with type parameters of type Plan Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<LabellingImpl,Plan>
LabellingImpl_. plan
Methods in com.atlassian.bamboo.labels that return Plan Modifier and Type Method Description @Nullable Plan
Labelling. getPlan()
Plan
LabellingImpl. getPlan()
@Nullable Plan
LabellingImpl. getRoot()
Methods in com.atlassian.bamboo.labels with parameters of type Plan Modifier and Type Method Description int
LabelManager. addFavourite(Plan plan, com.atlassian.user.User user)
Adds a build to a user as favourite.int
LabelManagerImpl. addFavourite(Plan plan, com.atlassian.user.User user)
protected int
LabelManagerImpl. addLabel(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName)
@NotNull List<LabelCount>
LabelDao. findLabels(String namespace, int maxResults, Plan plan)
@NotNull List<LabelCount>
LabelHibernateDao. findLabels(String namespace, int maxResults, Plan plan)
@NotNull List<LabelCount>
LabelManager. findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project)
Finds all labels in a given build, with namespace and maxResults.@NotNull List<LabelCount>
LabelManagerImpl. findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project)
List<String>
LabelManager. getFavouritesForPlan(Plan plan)
Deprecated.since 5.4 useLabelManager.getFavouritesForPlan(com.atlassian.bamboo.plan.cache.ImmutablePlan)
insteadList<String>
LabelManagerImpl. getFavouritesForPlan(Plan plan)
boolean
LabelManager. hasPlanLabel(Plan plan, String label)
Checks whether the Plan has a particular labelboolean
LabelManagerImpl. hasPlanLabel(@NotNull Plan plan, @NotNull String label)
boolean
LabelManager. isManuallyUnmarkedFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
Flag which determines if the user has manually unmarked this build as favourite.boolean
LabelManagerImpl. isManuallyUnmarkedFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
int
LabelManager. removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
Removes a build from a user's favourite.int
LabelManagerImpl. removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
void
Labelling. setPlan(Plan plan)
void
LabellingImpl. setPlan(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.migration.stream
Classes in com.atlassian.bamboo.migration.stream with type parameters of type Plan Modifier and Type Class Description class
AbstractPlanMapper<T extends Plan>
Fields in com.atlassian.bamboo.migration.stream declared as Plan Modifier and Type Field Description protected Plan
AbstractResultSummaryMapper. buildable
Constructors in com.atlassian.bamboo.migration.stream with parameters of type Plan Constructor Description AbstractResultSummaryMapper(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan buildable, Project project, Map<Long,Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations)
BuildResultSummaryMapper(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan plan, Project project, Map<Long,Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
LabellingMapper(org.hibernate.SessionFactory sessionFactory, @Nullable ResultsSummary buildResultSummary, @Nullable Plan plan, @Nullable Project project, @NotNull Map<Long,Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of Plan in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return Plan Modifier and Type Method Description Plan
UsersNotification. getPlan()
The plan the notification rule applies toPlan
UsersNotificationImpl. getPlan()
Methods in com.atlassian.bamboo.notification with parameters of type Plan Modifier and Type Method Description Set<NotificationRule>
NotificationManager. getNotificationRules(@Nullable Plan plan)
Deprecated.since 5.4 useNotificationManager.getNotificationRules(com.atlassian.bamboo.plan.cache.ImmutablePlan)
insteadSet<NotificationRule>
NotificationManagerImpl. getNotificationRules(@Nullable Plan plan)
Constructors in com.atlassian.bamboo.notification with parameters of type Plan Constructor Description UsersNotificationImpl(Plan plan, NotificationRule notificationRule)
-
Uses of Plan in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan with type parameters of type Plan Modifier and Type Class Description class
PlanHibernateDao<T extends Plan>
ATTENTION: All methods that create, modify or remove entities, must increment the appropriate version number.Subinterfaces of Plan in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement Plan Modifier and Type Class Description class
AbstractChain
class
AbstractPlan
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.Methods in com.atlassian.bamboo.plan with type parameters of type Plan Modifier and Type Method Description <T extends Plan>
@NotNull List<T>PlanDao. findAllPlans(Class<T> planType)
Return aPlan
collection for specified plan type.<T extends Plan>
@NotNull List<T>PlanDao. findAllPlans(Class<T> planType, int firstResult, int maxResults)
Return aPlan
collection for specified plan type.<T extends Plan>
@NotNull List<T>PlanHibernateDao. findAllPlans(Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanHibernateDao. findAllPlans(Class<T> planType, int firstResult, int maxResults)
<T extends Plan>
List<T>PlanDao. findAllPlansByProject(@NotNull Project project, Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanHibernateDao. findAllPlansByProject(@NotNull Project project, Class<T> planType)
<E extends Plan>
EPlanHibernateDao. findById(long id, @NotNull Class<E> aClass)
<T extends Plan>
List<T>PlanDao. findPlansByProject(@NotNull Project project, Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanHibernateDao. findPlansByProject(@NotNull Project project, Class<T> planType)
<T extends Plan>
@NotNull List<PlanKey>PlanDao. getAllPlanKeys(Class<T> planType)
Returns all plan keys of a particular type, including the plans marked for deletion.<T extends Plan>
@NotNull List<PlanKey>PlanHibernateDao. getAllPlanKeys(Class<T> planType)
<T extends Plan>
@NotNull List<PlanKey>PlanManager. getAllPlanKeys(Class<T> planType)
Deprecated.since 6.2 with no replacement<T extends Plan>
@NotNull List<PlanKey>PlanManagerImpl. getAllPlanKeys(Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanManager. getAllPlans(Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanManager. getAllPlans(Class<T> planType, int firstResult, int maxResults)
<T extends Plan>
@NotNull List<T>PlanManagerImpl. getAllPlans(Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanManagerImpl. getAllPlans(Class<T> planType, int firstResult, int maxResults)
<T extends Plan>
@NotNull List<T>PlanManager. getAllPlansByProject(Project project, Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanManagerImpl. getAllPlansByProject(Project project, Class<T> planType)
<T extends Plan>
@NotNull Collection<T>PlanDao. getAllPlansMarkedForDeletion(Class<T> planType)
Returns a list ofPlan
s that areImmutableDeletable.isMarkedForDeletion()
for the given type<T extends Plan>
@NotNull Collection<T>PlanHibernateDao. getAllPlansMarkedForDeletion(Class<T> planType)
<T extends Plan>
@NotNull Collection<T>PlanManager. getAllPlansMarkedForDeletion(Class<T> planType)
Deprecated.since 9.0 usePlanDao.getAllPlansMarkedForDeletion(Class)
directly.<T extends Plan>
@NotNull Collection<T>PlanManagerImpl. getAllPlansMarkedForDeletion(Class<T> planType)
<T extends Plan>
TPlanManager. getPlanById(long id, Class<T> planType)
<T extends Plan>
TPlanManagerImpl. getPlanById(long id, Class<T> planType)
<T extends Plan>
TPlanDao. getPlanByKey(@NotNull PlanKey planKey, Class<T> aClass)
Return aPlan
that matches the given key<T extends Plan>
TPlanDao. getPlanByKey(@NotNull String planKey, Class<T> aClass)
Return aPlan
that matches the given key<T extends Plan>
TPlanHibernateDao. getPlanByKey(@NotNull PlanKey planKey, Class<T> aClass)
<T extends Plan>
TPlanHibernateDao. getPlanByKey(@NotNull String planKey, Class<T> aClass)
<T extends Plan>
TPlanManager. getPlanByKey(@NotNull PlanKey planKey, Class<T> planType)
<T extends Plan>
TPlanManager. getPlanByKey(@NotNull String planKey, Class<T> planType)
Deprecated.since 4.2<T extends Plan>
TPlanManagerImpl. getPlanByKey(@NotNull PlanKey planKey, Class<T> planType)
<T extends Plan>
TPlanManagerImpl. getPlanByKey(@NotNull String planKey, Class<T> planType)
<T extends Plan>
TPlanManager. getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType)
<T extends Plan>
TPlanManagerImpl. getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType)
<T extends Plan>
TPlanManager. getPlanByOid(BambooEntityOid oid, Class<T> planType)
<T extends Plan>
TPlanManagerImpl. getPlanByOid(BambooEntityOid oid, Class<T> planType)
<T extends Plan>
TPlanDao. getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType)
<T extends Plan>
TPlanHibernateDao. getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType)
<T extends Plan>
TPlanManager. getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType)
Deprecated.since 4.2<T extends Plan>
TPlanManagerImpl. getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType)
<T extends Plan>
intPlanDao. getPlanCount(Class<T> planType)
How many plans filtered byClass
currently exist<T extends Plan>
intPlanHibernateDao. getPlanCount(Class<T> planType)
<T extends Plan>
intPlanManager. getPlanCount(Class<T> planType)
How many plans filtered byClass
currently exist<T extends Plan>
intPlanManagerImpl. getPlanCount(Class<T> planType)
<T extends Plan>
@NotNull List<PlanIdentifier>PlanDao. getPlanIdentifiersForProject(@NotNull ProjectIdentifier projectIdentifier, @NotNull Class<T> planType, boolean includeMarkedForDeletion)
Returns minimal data about all plans in the given project<T extends Plan>
@NotNull List<PlanIdentifier>PlanHibernateDao. getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion)
<T extends Plan>
@NotNull List<PlanIdentifier>PlanManager. getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion)
Retrieve a list of plans for a given project.<T extends Plan>
@NotNull List<PlanIdentifier>PlanManagerImpl. getPlanIdentifiersForProject(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion)
<T extends Plan>
@NotNull List<PlanKey>PlanDao. getPlanKeys(Class<T> planType)
Returns all plan keys of a particular type, NOT including the plans marked for deletion.<T extends Plan>
@NotNull List<PlanKey>PlanHibernateDao. getPlanKeys(Class<T> planType)
<T extends Plan>
Map<PlanKey,Long>PlanDao. getPlanKeysPlanIdsMapping(@NotNull Class<T> aClass)
<T extends Plan>
Map<PlanKey,Long>PlanHibernateDao. getPlanKeysPlanIdsMapping(@NotNull Class<T> aClass)
<T extends Plan>
@NotNull List<T>PlanManager. getPlansByProject(Project project, Class<T> planType)
<T extends Plan>
@NotNull List<T>PlanManagerImpl. getPlansByProject(Project project, Class<T> planType)
<T extends Plan>
@NotNull Map<Project,Collection<T>>PlanManager. getProjectPlanMap(Class<T> planType, boolean includeEmptyProjects)
<T extends Plan>
@NotNull Map<Project,Collection<T>>PlanManagerImpl. getProjectPlanMap(Class<T> planType, boolean includeEmptyProjects)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanDao planDao, @NotNull PlanKey planKey, long id, Class<T> planClass)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanDao planDao, @NotNull PlanKey planKey, Class<T> planClass)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, long id, Class<T> planClass)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, Class<T> planClass)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull String planKey, Class<T> planClass)
Methods in com.atlassian.bamboo.plan that return Plan Modifier and Type Method Description @Nullable Plan
PlanAwareContext. getPlan()
Plan
PlanAwareContextImpl. getPlan()
@Nullable Plan
PlanManager. getPlanById(long id)
Returns aPlan
by its id@Nullable Plan
PlanManagerImpl. getPlanById(long id)
@Nullable Plan
PlanManager. getPlanByKey(@NotNull PlanKey planKey)
@Nullable Plan
PlanManager. getPlanByKey(@NotNull String planKey)
Deprecated.since 4.2Plan
PlanManagerImpl. getPlanByKey(@NotNull PlanKey planKey)
@Nullable Plan
PlanManagerImpl. getPlanByKey(@NotNull String planKey)
Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan Modifier and Type Method Description @Nullable Class<? extends Plan>
PlanDao. getPlanClass(@NotNull PlanKey planKey)
Class<? extends Plan>
PlanHibernateDao. getPlanClass(@NotNull PlanKey planKey)
@Nullable Class<? extends Plan>
PlanManager. getPlanClass(@NotNull PlanKey planKey)
Class<? extends Plan>
PlanManagerImpl. getPlanClass(@NotNull PlanKey planKey)
Methods in com.atlassian.bamboo.plan with parameters of type Plan Modifier and Type Method Description int
PlanFavouriteService. addFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user, boolean honourManuallyUnmarked)
Mark plan as a favourite for a user.int
PlanFavouriteServiceImpl. addFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user, boolean honourManuallyUnmarked)
int
AbstractPlan. compareTo(Plan plan)
void
PlanManager. createPlan(Plan plan)
Same as savePlan, but create permissions used instead of edit permissions.void
PlanManagerImpl. createPlan(@NotNull Plan plan)
void
PlanHibernateDao. delete(@NotNull Plan plan)
void
PlanManager. deletePlan(@NotNull Plan plan)
Removes the plan object from the database.void
PlanManagerImpl. deletePlan(@NotNull Plan plan)
int
PlanFavouriteService. removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
Remove plan from the user's favourite list and mark it "manually marked not favourite"int
PlanFavouriteServiceImpl. removeFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
void
PlanHibernateDao. save(@NotNull Plan plan)
void
PlanManager. savePlan(@NotNull Plan plan)
Saves thePlan
void
PlanManagerImpl. savePlan(@NotNull Plan plan)
void
PlanManager. savePlanWithSchedulesStopped(@NotNull Plan plan)
Saves thePlan
while polling jobs are stopped.void
PlanManagerImpl. savePlanWithSchedulesStopped(@NotNull Plan plan)
void
Plan. setMaster(Plan master)
Set which plan is the master of this plan.int
PlanFavouriteService. toggleFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
Toggle the plan's favourite status for a user.int
PlanFavouriteServiceImpl. toggleFavourite(@NotNull Plan plan, @Nullable com.atlassian.user.User user)
-
Uses of Plan in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type Plan Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
ArtifactDefinitionHibernateDao. getRootVersioningSupplement()
Methods in com.atlassian.bamboo.plan.artifact with parameters of type Plan Modifier and Type Method Description void
ArtifactDefinitionManager. removeArtifactDefinitionsByPlan(@NotNull Plan plan)
Deprecated.since 6.2 useArtifactDefinitionManager.removeArtifactDefinitionsByPlan(ImmutablePlan)
insteadvoid
ArtifactDefinitionManagerImpl. removeArtifactDefinitionsByPlan(@NotNull Plan plan)
void
ArtifactSubscriptionManager. removeArtifactSubscriptionsOfPlan(@NotNull Plan plan)
Deprecated.since 6.2 useArtifactSubscriptionManager.removeArtifactSubscriptionsOfPlan(ImmutablePlan)
insteadvoid
ArtifactSubscriptionManagerImpl. removeArtifactSubscriptionsOfPlan(@NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.plan.branch
Subinterfaces of Plan in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.Classes in com.atlassian.bamboo.plan.branch that implement Plan Modifier and Type Class Description class
ChainBranchImpl
Methods in com.atlassian.bamboo.plan.branch with parameters of type Plan Modifier and Type Method Description boolean
ChainBranchManager. hasBranches(@NotNull Plan plan)
Returns whether or not the given plan has any branchesboolean
ChainBranchManagerImpl. hasBranches(@NotNull Plan plan)
void
ChainBranch. setMaster(Plan master)
void
ChainBranchImpl. setMaster(@NotNull Plan master)
-
Uses of Plan in com.atlassian.bamboo.plan.matcher
Classes in com.atlassian.bamboo.plan.matcher with type parameters of type Plan Modifier and Type Class Description class
IsPlanKeyEq<T extends Plan>
Methods in com.atlassian.bamboo.plan.matcher with type parameters of type Plan Modifier and Type Method Description static <T extends Plan>
org.hamcrest.Matcher<T>IsPlanKeyEq. hasEqualPlanKey(T reference)
Constructors in com.atlassian.bamboo.plan.matcher with parameters of type Plan Constructor Description IsPlanKeyEq(@NotNull Plan reference)
-
Uses of Plan in com.atlassian.bamboo.plugin.web
Methods in com.atlassian.bamboo.plugin.web with parameters of type Plan Modifier and Type Method Description <T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T>PlanConfigurationPluginUIHelperImpl. getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass)
<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T>PlanConfigurationPluginUIHelperImpl. getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T>PlanConfigurationUIPluginHelper. getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass)
Find all installed plugins of a given class.<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T>PlanConfigurationUIPluginHelper. getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Find all installed plugins of a given class and module descriptor.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass)
<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass)
Generate html page from all plugin edit fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationPluginUIHelperImpl. getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
<T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationUIPluginHelper. getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html edit fragments for all plugins.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl. getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass)
<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper. getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass)
Generate html page from all plugin view fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationPluginUIHelperImpl. getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
<T extends BuildConfigurationAwarePlugin>
@NotNull List<String>PlanConfigurationUIPluginHelper. getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html view fragments for all plugins. -
Uses of Plan in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type Plan Modifier and Type Method Description protected void
AutomaticDependencyManagementPlugin. populateContextForEdit(@NotNull Map<String,Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
protected void
AutomaticDependencyManagementPlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
Method parameters in com.atlassian.bamboo.plugins.maven.dependencies with type arguments of type Plan Modifier and Type Method Description void
AutomaticDependencyManagementDeletionInterceptorAction. intercept(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan)
-
Uses of Plan in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository with type parameters of type Plan Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Plan>
PlanRepositoryLinkImpl_. plan
Methods in com.atlassian.bamboo.repository that return Plan Modifier and Type Method Description @NotNull Plan
PlanRepositoryLink. getPlan()
@NotNull Plan
PlanRepositoryLinkImpl. getPlan()
@Nullable Plan
PlanRepositoryLinkImpl. getRoot()
Methods in com.atlassian.bamboo.repository that return types with arguments of type Plan Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
PlanRepositoryLinkHibernateDao. getRootVersioningSupplement()
Methods in com.atlassian.bamboo.repository with parameters of type Plan Modifier and Type Method Description String
AbstractRepository. getAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
Deprecated.@Nullable String
AdvancedConfigurationAwareRepository. getAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
String
AbstractRepository. getAdvancedViewHtml(@NotNull Plan plan)
Deprecated.since 5.5 useStandaloneRepository.getAdvancedViewHtml()
@Nullable String
AdvancedConfigurationAwareRepository. getAdvancedViewHtml(@NotNull Plan plan)
@Nullable String
AbstractRepository. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
Deprecated.@NotNull Collection<RepositoryDataEntity>
RepositoryDefinitionDao. getPrivateRepositoryDefinitionsByPlan(Plan plan)
@NotNull Collection<RepositoryDataEntity>
RepositoryDefinitionHibernateDao. getPrivateRepositoryDefinitionsByPlan(Plan plan)
@Nullable String
AbstractRepository. getViewHtml(@NotNull Plan plan)
Deprecated.since 5.5 useStandaloneRepository.getViewHtml()
void
RepositoryDefinitionManager. removeRepositoriesForPlan(Plan plan)
Remove all repositories fromPlan
that are not global repositories.void
RepositoryDefinitionManagerImpl. removeRepositoriesForPlan(Plan plan)
void
PlanRepositoryLink. setPlan(@NotNull Plan plan)
void
PlanRepositoryLinkImpl. setPlan(@NotNull Plan plan)
Constructors in com.atlassian.bamboo.repository with parameters of type Plan Constructor Description PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position)
-
Uses of Plan in com.atlassian.bamboo.repository.nullrepository
Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type Plan Modifier and Type Method Description String
NullRepository. getAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
String
NullRepository. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
-
Uses of Plan in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type Plan Modifier and Type Method Description <T extends ResultsSummary>
List<T>BuildResultsSummaryDao. getAllResultSummariesForPlan(@NotNull Plan plan)
Get all theResultsSummary
s for the givenPlan
<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao. getAllResultSummariesForPlan(@NotNull Plan plan)
default @NotNull List<ResultsSummary>
ResultsSummaryManager. getLastNFailedResultsSummaries(@NotNull Plan build, int numberOfResults)
Deprecated.since 8.2.0.@NotNull List<ResultsSummary>
BuildResultsSummaryDao. getNeighbouringSummaries(Plan plan, int currentBuildNumber)
Returns build results "around" given build number@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao. getNeighbouringSummaries(Plan plan, int currentBuildNumber)
@NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl. getNeighbouringSummaries(Plan plan, int buildNumber)
@NotNull List<ResultsSummary>
ResultsSummaryManager. getNeighbouringSummaries(Plan plan, int buildNumber)
Returns all theResultsSummary
objects that matches the passed build numberslong
BuildResultsSummaryDao. getNumberOfFinishedResults(Plan build)
Returns the number of finished results available for the givenPlan
long
BuildResultsSummaryHibernateDao. getNumberOfFinishedResults(Plan plan)
long
BuildResultsSummaryManagerImpl. getNumberOfFinishedResults(@NotNull Plan plan)
long
ResultsSummaryManager. getNumberOfFinishedResults(@NotNull Plan plan)
<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao. getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults)
Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao. getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults)
<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl. getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults)
<T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager. getResultSummariesForPlanByLifeCycleState(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults)
Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).void
BuildResultsSummaryManagerImpl. moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey)
void
ResultsSummaryManager. moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey)
Reassigns plan key ResultsSummaries associated with selected plan key.int
BuildResultsSummaryManagerImpl. removeResultsSummariesForPlan(@NotNull Plan plan)
int
ResultsSummaryManager. removeResultsSummariesForPlan(@NotNull Plan plan)
Remove all resultSummary objects for the given plan. -
Uses of Plan in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return Plan Modifier and Type Method Description Plan
TestClass. getPlan()
Get the plan that this test class belongs to.Plan
TestClassIdentifier. getPlan()
Plan
TestClassImpl. getPlan()
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan Modifier and Type Method Description @NotNull TestClass
TestClass. copyTestClass(@NotNull Plan plan)
Creates a copy of theTestClass
.@NotNull TestClass
TestClassImpl. copyTestClass(@NotNull Plan plan)
@NotNull com.google.common.collect.Multimap<TestClass,TestCase>
TestsDao. getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber)
Retrieve all test classes attached to a specific plan in a build later or equal to cutoffBuildNumber.com.google.common.collect.Multimap<TestClass,TestCase>
TestsHibernateDao. getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber)
int
TestsManager. removeResultsByPlan(@NotNull Plan plan)
Deprecated.since 6.5int
TestsManagerImpl. removeResultsByPlan(@NotNull Plan plan)
@NotNull org.hibernate.ScrollableResults
TestsDao. scrollThroughTestClassesForPlan(Plan plan)
Scroll through all test classes attached to a specific plan, alphabetically by test class name.@NotNull org.hibernate.ScrollableResults
TestsHibernateDao. scrollThroughTestClassesForPlan(Plan plan)
protected void
TestClassImpl. setPlan(Plan plan)
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan Constructor Description TestClassImpl(String name, Plan plan, long masterJobId)
-
Uses of Plan in com.atlassian.bamboo.schedule
Methods in com.atlassian.bamboo.schedule that return Plan Modifier and Type Method Description Plan
PlanSchedulerCallback. getPlan()
Methods in com.atlassian.bamboo.schedule with parameters of type Plan Modifier and Type Method Description protected abstract void
PlanSchedulerCallback. run(Plan plan)
Constructors in com.atlassian.bamboo.schedule with parameters of type Plan Constructor Description PlanSchedulerCallback(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.security.acegi.acls
Method parameters in com.atlassian.bamboo.security.acegi.acls with type arguments of type Plan Modifier and Type Method Description @NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper. createNewDefaultAcl(@Nullable com.atlassian.user.User user, Class<? extends Plan> planType, boolean accessForAllUsers)
Creates a default Acl for a specific plan types which has: - All permissions for the creator (user argument) of the plan - READ permission for all logged in users - READ permission for all anonymous users -
Uses of Plan in com.atlassian.bamboo.session
Methods in com.atlassian.bamboo.session that return Plan Modifier and Type Method Description @Nullable Plan
BambooSession. getPlan()
@NotNull Plan
BambooSession. getPlan(@NotNull Plan defaultPlan)
Methods in com.atlassian.bamboo.session with parameters of type Plan Modifier and Type Method Description @NotNull Plan
BambooSession. getPlan(@NotNull Plan defaultPlan)
void
BambooSession. setPlan(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.upgrade
Constructors in com.atlassian.bamboo.upgrade with parameters of type Plan Constructor Description BuildDefinitionUpgrader(@NotNull PlanManager planManager, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build with parameters of type Plan Modifier and Type Method Description @Nullable String
BaseBuildConfigurationAwarePlugin. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
@Nullable String
RenderableBuildConfiguration. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
Returns HTML that represents the form fragment for editing the repository.@Nullable String
BaseBuildConfigurationAwarePlugin. getViewHtml(@NotNull Plan plan)
@Nullable String
RenderableBuildConfiguration. getViewHtml(@NotNull Plan plan)
Returns the HTML that represents the view of the repository configurationprotected void
BaseBuildConfigurationAwarePlugin. populateContextForEdit(@NotNull Map<String,Object> context, @NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
protected void
BaseBuildConfigurationAwarePlugin. populateContextForView(@NotNull Map<String,Object> context, @NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type Plan Modifier and Type Method Description static void
DependencyBlockingStrategy. setStrategy(DependencyBlockingStrategy strategy, @NotNull Plan plan)
Set strategy for build -
Uses of Plan in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable that return Plan Modifier and Type Method Description @Nullable Plan
VariableDefinition. getPlan()
Plan
VariableDefinitionImpl. getPlan()
@Nullable Plan
VariableDefinitionImpl. getRoot()
Methods in com.atlassian.bamboo.variable that return types with arguments of type Plan Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
VariableDefinitionHibernateDao. getRootVersioningSupplement()
Methods in com.atlassian.bamboo.variable with parameters of type Plan Modifier and Type Method Description @NotNull VariableDefinition
VariableConfigurationService. createPlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue)
Creates new Plan variable.@NotNull VariableDefinition
VariableConfigurationServiceImpl. createPlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue)
VariableDefinition
VariableDefinitionFactory. createPlanVariable(@NotNull Plan plan, @NotNull String key, @NotNull String value)
Create plan variable definitionVariableDefinition
VariableDefinitionFactoryImpl. createPlanVariable(@NotNull Plan plan, @NotNull String key, @NotNull String value)
@NotNull VariableDefinition
VariableConfigurationService. createUniquePlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue)
Creates new Plan variable.@NotNull VariableDefinition
VariableConfigurationServiceImpl. createUniquePlanVariable(@NotNull Plan plan, @NotNull String variableKey, @NotNull String variableValue)
void
VariableDefinitionManager. deleteVariablesForPlan(@NotNull Plan plan)
Removes variable definitions form specified planvoid
VariableDefinitionManagerImpl. deleteVariablesForPlan(@NotNull Plan plan)
void
VariableDefinition. setPlan(Plan plan)
void
VariableDefinitionImpl. setPlan(Plan plan)
Constructors in com.atlassian.bamboo.variable with parameters of type Plan Constructor Description VariableDefinitionImpl(String key, String value, Plan plan, VariableType variableType)
-
Uses of Plan in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type Plan Modifier and Type Method Description @NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationService. createPlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData newVcsConfiguration)
Creates "plan local" repository and adds it to a plan.@NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationServiceImpl. createPlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData newVcsConfiguration)
void
VcsRepositoryConfigurationService. deleteRepository(@NotNull Plan plan, long repositoryId, @Nullable Long replacementRepositoryId)
Removes repository definition from a planvoid
VcsRepositoryConfigurationServiceImpl. deleteRepository(@NotNull Plan plan, long repositoryId, Long replacementRepositoryId)
@NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationService. editRepository(@NotNull Plan plan, long repositoryId, @NotNull PartialVcsRepositoryData newVcsConfiguration)
Edits existing "plan local" repository.@NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationServiceImpl. editRepository(@NotNull Plan plan, long repositoryId, @NotNull PartialVcsRepositoryData newVcsConfiguration)
@NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationService. linkRepositoryToPlan(@NotNull Plan plan, long selectedRepositoryId)
Connects a linked repository to a plan by creating a new repository that inherits all the data from the linked repository and adding it to the plan.@NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationServiceImpl. linkRepositoryToPlan(@NotNull Plan plan, long selectedRepositoryId)
void
VcsRepositoryConfigurationService. mergePlanRepositories(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> vcsRepositoryDataList)
Merges the state of the given plan repositories into the database.void
VcsRepositoryConfigurationServiceImpl. mergePlanRepositories(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> vcsRepositoryDataList)
void
VcsRepositoryConfigurationService. moveRepository(@NotNull Plan plan, long repositoryId, long beforePosition, long afterPosition)
Changes position of repository in the repository list.void
VcsRepositoryConfigurationServiceImpl. moveRepository(@NotNull Plan plan, long repositoryId, long beforePosition, long afterPosition)
PartialVcsRepositoryData
VcsRepositoryConfigurationService. replaceRepositoryInPlan(@NotNull Plan plan, @NotNull VcsRepositoryData parentRepository, @NotNull PartialVcsRepositoryData oldRepository, @NotNull PartialVcsRepositoryData newRepository)
Replaces uses of a repository with another one.PartialVcsRepositoryData
VcsRepositoryConfigurationServiceImpl. replaceRepositoryInPlan(@NotNull Plan plan, @NotNull VcsRepositoryData parentRepository, @NotNull PartialVcsRepositoryData oldRepository, @NotNull PartialVcsRepositoryData newRepository)
void
VcsRepositoryConfigurationService. shareRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData repositoryData, @NotNull String repositoryName, @Nullable String userDescription, @NotNull com.atlassian.user.User user)
Converts existing Plan repository to Linked repository.void
VcsRepositoryConfigurationServiceImpl. shareRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData repositoryData, @NotNull String repositoryName, @Nullable String userDescription, @NotNull com.atlassian.user.User user)
void
VcsRepositoryConfigurationService. validatePlanRepositoriesNamesAndOids(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> repositoryDataList)
Validate repository names checking if there are no duplicates.void
VcsRepositoryConfigurationServiceImpl. validatePlanRepositoriesNamesAndOids(@NotNull Plan plan, @NotNull List<PartialVcsRepositoryData> repositoryDataList)
void
VcsRepositoryConfigurationService. validatePlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData vcsRepositoryData)
Deprecated.since 9.0 without direct replacement.void
VcsRepositoryConfigurationServiceImpl. validatePlanRepository(@NotNull Plan plan, @NotNull PartialVcsRepositoryData vcsRepositoryData)
-
Uses of Plan in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with parameters of type Plan Modifier and Type Method Description void
PlanVersioningSupplement. incrementVersion(@Nullable Plan plan, @Nullable org.hibernate.Session session)
-
Uses of Plan in com.atlassian.bamboo.webrepository
Methods in com.atlassian.bamboo.webrepository with parameters of type Plan Modifier and Type Method Description String
NoWebRepositoryViewer. getEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)
String
NoWebRepositoryViewer. getViewHtml(@NotNull Plan plan)
-
Uses of Plan in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return Plan Modifier and Type Method Description Plan
PlanActionSupport. getMutablePlan()
Plan
PlanActionSupport. getPlan()
Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return Plan Modifier and Type Method Description Plan
ImportMavenPlanAction. getImmutablePlan()
Plan
ImportMavenPlanAction. getMutablePlan()
Plan
ImportMavenPlanAction. getPlan()
Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin.bulk
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type Plan Modifier and Type Method Description @Nullable List<RepositoryDefinition>
BulkPlanAction. getSelectedRepositoryDefinitions(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type Plan Constructor Description AgentAssignmentExecutableDetails(@NotNull Job job, @Nullable Plan plan, boolean capabilitiesMatch)
-
Uses of Plan in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type Plan Modifier and Type Method Description protected void
ConfigureBranches. schedulePlanBranchInitialization(Plan plan, BuildDefinition buildDefinition, PlanBranchWorkflow previousPlanBranchWorkflow)
Schedules the plan branch initialization work that the Bamboo server needs to perform. -
Uses of Plan in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return Plan Modifier and Type Method Description Plan
ChainJsonProviderAction. getMutablePlan()
Plan
ChainJsonProviderAction. getPlan()
-
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Plan Modifier and Type Method Description List<? extends Plan>
BulkEditBuildPermissions. getSortedPlans(Project project)
List<? extends Plan>
DeleteBuilds. getSortedPlans(Project project)
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type Plan Modifier and Type Method Description @NotNull List<Job>
DeleteBuilds. getJobsToConfirm(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return Plan Modifier and Type Method Description Plan
CreateChain. getMutablePlan()
Plan
CreateChain. getPlan()
Deprecated.since 4.4 -
Uses of Plan in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type Plan Modifier and Type Method Description boolean
SetFavouriteAction. isFavourite(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.ww2.actions.plans.admin
Methods in com.atlassian.bamboo.ww2.actions.plans.admin with parameters of type Plan Modifier and Type Method Description @NotNull Iterable<DependenciesPlanConfigurationPlugin>
ConfigurePlanDependencies. getDependenciesBuildConfigurationPluginsForPlan(Plan plan)
-
Uses of Plan in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return Plan Modifier and Type Method Description Plan
ChainAware. getChain()
Deprecated.since 4.4Plan
PlanAware. getMutablePlan()
Plan
PlanAware. getPlan()
Deprecated.since 4.4
-