com.atlassian.bamboo.build.creation
Class PlanCreationBean

java.lang.Object
  extended by com.atlassian.bamboo.build.creation.PlanCreationBean

public class PlanCreationBean
extends java.lang.Object

Looks after the required components for plan creation.


Constructor Summary
PlanCreationBean()
           
 
Method Summary
 org.acegisecurity.acls.MutableAcl getAclBeingCreated()
           
 java.util.List<ArtifactDefinition> getArtifactDefinitionsBeingCreated()
           
 java.util.List<ArtifactSubscription> getArtifactSubscriptionsBeingCreated()
           
 BuildConfiguration getConfigurationBeingEdited()
           
 Plan getPlanBeingCreated()
           
 java.util.List<PlanRepositoryLink> getPlanRepositoriesBeingCreated()
           
 java.util.Map<java.lang.Long,RepositoryDataEntity> getRepositoriesBeingCreated()
           
 java.util.Map<java.lang.Long,java.lang.Long> getRepositoryIdChanges()
           
 java.util.List<VariableDefinition> getVariableDefinitionsBeingCreated()
           
 java.util.List<BambooVcsBranch> getVcsBranches()
           
 void setAclBeingCreated(org.acegisecurity.acls.MutableAcl aclBeingCreated)
           
 void setArtifactDefinitionsBeingCreated(java.util.List<ArtifactDefinition> artifactDefinitionsBeingCreated)
           
 void setArtifactSubscriptionsBeingCreated(java.util.List<ArtifactSubscription> artifactSubscriptionsBeingCreated)
           
 void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)
           
 void setPlanBeingCreated(Plan planBeingCreated)
           
 void setPlanRepositoriesBeingCreated(java.util.List<PlanRepositoryLink> planRepositoriesBeingCreated)
           
 void setRepositoriesBeingCreated(java.util.Map<java.lang.Long,RepositoryDataEntity> repositoriesBeingCreated)
           
 void setRepositoryIdChanges(java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)
           
 void setVariableDefinitionsBeingCreated(java.util.List<VariableDefinition> variableDefinitionsBeingCreated)
           
 void setVcsBranchesBeingCreated(java.util.List<BambooVcsBranch> vcsBranches)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanCreationBean

public PlanCreationBean()
Method Detail

getPlanBeingCreated

@Nullable
public Plan getPlanBeingCreated()

setPlanBeingCreated

public void setPlanBeingCreated(Plan planBeingCreated)

setConfigurationBeingEdited

public void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)

getConfigurationBeingEdited

@Nullable
public BuildConfiguration getConfigurationBeingEdited()

getAclBeingCreated

@Nullable
public org.acegisecurity.acls.MutableAcl getAclBeingCreated()

setAclBeingCreated

public void setAclBeingCreated(org.acegisecurity.acls.MutableAcl aclBeingCreated)

getArtifactDefinitionsBeingCreated

public java.util.List<ArtifactDefinition> getArtifactDefinitionsBeingCreated()

setArtifactDefinitionsBeingCreated

public void setArtifactDefinitionsBeingCreated(java.util.List<ArtifactDefinition> artifactDefinitionsBeingCreated)

getArtifactSubscriptionsBeingCreated

public java.util.List<ArtifactSubscription> getArtifactSubscriptionsBeingCreated()

setArtifactSubscriptionsBeingCreated

public void setArtifactSubscriptionsBeingCreated(java.util.List<ArtifactSubscription> artifactSubscriptionsBeingCreated)

getVariableDefinitionsBeingCreated

public java.util.List<VariableDefinition> getVariableDefinitionsBeingCreated()

setVariableDefinitionsBeingCreated

public void setVariableDefinitionsBeingCreated(java.util.List<VariableDefinition> variableDefinitionsBeingCreated)

getRepositoriesBeingCreated

@NotNull
public java.util.Map<java.lang.Long,RepositoryDataEntity> getRepositoriesBeingCreated()

getPlanRepositoriesBeingCreated

@NotNull
public java.util.List<PlanRepositoryLink> getPlanRepositoriesBeingCreated()

setRepositoriesBeingCreated

public void setRepositoriesBeingCreated(@NotNull
                                        java.util.Map<java.lang.Long,RepositoryDataEntity> repositoriesBeingCreated)

setPlanRepositoriesBeingCreated

public void setPlanRepositoriesBeingCreated(java.util.List<PlanRepositoryLink> planRepositoriesBeingCreated)

setVcsBranchesBeingCreated

public void setVcsBranchesBeingCreated(java.util.List<BambooVcsBranch> vcsBranches)

getVcsBranches

@Nullable
public java.util.List<BambooVcsBranch> getVcsBranches()

getRepositoryIdChanges

@Nullable
public java.util.Map<java.lang.Long,java.lang.Long> getRepositoryIdChanges()

setRepositoryIdChanges

public void setRepositoryIdChanges(@NotNull
                                   java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)


Copyright © 2012 Atlassian. All Rights Reserved.