Modifier and Type | Interface and Description |
---|---|
interface |
Buildable |
interface |
Job |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJob |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanDependencyImpl.getChildPlan() |
Plan |
PlanDependency.getChildPlan() |
Plan |
PlanDependencyImpl.getParentPlan() |
Plan |
PlanDependency.getParentPlan() |
Plan |
DefaultBuildDefinitionForBuild.getPlan() |
Plan |
BuildDefinitionForBuild.getPlan() |
Modifier and Type | Method and Description |
---|---|
void |
PlanDependencyManagerImpl.adjustChildDependencyList(String dependencyType,
Plan plan,
Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting) |
void |
PlanDependencyManager.adjustChildDependencyList(String dependencyType,
Plan plan,
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.adjustParentDependencyList(String dependencyKey,
Plan childPlan,
Set<PlanKey> newParentPlanKeys,
boolean overwriteExisting) |
void |
PlanDependencyManager.adjustParentDependencyList(String dependencyType,
Plan plan,
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.
|
BuildDefinition |
DefaultBuildDefinitionManager.getBuildDefinition(Plan plan) |
BuildDefinition |
DefaultBuildDefinitionManagerTx.getBuildDefinition(Plan plan) |
BuildDefinition |
BuildDefinitionManager.getBuildDefinition(Plan plan) |
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan) |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan) |
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan)
Deprecated.
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration newBuildConfiguration) |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildConfiguration newBuildConfiguration) |
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
Saves the
Plan and the BuildConfiguration |
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition) |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition) |
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
Convert and save the build definition.
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition,
boolean withQuartzJobsRestart) |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition,
boolean withQuartzJobsRestart) |
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition,
boolean withQuartzJobsRestart)
Convert and save the build definition.
|
void |
PlanDependencyImpl.setChildPlan(Plan childPlan) |
void |
DefaultJob.setMaster(Plan master) |
void |
PlanDependencyImpl.setParentPlan(Plan parentPlan) |
void |
DefaultBuildDefinitionForBuild.setPlan(Plan plan) |
void |
BuildDefinitionForBuild.setPlan(Plan build) |
ErrorCollection |
PlanDependencyManagerImpl.validateChildDependencyList(String dependencyType,
Plan plan,
Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting) |
ErrorCollection |
PlanDependencyManager.validateChildDependencyList(String dependencyType,
Plan plan,
Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting)
Validate child dependency list
|
Constructor and Description |
---|
PlanDependencyImpl(Plan parentPlan,
Plan childPlan) |
PlanDependencyImpl(String dependencyType,
Plan parentPlan,
Plan childPlan) |
Modifier and Type | Method and Description |
---|---|
String |
ArtifactHandlerForPlanConfigurator.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConcurrentBuildsPlanConfigurationPlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanCreationService.getNewInstance() |
Plan |
PlanCreationBean.getPlanBeingCreated() |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan) |
void |
ChainBranchCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan) |
void |
ChainCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan) |
protected abstract void |
PlanCreationTemplate.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Clean build configuration for saving.
|
void |
ChainBranchCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan) |
void |
ChainCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone,
PlanCreationBean planCreationBean,
String planOwner) |
protected void |
JobCreationServiceImpl.performPostCreateAction(Plan plan) |
protected void |
ChainBranchCreationServiceImpl.performPostCreateAction(Plan plan) |
protected void |
ChainCreationServiceImpl.performPostCreateAction(Plan plan) |
protected abstract void |
PlanCreationTemplate.performPostCreateAction(Plan plan)
Perform plan specific actions that need to be run immediately after plan creation.
|
protected void |
JobCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected void |
ChainBranchCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected void |
ChainCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean) |
protected abstract void |
PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
Prepare build configuration for saving.
|
protected void |
PlanCreationTemplate.saveAndUpdateParents(Plan plan)
Deprecated.
since 6.9. Use
PlanCreationTemplate.saveAndUpdateParents(PlanCreationBean) |
void |
JobCreationServiceImpl.setFullPlanKey(Plan plan) |
protected void |
ChainBranchCreationServiceImpl.setFullPlanKey(Plan plan) |
protected void |
ChainCreationServiceImpl.setFullPlanKey(Plan plan) |
protected abstract void |
PlanCreationTemplate.setFullPlanKey(Plan plan)
Set the full key for this plan
|
void |
PlanCreationBean.setPlanBeingCreated(Plan planBeingCreated) |
Modifier and Type | Method and Description |
---|---|
protected String |
PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration,
ActionParametersMap actionParametersMap,
PlanCreationService.EnablePlan enabled,
BiConsumer<Plan,ActionParametersMap> preparePlanDetails)
Creates and saves a plan
|
Modifier and Type | Method and Description |
---|---|
protected void |
BuildExpiryPerPlanPlugin.populateContextForEdit(Map<String,Object> context,
BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
BuildExpiryPerPlanPlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
protected void |
HungBuildPlanConfigurationPlugin.populateContextForEdit(Map<String,Object> context,
BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
HungBuildPlanConfigurationPlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
protected void |
BuildMonitoringPerPlanPlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlansGreenCondition.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Interface and Description |
---|---|
interface |
Chain
Mutable version of
ImmutableChain . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChain |
Modifier and Type | Method and Description |
---|---|
void |
DefaultChain.setMaster(Plan master) |
Modifier and Type | Method and Description |
---|---|
protected void |
CloverBuildProcessor.populateContextForEdit(Map<String,Object> context,
BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
CloverBuildProcessor.populateContextForView(Map<String,Object> context,
Plan build) |
Modifier and Type | Method and Description |
---|---|
static void |
BuildConfigurationPluginsExportHelper.addDefaultValues(com.atlassian.plugin.PluginAccessor pluginAccessor,
Plan plan,
BuildConfiguration hierarchicalConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
DeletionServiceImpl.deletePlan(Plan plan) |
void |
DeletionService.deletePlan(Plan plan)
Deprecated.
since 6.2 use
DeletionService.deletePlan(ImmutablePlan) instead |
default void |
PlanDeletionInterceptorAction.intercept(Plan plan)
Deprecated.
since 6.2 use
PlanDeletionInterceptorAction.intercept(ImmutablePlan, Supplier) instead. |
Modifier and Type | Method and Description |
---|---|
void |
DeletionServiceImpl.deletePlansIgnoringBranches(Iterable<? extends Plan> plansToDelete) |
void |
DeletionService.deletePlansIgnoringBranches(Iterable<? extends Plan> plansToDelete)
Delete all the plans on the list.
|
default void |
PlanDeletionInterceptorAction.intercept(ImmutablePlan plan,
Supplier<Plan> mutablePlan)
Runs before the
Plan and its ResultsSummary s have been deleted
Try relying on the ImmutablePlan argument. |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<LabellingImpl,Plan> |
LabellingImpl_.plan |
Modifier and Type | Method and Description |
---|---|
Plan |
LabellingImpl.getPlan() |
Plan |
Labelling.getPlan() |
Modifier and Type | Method and Description |
---|---|
int |
LabelManagerImpl.addFavourite(Plan plan,
com.atlassian.user.User user) |
int |
LabelManager.addFavourite(Plan plan,
com.atlassian.user.User user)
Adds a build to a user as favourite.
|
protected int |
LabelManagerImpl.addLabel(String labelName,
String namespace,
Project project,
Plan plan,
ResultsSummary resultsSummary,
String userName) |
List<LabelCount> |
LabelHibernateDao.findLabels(String namespace,
int maxResults,
Plan plan) |
List<LabelCount> |
LabelDao.findLabels(String namespace,
int maxResults,
Plan plan) |
List<LabelCount> |
LabelManagerImpl.findLabels(String namespace,
int maxResults,
Plan plan,
Project project) |
List<LabelCount> |
LabelManager.findLabels(String namespace,
int maxResults,
Plan plan,
Project project)
Finds all labels in a given build, with namespace and maxResults.
|
List<String> |
LabelManagerImpl.getFavouritesForPlan(Plan plan) |
List<String> |
LabelManager.getFavouritesForPlan(Plan plan)
Deprecated.
since 5.4 use
LabelManager.getFavouritesForPlan(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead |
boolean |
LabelManagerImpl.hasPlanLabel(Plan plan,
String label) |
boolean |
LabelManager.hasPlanLabel(Plan plan,
String label)
Checks whether the Plan has a particular label
|
boolean |
LabelManagerImpl.isManuallyUnmarkedFavourite(Plan plan,
com.atlassian.user.User user) |
boolean |
LabelManager.isManuallyUnmarkedFavourite(Plan plan,
com.atlassian.user.User user)
Flag which determines if the user has manually unmarked this build as favourite.
|
int |
LabelManagerImpl.removeFavourite(Plan plan,
com.atlassian.user.User user) |
int |
LabelManager.removeFavourite(Plan plan,
com.atlassian.user.User user)
Removes a build from a user's favourite.
|
void |
LabellingImpl.setPlan(Plan plan) |
void |
Labelling.setPlan(Plan plan) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlanMapper<T extends Plan> |
Modifier and Type | Field and Description |
---|---|
protected Plan |
AbstractResultSummaryMapper.buildable |
Constructor and 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,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
LabellingMapper(org.hibernate.SessionFactory sessionFactory,
ResultsSummary buildResultSummary,
Plan plan,
Project project,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Modifier and Type | Method and Description |
---|---|
Plan |
UsersNotificationImpl.getPlan() |
Plan |
UsersNotification.getPlan()
The plan the notification rule applies to
|
Modifier and Type | Method and Description |
---|---|
Set<NotificationRule> |
NotificationManagerImpl.getNotificationRules(Plan plan) |
Set<NotificationRule> |
NotificationManager.getNotificationRules(Plan plan)
Deprecated.
since 5.4 use
NotificationManager.getNotificationRules(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead |
Constructor and Description |
---|
UsersNotificationImpl(Plan plan,
NotificationRule notificationRule) |
Modifier and Type | Class and Description |
---|---|
class |
PlanHibernateDao<T extends Plan> |
Modifier and Type | Interface and Description |
---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
<T extends Plan> |
PlanHibernateDao.findAllPlans(Class<T> planType) |
<T extends Plan> |
PlanDao.findAllPlans(Class<T> planType)
Return a
Plan collection for specified plan type. |
<T extends Plan> |
PlanHibernateDao.findAllPlans(Class<T> planType,
int firstResult,
int maxResults) |
<T extends Plan> |
PlanDao.findAllPlans(Class<T> planType,
int firstResult,
int maxResults)
Return a
Plan collection for specified plan type. |
<T extends Plan> |
PlanHibernateDao.findAllPlansByProject(Project project,
Class<T> planType) |
<T extends Plan> |
PlanDao.findAllPlansByProject(Project project,
Class<T> planType)
|
<E extends Plan> |
PlanHibernateDao.findById(long id,
Class<E> aClass) |
<T extends Plan> |
PlanHibernateDao.findPlansByProject(Project project,
Class<T> planType) |
<T extends Plan> |
PlanDao.findPlansByProject(Project project,
Class<T> planType)
|
<T extends Plan> |
PlanHibernateDao.getAllPlanKeys(Class<T> planType) |
<T extends Plan> |
PlanManagerImpl.getAllPlanKeys(Class<T> planType) |
<T extends Plan> |
PlanManager.getAllPlanKeys(Class<T> planType)
Deprecated.
since 6.2 with no replacement
|
<T extends Plan> |
PlanDao.getAllPlanKeys(Class<T> planType)
Returns all plan keys of a particular type, including the plans marked for deletion.
|
<T extends Plan> |
PlanManagerImpl.getAllPlans(Class<T> planType) |
<T extends Plan> |
PlanManager.getAllPlans(Class<T> planType)
|
<T extends Plan> |
PlanManagerImpl.getAllPlans(Class<T> planType,
int firstResult,
int maxResults) |
<T extends Plan> |
PlanManager.getAllPlans(Class<T> planType,
int firstResult,
int maxResults)
|
<T extends Plan> |
PlanManagerImpl.getAllPlansByProject(Project project,
Class<T> planType) |
<T extends Plan> |
PlanManager.getAllPlansByProject(Project project,
Class<T> planType)
|
<T extends Plan> |
PlanHibernateDao.getAllPlansMarkedForDeletion(Class<T> planType) |
<T extends Plan> |
PlanManagerImpl.getAllPlansMarkedForDeletion(Class<T> planType) |
<T extends Plan> |
PlanManager.getAllPlansMarkedForDeletion(Class<T> planType)
Returns a list of
Plan s that are ImmutableDeletable.isMarkedForDeletion()
for the given type |
<T extends Plan> |
PlanDao.getAllPlansMarkedForDeletion(Class<T> planType)
Returns a list of
Plan s that are ImmutableDeletable.isMarkedForDeletion() for the given type |
<T extends Plan> |
PlanManagerImpl.getPlanById(long id,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanById(long id,
Class<T> planType)
|
<T extends Plan> |
PlanHibernateDao.getPlanByKey(PlanKey planKey,
Class<T> aClass) |
<T extends Plan> |
PlanManagerImpl.getPlanByKey(PlanKey planKey,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByKey(PlanKey planKey,
Class<T> planType)
|
<T extends Plan> |
PlanDao.getPlanByKey(PlanKey planKey,
Class<T> aClass)
Return a
Plan that matches the given key |
<T extends Plan> |
PlanHibernateDao.getPlanByKey(String planKey,
Class<T> aClass) |
<T extends Plan> |
PlanManagerImpl.getPlanByKey(String planKey,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByKey(String planKey,
Class<T> planType)
Deprecated.
since 4.2
|
<T extends Plan> |
PlanDao.getPlanByKey(String planKey,
Class<T> aClass)
Return a
Plan that matches the given key |
<T extends Plan> |
PlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByKeyIfOfType(PlanKey planKey,
Class<T> planType)
|
<T extends Plan> |
PlanManagerImpl.getPlanByOid(BambooEntityOid oid,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByOid(BambooEntityOid oid,
Class<T> planType)
|
<T extends Plan> |
PlanHibernateDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
String planName,
Class<T> planType) |
<T extends Plan> |
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
String planName,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
String planName,
Class<T> planType)
Deprecated.
since 4.2
|
<T extends Plan> |
PlanDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
String planName,
Class<T> planType)
|
<T extends Plan> |
PlanHibernateDao.getPlanCount(Class<T> planType) |
<T extends Plan> |
PlanManagerImpl.getPlanCount(Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanCount(Class<T> planType)
How many plans filtered by
Class currently exist |
<T extends Plan> |
PlanDao.getPlanCount(Class<T> planType)
How many plans filtered by
Class currently exist |
<T extends Plan> |
PlanHibernateDao.getPlanIdentifiersForProject(ProjectIdentifier project,
Class<T> planType,
boolean includeMarkedForDeletion) |
<T extends Plan> |
PlanManagerImpl.getPlanIdentifiersForProject(ProjectIdentifier project,
Class<T> planType,
boolean includeMarkedForDeletion) |
<T extends Plan> |
PlanManager.getPlanIdentifiersForProject(ProjectIdentifier project,
Class<T> planType,
boolean includeMarkedForDeletion)
Retrieve a list of plans for a given project.
|
<T extends Plan> |
PlanDao.getPlanIdentifiersForProject(ProjectIdentifier projectIdentifier,
Class<T> planType,
boolean includeMarkedForDeletion)
Returns minimal data about all plans in the given project
|
<T extends Plan> |
PlanHibernateDao.getPlanKeys(Class<T> planType) |
<T extends Plan> |
PlanDao.getPlanKeys(Class<T> planType)
Returns all plan keys of a particular type, NOT including the plans marked for deletion.
|
<T extends Plan> |
PlanManagerImpl.getPlansByProject(Project project,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlansByProject(Project project,
Class<T> planType)
|
<T extends Plan> |
PlanManagerImpl.getProjectPlanMap(Class<T> planType,
boolean includeEmptyProjects) |
<T extends Plan> |
PlanManager.getProjectPlanMap(Class<T> planType,
boolean includeEmptyProjects)
|
static <T extends Plan> |
PlanTestHelper.mockPlan(PlanDao planDao,
PlanKey planKey,
Class<T> planClass) |
static <T extends Plan> |
PlanTestHelper.mockPlan(PlanManager planManager,
PlanKey planKey,
Class<T> planClass) |
static <T extends Plan> |
PlanTestHelper.mockPlan(String planKey,
Class<T> planClass) |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanAwareContextImpl.getPlan() |
Plan |
PlanAwareContext.getPlan() |
Plan |
PlanManagerImpl.getPlanById(long id) |
Plan |
PlanManager.getPlanById(long id)
Returns a
Plan by its id |
Plan |
PlanManagerImpl.getPlanByKey(PlanKey planKey) |
Plan |
PlanManager.getPlanByKey(PlanKey planKey)
|
Plan |
PlanManagerImpl.getPlanByKey(String planKey) |
Plan |
PlanManager.getPlanByKey(String planKey)
Deprecated.
since 4.2
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Plan> |
PlanHibernateDao.getPlanClass(PlanKey planKey) |
Class<? extends Plan> |
PlanManagerImpl.getPlanClass(PlanKey planKey) |
Class<? extends Plan> |
PlanManager.getPlanClass(PlanKey planKey) |
Class<? extends Plan> |
PlanDao.getPlanClass(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
int |
PlanFavouriteServiceImpl.addFavourite(Plan plan,
com.atlassian.user.User user,
boolean honourManuallyUnmarked) |
int |
PlanFavouriteService.addFavourite(Plan plan,
com.atlassian.user.User user,
boolean honourManuallyUnmarked)
Mark plan as a favourite for a user.
|
int |
AbstractPlan.compareTo(Plan plan) |
void |
PlanManagerImpl.createPlan(Plan plan) |
void |
PlanManager.createPlan(Plan plan)
Same as savePlan, but create permissions used instead of edit permissions.
|
void |
PlanManagerImpl.deletePlan(Plan plan) |
void |
PlanManager.deletePlan(Plan plan)
Removes the plan object from the database.
|
int |
PlanFavouriteServiceImpl.removeFavourite(Plan plan,
com.atlassian.user.User user) |
int |
PlanFavouriteService.removeFavourite(Plan plan,
com.atlassian.user.User user)
Remove plan from the user's favourite list and mark it "manually marked not favourite"
|
void |
PlanHibernateDao.save(Plan plan) |
void |
PlanManagerImpl.savePlan(Plan plan) |
void |
PlanManager.savePlan(Plan plan)
Saves the
Plan |
void |
PlanManagerImpl.savePlanWithSchedulesStopped(Plan plan) |
void |
PlanManager.savePlanWithSchedulesStopped(Plan plan)
Saves the
Plan while polling jobs are stopped. |
void |
Plan.setMaster(Plan master)
Set which plan is the master of this plan.
|
int |
PlanFavouriteServiceImpl.toggleFavourite(Plan plan,
com.atlassian.user.User user) |
int |
PlanFavouriteService.toggleFavourite(Plan plan,
com.atlassian.user.User user)
Toggle the plan's favourite status for a user.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDefinitionManagerImpl.removeArtifactDefinitionsByPlan(Plan plan) |
void |
ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(Plan plan)
Deprecated.
since 6.2 use
ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(ImmutablePlan) instead |
void |
ArtifactSubscriptionManagerImpl.removeArtifactSubscriptionsOfPlan(Plan plan) |
void |
ArtifactSubscriptionManager.removeArtifactSubscriptionsOfPlan(Plan plan)
Deprecated.
since 6.2 use
ArtifactSubscriptionManager.removeArtifactSubscriptionsOfPlan(ImmutablePlan) instead |
Modifier and Type | Interface and Description |
---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ChainBranchManagerImpl.hasBranches(Plan plan) |
boolean |
ChainBranchManager.hasBranches(Plan plan)
Returns whether or not the given plan has any branches
|
void |
ChainBranchImpl.setMaster(Plan master) |
void |
ChainBranch.setMaster(Plan master) |
Modifier and Type | Method and Description |
---|---|
default boolean |
PlanConfigurationUiPlugin.isApplicableTo(Plan plan) |
Modifier and Type | Class and Description |
---|---|
class |
IsPlanKeyEq<T extends Plan> |
Modifier and Type | Method and Description |
---|---|
static <T extends Plan> |
IsPlanKeyEq.hasEqualPlanKey(T reference) |
Constructor and Description |
---|
IsPlanKeyEq(Plan reference) |
Modifier and Type | Method and Description |
---|---|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass)
Find all installed plugins of a given class.
|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Find all installed plugins of a given class and module descriptor.
|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass)
Generate html page from all plugin edit fragments.
|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getEditHtmlList(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getEditHtmlList(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html edit fragments for all plugins.
|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getViewHtml(Plan plan,
Class<T> pluginClass) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getViewHtml(Plan plan,
Class<T> pluginClass)
Generate html page from all plugin view fragments.
|
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationPluginUIHelperImpl.getViewHtmlList(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) |
<T extends BuildConfigurationAwarePlugin> |
PlanConfigurationUIPluginHelper.getViewHtmlList(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html view fragments for all plugins.
|
Modifier and Type | Method and Description |
---|---|
List<ImmutablePlan> |
HgRepository.getOtherPlansSharingCache(Plan current) |
Modifier and Type | Method and Description |
---|---|
protected void |
AutomaticDependencyManagementPlugin.populateContextForEdit(Map<String,Object> context,
BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
AutomaticDependencyManagementPlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
void |
AutomaticDependencyManagementDeletionInterceptorAction.intercept(ImmutablePlan plan,
Supplier<Plan> mutablePlan) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.ListAttribute<DefaultProject,Plan> |
DefaultProject_.allPlans |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Plan> |
PlanRepositoryLinkImpl_.plan |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanRepositoryLinkImpl.getPlan() |
Plan |
PlanRepositoryLink.getPlan() |
Modifier and Type | Method and Description |
---|---|
RepositoryDefinition |
RepositoryConfigurationServiceImpl.attachGlobalRepositoryToPlan(Plan plan,
long selectedGlobalRepositoryId,
boolean buildTrigger) |
RepositoryDefinition |
RepositoryConfigurationService.attachGlobalRepositoryToPlan(Plan plan,
long selectedGlobalRepositoryId,
boolean buildTrigger)
Deprecated.
Creates relationship between global repository and a plan
|
RepositoryDefinition |
RepositoryConfigurationServiceImpl.createRepository(Plan plan,
String repositoryName,
String pluginKey,
String webRepositoryKey,
org.apache.commons.configuration.HierarchicalConfiguration configuration,
boolean buildTrigger) |
RepositoryDefinition |
RepositoryConfigurationService.createRepository(Plan plan,
String repositoryName,
String pluginKey,
String webRepositoryKey,
org.apache.commons.configuration.HierarchicalConfiguration configuration,
boolean buildTrigger)
Deprecated.
Creates new repository and adds it to the plan configuration
|
void |
RepositoryConfigurationServiceImpl.deleteRepository(Plan plan,
long repositoryId) |
void |
RepositoryConfigurationService.deleteRepository(Plan plan,
long repositoryId)
Deprecated.
Removes repository definition for plan
|
void |
RepositoryConfigurationServiceImpl.deleteRepository(Plan plan,
long repositoryId,
long replacementReposiotryId) |
void |
RepositoryConfigurationService.deleteRepository(Plan plan,
long repositoryId,
long replacementRepositoryId)
Deprecated.
Removes repository definition for plan
|
RepositoryDefinition |
RepositoryConfigurationServiceImpl.editRepository(Plan plan,
String repositoryName,
String pluginKey,
String webRepositoryKey,
RepositoryDefinition repositoryDefinition,
org.apache.commons.configuration.HierarchicalConfiguration configuration)
AOP advice cannot handle
RepositoryDataEntity type so call to {@link
RepositoryDefinitionManager#saveRepositoryDefinition(RepositoryDataEntity) will be unadvised. |
RepositoryDefinition |
RepositoryConfigurationService.editRepository(Plan plan,
String repositoryName,
String selectedRepositoryKey,
String webRepositoryKey,
RepositoryDefinition repositoryDefinition,
org.apache.commons.configuration.HierarchicalConfiguration configuration)
Deprecated.
Changes (replaces) repository definition.
|
String |
AbstractRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated.
|
String |
AdvancedConfigurationAwareRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
String |
AbstractRepository.getAdvancedViewHtml(Plan plan)
Deprecated.
since 5.5 use
StandaloneRepository.getAdvancedViewHtml() |
String |
AdvancedConfigurationAwareRepository.getAdvancedViewHtml(Plan plan) |
String |
AbstractRepository.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated.
|
Collection<RepositoryDataEntity> |
RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan(Plan plan) |
Collection<RepositoryDataEntity> |
RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan) |
String |
AbstractRepository.getViewHtml(Plan plan)
Deprecated.
since 5.5 use
StandaloneRepository.getViewHtml() |
void |
RepositoryDefinitionManagerImpl.removeRepositoriesForPlan(Plan plan) |
void |
RepositoryDefinitionManager.removeRepositoriesForPlan(Plan plan)
Remove all repositories from
Plan that are not global repositories. |
void |
PlanRepositoryLinkImpl.setPlan(Plan plan) |
void |
PlanRepositoryLink.setPlan(Plan plan) |
void |
RepositoryConfigurationServiceImpl.shareRepository(Plan plan,
RepositoryData repositoryData,
String repositoryName,
String userDescription,
com.atlassian.user.User user) |
void |
RepositoryConfigurationService.shareRepository(Plan plan,
RepositoryData repositoryData,
String repositoryName,
String userDescription,
com.atlassian.user.User user)
Deprecated.
Converts existing Plan repository to Shared Repository.
|
Constructor and Description |
---|
PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position) |
Modifier and Type | Method and Description |
---|---|
String |
NullRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
String |
NullRepository.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(Plan plan) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getAllResultSummariesForPlan(Plan plan)
Get all the
ResultsSummary s for the given Plan |
List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getLastNFailedResultsSummaries(Plan plan,
int numberOfResults) |
List<ResultsSummary> |
ResultsSummaryManager.getLastNFailedResultsSummaries(Plan build,
int numberOfResults)
Returns the most recent n failed build results.
|
List<ResultsSummary> |
BuildResultsSummaryHibernateDao.getNeighbouringSummaries(Plan plan,
int currentBuildNumber) |
List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getNeighbouringSummaries(Plan plan,
int buildNumber) |
List<ResultsSummary> |
BuildResultsSummaryDao.getNeighbouringSummaries(Plan plan,
int currentBuildNumber)
Returns build results "around" given build number
|
List<ResultsSummary> |
ResultsSummaryManager.getNeighbouringSummaries(Plan plan,
int buildNumber)
Returns all the
ResultsSummary objects that matches the passed build numbers |
long |
BuildResultsSummaryHibernateDao.getNumberOfFinishedResults(Plan plan) |
long |
BuildResultsSummaryManagerImpl.getNumberOfFinishedResults(Plan plan) |
long |
BuildResultsSummaryDao.getNumberOfFinishedResults(Plan build)
Returns the number of finished results available for the given
Plan |
long |
ResultsSummaryManager.getNumberOfFinishedResults(Plan plan)
|
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummary s for the given Plan in give LifeCycleState that are Results are
sorted by build number (descending). |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummary s for the given Plan in give LifeCycleState that are Results are sorted by build number (descending). |
void |
BuildResultsSummaryManagerImpl.moveResultSummaries(Plan newParentPlan,
PlanKey oldPlanKey,
PlanKey newPlanKey) |
void |
ResultsSummaryManager.moveResultSummaries(Plan newParentPlan,
PlanKey oldPlanKey,
PlanKey newPlanKey)
Reassigns plan key ResultsSummaries associated with selected plan key.
|
int |
BuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(Plan plan) |
int |
ResultsSummaryManager.removeResultsSummariesForPlan(Plan plan)
Remove all resultSummary objects for the given plan.
|
Modifier and Type | Method and Description |
---|---|
Plan |
TestClassImpl.getPlan() |
Plan |
TestClassIdentifier.getPlan() |
Plan |
TestClass.getPlan()
Get the plan that this test class belongs to.
|
Modifier and Type | Method and Description |
---|---|
TestClass |
TestClassImpl.copyTestClass(Plan plan) |
TestClass |
TestClass.copyTestClass(Plan plan)
Creates a copy of the
TestClass . |
List<TestClass> |
TestsHibernateDao.getTestClassesForPlan(Plan plan,
int cutoffBuildNumber)
Retrieve all test classes attached to a specific plan
|
List<TestClass> |
TestsDao.getTestClassesForPlan(Plan plan,
int cutoffBuildNumber)
Deprecated.
since 6.9 for performance reasons use
TestsDao.getTestClassesMapForPlan(Plan, long, int) instead. |
com.google.common.collect.Multimap<TestClass,TestCase> |
TestsHibernateDao.getTestClassesMapForPlan(Plan plan,
long masterJobId,
int cutoffBuildNumber) |
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.
|
int |
TestsManagerImpl.removeResultsByPlan(Plan plan) |
int |
TestsManager.removeResultsByPlan(Plan plan)
Deprecated.
since 6.5
|
void |
TestsManagerImpl.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> unorderedSuccessfulTests) |
void |
TestsManager.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> successfulTests)
Deprecated.
|
org.hibernate.ScrollableResults |
TestsHibernateDao.scrollThroughTestClassesForPlan(Plan plan) |
org.hibernate.ScrollableResults |
TestsDao.scrollThroughTestClassesForPlan(Plan plan)
Scroll through all test classes attached to a specific plan, alphabetically by test class name.
|
protected void |
TestClassImpl.setPlan(Plan plan) |
Constructor and Description |
---|
TestClassImpl(String name,
Plan plan,
long masterJobId) |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanSchedulerCallback.getPlan() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PlanSchedulerCallback.run(Plan plan) |
Constructor and Description |
---|
PlanSchedulerCallback(Plan plan) |
Modifier and Type | Method and Description |
---|---|
org.acegisecurity.acls.MutableAcl |
BambooAclUpdateHelper.createNewDefaultAcl(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
|
Modifier and Type | Method and Description |
---|---|
Plan |
BambooSession.getPlan() |
Plan |
BambooSession.getPlan(Plan defaultPlan) |
Modifier and Type | Method and Description |
---|---|
Plan |
BambooSession.getPlan(Plan defaultPlan) |
void |
BambooSession.setPlan(Plan plan) |
Constructor and Description |
---|
BuildDefinitionUpgrader(PlanManager planManager,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
String |
BaseBuildConfigurationAwarePlugin.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
String |
RenderableBuildConfiguration.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Returns HTML that represents the form fragment for editing the repository.
|
String |
BaseBuildConfigurationAwarePlugin.getViewHtml(Plan plan) |
String |
RenderableBuildConfiguration.getViewHtml(Plan plan)
Returns the HTML that represents the view of the repository configuration
|
protected void |
BaseBuildConfigurationAwarePlugin.populateContextForEdit(Map<String,Object> context,
BuildConfiguration buildConfiguration,
Plan plan) |
protected void |
BaseBuildConfigurationAwarePlugin.populateContextForView(Map<String,Object> context,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
boolean |
BuildConfigurationUIPlugin.isApplicableTo(Plan plan)
Deprecated.
since 5.11 use
PlanConfigurationUiPlugin.isApplicableTo(ImmutablePlan) instead |
Modifier and Type | Method and Description |
---|---|
static void |
DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy,
Plan plan)
Set strategy for build
|
Modifier and Type | Method and Description |
---|---|
Plan |
VariableDefinitionImpl.getPlan() |
Plan |
VariableDefinition.getPlan() |
Modifier and Type | Method and Description |
---|---|
VariableDefinition |
VariableDefinitionFactoryImpl.createPlanVariable(Plan plan,
String key,
String value) |
VariableDefinition |
VariableConfigurationServiceImpl.createPlanVariable(Plan plan,
String variableKey,
String variableValue) |
VariableDefinition |
VariableConfigurationService.createPlanVariable(Plan plan,
String variableKey,
String variableValue)
Creates new Plan variable.
|
VariableDefinition |
VariableDefinitionFactory.createPlanVariable(Plan plan,
String key,
String value)
Create plan variable definition
|
VariableDefinition |
VariableConfigurationServiceImpl.createUniquePlanVariable(Plan plan,
String variableKey,
String variableValue) |
VariableDefinition |
VariableConfigurationService.createUniquePlanVariable(Plan plan,
String variableKey,
String variableValue)
Creates new Plan variable.
|
void |
VariableDefinitionManagerImpl.deleteVariablesForPlan(Plan plan) |
void |
VariableDefinitionManager.deleteVariablesForPlan(Plan plan)
Removes variable definitions form specified plan
|
void |
VariableDefinitionImpl.setPlan(Plan plan) |
void |
VariableDefinition.setPlan(Plan plan) |
Constructor and Description |
---|
VariableDefinitionImpl(String key,
String value,
Plan plan,
VariableType variableType) |
Modifier and Type | Method and Description |
---|---|
PartialVcsRepositoryData |
VcsRepositoryConfigurationServiceImpl.createPlanRepository(Plan plan,
PartialVcsRepositoryData newVcsConfiguration) |
PartialVcsRepositoryData |
VcsRepositoryConfigurationService.createPlanRepository(Plan plan,
PartialVcsRepositoryData newVcsConfiguration)
Creates "plan local" repository and adds it to a plan.
|
void |
VcsRepositoryConfigurationServiceImpl.deleteRepository(Plan plan,
long repositoryId,
Long replacementRepositoryId) |
void |
VcsRepositoryConfigurationService.deleteRepository(Plan plan,
long repositoryId,
Long replacementRepositoryId)
Removes repository definition from a plan
|
PartialVcsRepositoryData |
VcsRepositoryConfigurationServiceImpl.editRepository(Plan plan,
long repositoryId,
PartialVcsRepositoryData newVcsConfiguration) |
PartialVcsRepositoryData |
VcsRepositoryConfigurationService.editRepository(Plan plan,
long repositoryId,
PartialVcsRepositoryData newVcsConfiguration)
Edits existing "plan local" repository.
|
PartialVcsRepositoryData |
VcsRepositoryConfigurationServiceImpl.linkRepositoryToPlan(Plan plan,
long selectedRepositoryId) |
PartialVcsRepositoryData |
VcsRepositoryConfigurationService.linkRepositoryToPlan(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.
|
void |
VcsRepositoryConfigurationServiceImpl.mergePlanRepositories(Plan plan,
List<PartialVcsRepositoryData> vcsRepositoryDataList) |
void |
VcsRepositoryConfigurationService.mergePlanRepositories(Plan plan,
List<PartialVcsRepositoryData> vcsRepositoryDataList)
Merges the state of the given plan repositories into the database.
|
void |
VcsRepositoryConfigurationServiceImpl.moveRepository(Plan plan,
long repositoryId,
long beforePosition,
long afterPosition) |
void |
VcsRepositoryConfigurationService.moveRepository(Plan plan,
long repositoryId,
long beforePosition,
long afterPosition)
Changes position of repository in the repository list.
|
PartialVcsRepositoryData |
VcsRepositoryConfigurationServiceImpl.replaceRepositoryInPlan(Plan plan,
VcsRepositoryData parentRepository,
PartialVcsRepositoryData oldRepository,
PartialVcsRepositoryData newRepository) |
PartialVcsRepositoryData |
VcsRepositoryConfigurationService.replaceRepositoryInPlan(Plan plan,
VcsRepositoryData parentRepository,
PartialVcsRepositoryData oldRepository,
PartialVcsRepositoryData newRepository)
Replaces uses of a repository with another one.
|
void |
VcsRepositoryConfigurationServiceImpl.shareRepository(Plan plan,
PartialVcsRepositoryData repositoryData,
String repositoryName,
String userDescription,
com.atlassian.user.User user) |
void |
VcsRepositoryConfigurationService.shareRepository(Plan plan,
PartialVcsRepositoryData repositoryData,
String repositoryName,
String userDescription,
com.atlassian.user.User user)
Converts existing Plan repository to Linked repository.
|
void |
VcsRepositoryConfigurationServiceImpl.validatePlanRepository(Plan plan,
PartialVcsRepositoryData vcsRepositoryData) |
void |
VcsRepositoryConfigurationService.validatePlanRepository(Plan plan,
PartialVcsRepositoryData vcsRepositoryData)
Validate plan repository before saving it in database.
|
Modifier and Type | Method and Description |
---|---|
String |
NoWebRepositoryViewer.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan) |
String |
NoWebRepositoryViewer.getViewHtml(Plan plan) |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanActionSupport.getMutablePlan() |
Plan |
PlanActionSupport.getPlan()
Deprecated.
since 4.4
|
Modifier and Type | Method and Description |
---|---|
Plan |
ImportMavenPlanAction.getImmutablePlan() |
Plan |
ImportMavenPlanAction.getMutablePlan() |
Plan |
ImportMavenPlanAction.getPlan()
Deprecated.
since 4.4
|
Modifier and Type | Method and Description |
---|---|
List<Plan> |
BulkPlanAction.getSelectedPlans() |
List<? extends Plan> |
BulkPlanAction.getSortedPlans(Project project) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
BulkPlanAction.getSelectedRepositoryDefinitions(Plan plan) |
void |
DisablePlanBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
void |
BulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
Provides possibility to populate action parameters before executing bulk action.
|
void |
ManualBuildBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
void |
AbstractNotificationBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
void |
EnablePlanBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
void |
AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan,
PlanRepositoryDefinition repositoryDefinition) |
void |
RepositoryAwareBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan,
PlanRepositoryDefinition repositoryDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
ReplaceTriggersBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan) |
Constructor and Description |
---|
AgentAssignmentExecutableDetails(Job job,
Plan plan,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigureBranches.schedulePlanBranchInitialization(Plan plan,
BuildDefinition buildDefinition,
PlanBranchWorkflow previousPlanBranchWorkflow)
Schedules the plan branch initialization work that the Bamboo server needs to perform.
|
Modifier and Type | Method and Description |
---|---|
Plan |
ChainJsonProviderAction.getMutablePlan() |
Plan |
ChainJsonProviderAction.getPlan() |
Modifier and Type | Method and Description |
---|---|
List<? extends Plan> |
DeleteBuilds.getSortedPlans(Project project) |
List<? extends Plan> |
BulkEditBuildPermissions.getSortedPlans(Project project) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
DeleteBuilds.getJobsToConfirm(Plan plan) |
Modifier and Type | Method and Description |
---|---|
Plan |
CreateChain.getMutablePlan() |
Plan |
CreateChain.getPlan()
Deprecated.
since 4.4
|
Modifier and Type | Method and Description |
---|---|
boolean |
SetFavouriteAction.isFavourite(Plan plan) |
Modifier and Type | Method and Description |
---|---|
Iterable<DependenciesBuildConfigurationPlugin> |
ConfigurePlanDependencies.getDependenciesBuildConfigurationPluginsForPlan(Plan plan) |
Modifier and Type | Method and Description |
---|---|
Plan |
ChainAware.getChain()
Deprecated.
since 4.4
|
Plan |
PlanAware.getMutablePlan() |
Plan |
PlanAware.getPlan()
Deprecated.
since 4.4
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.