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()
getReportSearcherContext
public Map<String,String[]> getReportSearcherContext()
setReportSearcherContext
public void setReportSearcherContext(Map<String,String[]> reportSearcherContext)
getBuildConfiguration
@NotNull
public BuildConfiguration getBuildConfiguration()
setBuildConfiguration
public void setBuildConfiguration(BuildConfiguration buildConfiguration)
getPlan
@Nullable
public Plan getPlan()
getPlan
@NotNull
public Plan getPlan(@NotNull
Plan defaultPlan)
setPlan
public void setPlan(Plan plan)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.