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