com.atlassian.bamboo.session
Class BambooSession

java.lang.Object
  extended by com.atlassian.bamboo.session.BambooSession
All Implemented Interfaces:
java.io.Serializable

public class BambooSession
extends java.lang.Object
implements java.io.Serializable

An object that encapsulates what is available in a User session.

See Also:
Serialized Form

Constructor Summary
BambooSession()
           
 
Method Summary
 BuildCreationBean getBuildCreationBean()
           
 BuildCreationBean getNewBuildCreationBean()
          Return newly created BuildCreationBean object.
 BuildPlanConstructor getNewPlanConstructor()
          Return newly created PlanConstructor object.
 BuildPlanConstructor getPlanConstructor()
           
 java.util.Map<java.lang.String,java.lang.String[]> getReportSearcherContext()
           
 void setAclUpdateHelper(BambooAclUpdateHelper aclUpdateHelper)
           
 void setAuthenticationContext(BambooAuthenticationContext authenticationContext)
           
 void setBuildCreationBean(BuildCreationBean buildCreationBean)
           
 void setBuildPlanConstructorFactory(BuildPlanConstructorFactory buildPlanConstructorFactory)
           
 void setPlanConstructor(BuildPlanConstructor planConstructor)
           
 void setReportSearcherContext(java.util.Map<java.lang.String,java.lang.String[]> reportSearcherContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooSession

public BambooSession()
Method Detail

getReportSearcherContext

public java.util.Map<java.lang.String,java.lang.String[]> getReportSearcherContext()

setReportSearcherContext

public void setReportSearcherContext(java.util.Map<java.lang.String,java.lang.String[]> reportSearcherContext)

getBuildCreationBean

@NotNull
public BuildCreationBean getBuildCreationBean()

setBuildCreationBean

public void setBuildCreationBean(BuildCreationBean buildCreationBean)

getNewBuildCreationBean

@NotNull
public BuildCreationBean getNewBuildCreationBean()
Return newly created BuildCreationBean object. Previously created BuildCreationBean will be overwritten.

Returns:
Newly created BuildCreationBean object.

getPlanConstructor

@NotNull
public BuildPlanConstructor getPlanConstructor()

getNewPlanConstructor

@NotNull
public BuildPlanConstructor getNewPlanConstructor()
Return newly created PlanConstructor object. Previously created PlanConstructor will be overwritten.

Returns:
Newly created PlanConstructor object.

setPlanConstructor

public void setPlanConstructor(BuildPlanConstructor planConstructor)

setAuthenticationContext

public void setAuthenticationContext(BambooAuthenticationContext authenticationContext)

setAclUpdateHelper

public void setAclUpdateHelper(BambooAclUpdateHelper aclUpdateHelper)

setBuildPlanConstructorFactory

public void setBuildPlanConstructorFactory(BuildPlanConstructorFactory buildPlanConstructorFactory)


Copyright © 2010 Atlassian. All Rights Reserved.