|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.creation.BuildPlanConstructorImpl
@Deprecated public class BuildPlanConstructorImpl
Constructor Summary | |
---|---|
BuildPlanConstructorImpl(Build buildPlan,
BuildConfiguration buildConfiguration,
BuildCreationService buildCreationService,
BuildDefinitionConverter buildDefinitionConverter,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext)
Deprecated. |
|
BuildPlanConstructorImpl(BuildCreationService buildCreationService,
BuildDefinitionConverter buildDefinitionConverter,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext)
Deprecated. |
Method Summary | |
---|---|
BuildPlanConstructor |
addNotificationRule(NotificationRule newRule)
Deprecated. Adds a notification rule to the plan. |
BuildPlanConstructor |
existingProject(java.lang.String projectKey)
Deprecated. The existing Project that the plan will belong to |
BuildPlanConstructor |
key(java.lang.String planKey)
Deprecated. The Build component for the plan (e.g. |
BuildPlanConstructor |
name(java.lang.String planName)
Deprecated. The name of the plan (not the project |
BuildPlanConstructor |
newProject(java.lang.String projectKey,
java.lang.String projectName)
Deprecated. Sets a new Project details that the Build will belong to |
BuildPlanConstructor |
setBuildConfigurationProperty(java.lang.String key,
java.lang.String value)
Deprecated. Adds any generic properties to the buildConfiguration for the plan you are currently creating |
BuildPlanConstructor |
setBuilder(Builder builder,
java.lang.String label)
Deprecated. Sets the builder on the plan, with the matching label |
BuildPlanConstructor |
setBuildStrategy(BuildStrategy buildStrategy)
Deprecated. Sets the build strategy |
BuildPlanConstructor |
setRepository(Repository repository)
Deprecated. Sets the repository on the plan |
BuildPlanConstructor |
setWebRepositoryViewer(WebRepositoryViewer webRepositoryViewer)
Deprecated. Sets the web repository viewer on the plan |
BuildPlanConstructor |
suspendedFromBuilding(boolean suspendedFromBuilding)
Deprecated. Set plan's suspendedFromBuilding flag |
PlanCreationBean |
toPlanCreationBean()
Deprecated. Outputs a PlanCreationBean that can then be persisted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildPlanConstructorImpl(BuildCreationService buildCreationService, BuildDefinitionConverter buildDefinitionConverter, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext)
public BuildPlanConstructorImpl(Build buildPlan, BuildConfiguration buildConfiguration, BuildCreationService buildCreationService, BuildDefinitionConverter buildDefinitionConverter, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext)
Method Detail |
---|
public PlanCreationBean toPlanCreationBean()
BuildPlanConstructor
PlanCreationBean
that can then be persisted
toPlanCreationBean
in interface BuildPlanConstructor
public BuildPlanConstructor newProject(@NotNull java.lang.String projectKey, @NotNull java.lang.String projectName)
BuildPlanConstructor
Project
details that the Build
will belong to
newProject
in interface BuildPlanConstructor
public BuildPlanConstructor existingProject(@NotNull java.lang.String projectKey)
BuildPlanConstructor
Project
that the plan will belong to
existingProject
in interface BuildPlanConstructor
public BuildPlanConstructor key(@NotNull java.lang.String planKey)
BuildPlanConstructor
Build
component for the plan (e.g. DEF, not BAM-DEF)
key
in interface BuildPlanConstructor
public BuildPlanConstructor name(@NotNull java.lang.String planName)
BuildPlanConstructor
name
in interface BuildPlanConstructor
public BuildPlanConstructor suspendedFromBuilding(boolean suspendedFromBuilding)
BuildPlanConstructor
suspendedFromBuilding
in interface BuildPlanConstructor
suspendedFromBuilding
- Value to set
public BuildPlanConstructor setRepository(@NotNull Repository repository)
BuildPlanConstructor
setRepository
in interface BuildPlanConstructor
public BuildPlanConstructor setWebRepositoryViewer(@NotNull WebRepositoryViewer webRepositoryViewer)
BuildPlanConstructor
setWebRepositoryViewer
in interface BuildPlanConstructor
public BuildPlanConstructor setBuilder(@NotNull Builder builder, @NotNull java.lang.String label)
BuildPlanConstructor
setBuilder
in interface BuildPlanConstructor
public BuildPlanConstructor setBuildStrategy(@NotNull BuildStrategy buildStrategy)
BuildPlanConstructor
setBuildStrategy
in interface BuildPlanConstructor
public BuildPlanConstructor addNotificationRule(@NotNull NotificationRule newRule)
BuildPlanConstructor
addNotificationRule
in interface BuildPlanConstructor
public BuildPlanConstructor setBuildConfigurationProperty(java.lang.String key, java.lang.String value)
BuildPlanConstructor
setBuildConfigurationProperty
in interface BuildPlanConstructor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |