com.atlassian.bamboo.session
Class BambooSession

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

public class BambooSession
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
BambooSession()
           
 
Method Summary
 Build getBuildBeingCreated()
           
 BuildConfiguration getConfigurationBeingEdited()
           
 Map getReportSearcherContext()
           
 void setBuildBeingCreated(Build buildBeingCreated)
           
 void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)
           
 void setReportSearcherContext(Map 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

getBuildBeingCreated

public Build getBuildBeingCreated()

setBuildBeingCreated

public void setBuildBeingCreated(Build buildBeingCreated)

setConfigurationBeingEdited

public void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)

getConfigurationBeingEdited

public BuildConfiguration getConfigurationBeingEdited()

getReportSearcherContext

public Map getReportSearcherContext()

setReportSearcherContext

public void setReportSearcherContext(Map reportSearcherContext)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.