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()
           
 BuildConfiguration getConfigurationBeingEdited()
           
 Plan getPlanBeingCreated()
           
 void setAclBeingCreated(org.acegisecurity.acls.MutableAcl aclBeingCreated)
           
 void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)
           
 void setPlanBeingCreated(Plan planBeingCreated)
           
 
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)


Copyright © 2010 Atlassian. All Rights Reserved.