com.atlassian.bamboo.session
Class BambooSession
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooSession
public BambooSession()
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.