Serialized Form


Package com.atlassian.bamboo

Class com.atlassian.bamboo.ReasonForBuild extends java.lang.Object implements Serializable

Serialized Fields

myReason

java.lang.String myReason

Package com.atlassian.bamboo.agent.classserver

Class com.atlassian.bamboo.agent.classserver.AgentServerActionSupport extends BambooActionSupport implements Serializable

Serialized Fields

agentServerManager

AgentServerManager agentServerManager

fingerprint

java.lang.String fingerprint

Class com.atlassian.bamboo.agent.classserver.BambooAgentInstallerAction extends BambooActionSupport implements Serializable

Serialized Fields

mainClass

java.lang.String mainClass

Class com.atlassian.bamboo.agent.classserver.GetFingerprintAction extends BambooActionSupport implements Serializable

Serialized Fields

agentServerManager

AgentServerManager agentServerManager

remoteAgentManager

RemoteAgentManager remoteAgentManager

hostName

java.lang.String hostName

Class com.atlassian.bamboo.agent.classserver.GetPackageAction extends AgentServerActionSupport implements Serializable

Serialized Fields

className

java.lang.String className

packageInfo

byte[] packageInfo

Class com.atlassian.bamboo.agent.classserver.GetResourceAction extends AgentServerActionSupport implements Serializable

Serialized Fields

name

java.lang.String name

urlConnection

java.net.URLConnection urlConnection

Class com.atlassian.bamboo.agent.classserver.GetResourcesAction extends AgentServerActionSupport implements Serializable

Serialized Fields

name

java.lang.String name

serializedResult

byte[] serializedResult

Class com.atlassian.bamboo.agent.classserver.ResolveURLAction extends AgentServerActionSupport implements Serializable

Serialized Fields

url

java.lang.String url

content

byte[] content

contentType

java.lang.String contentType

Package com.atlassian.bamboo.author

Class com.atlassian.bamboo.author.AuthorImpl extends BambooEntityObject implements Serializable

Serialized Fields

name

java.lang.String name

breakages

java.util.List<E> breakages

fixes

java.util.List<E> fixes

successfulBuilds

java.util.List<E> successfulBuilds

failedBuilds

java.util.List<E> failedBuilds

triggeredBuildResults

java.util.List<E> triggeredBuildResults

linkedUserName

java.lang.String linkedUserName

Class com.atlassian.bamboo.author.ChangeAuthor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name the author has in the VCS system


triggeredBuildResults

java.util.List<E> triggeredBuildResults

fixes

java.util.List<E> fixes

breakages

java.util.List<E> breakages

successfulBuilds

java.util.List<E> successfulBuilds

failedBuilds

java.util.List<E> failedBuilds

isInit

boolean isInit

Package com.atlassian.bamboo.autofavourite.admin

Class com.atlassian.bamboo.autofavourite.admin.configureAutoFavouriteAction extends BambooActionSupport implements Serializable

Serialized Fields

enableAutoFavourite

boolean enableAutoFavourite

AUTO_FAVOURITE_PROPERTY

java.lang.String AUTO_FAVOURITE_PROPERTY

Package com.atlassian.bamboo.build

Class com.atlassian.bamboo.build.AbstractArtifact extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.build.BuildList extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.build.BuildObjectForTests extends java.lang.Object implements Serializable

Serialized Fields

myBuildResultSummaries

java.util.List<E> myBuildResultSummaries

suspendFromBuilding

boolean suspendFromBuilding
No longer transient


myName

java.lang.String myName

myKey

java.lang.String myKey

myBuildDependencies

java.util.Set<E> myBuildDependencies

myRepository

Repository myRepository

myEmailAddressees

java.lang.String myEmailAddressees

myBuildStrategy

BuildStrategy myBuildStrategy

myEmailStrategy

EmailStrategy myEmailStrategy

myLastBuildStartTime

java.util.Date myLastBuildStartTime

myPollingPeriod

int myPollingPeriod

myXmppMessageSender

XmppMessageSender myXmppMessageSender

myArtifacts

java.util.Map<K,V> myArtifacts

myExportStatusStyle

java.lang.String myExportStatusStyle

builderParams

java.util.Map<K,V> builderParams

builderKey

java.lang.String builderKey

lastVcsRevisionKey

java.lang.String lastVcsRevisionKey

simpleBuildLogger

SimpleBuildLogger simpleBuildLogger

Class com.atlassian.bamboo.build.BuildOutputLogEntry extends SimpleLogEntry implements Serializable

Class com.atlassian.bamboo.build.BuildResultsAction extends BuildActionSupport implements Serializable

Serialized Fields

buildNumber

java.lang.String buildNumber

buildResults

BuildResults buildResults

testManager

TestManager testManager

decorator

TestResultDecorator decorator

testResultManager

TestResultManager testResultManager

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

triggerReasonManager

TriggerReasonManager triggerReasonManager

localAgentManager

LocalAgentManager localAgentManager

buildManager

BuildManager buildManager

pluginManager

com.atlassian.plugin.PluginManager pluginManager

neighbouringSummaries

java.util.List<E> neighbouringSummaries

buildStatusHelper

BuildStatusHelper buildStatusHelper

extendedBuildResultsSummary

ExtendedBuildResultsSummary extendedBuildResultsSummary

Class com.atlassian.bamboo.build.BulkPlanAction extends BambooActionSupport implements Serializable

Serialized Fields

projects

java.util.Collection<E> projects

selectedProjects

java.lang.String[] selectedProjects

selectedBuilds

java.lang.String[] selectedBuilds

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

buildExecutionManager

BuildExecutionManager buildExecutionManager

buildQueueManager

BuildQueueManager buildQueueManager

stopBuildManager

StopBuildManager stopBuildManager

Class com.atlassian.bamboo.build.CommandLogEntry extends SimpleLogEntry implements Serializable

Class com.atlassian.bamboo.build.DefaultArtifact extends AbstractArtifact implements Serializable

Serialized Fields

myLabel

java.lang.String myLabel

myCopyPattern

java.lang.String myCopyPattern

mySrcDirectory

java.lang.String mySrcDirectory

Class com.atlassian.bamboo.build.DefaultBuildDefinition extends java.lang.Object implements Serializable

Serialized Fields

buildStrategy

BuildStrategy buildStrategy
The project object if the


repository

Repository repository

pollingPeriod

int pollingPeriod

xmlData

java.lang.String xmlData

artifacts

java.util.Map<K,V> artifacts

buildChangedEmails

java.lang.String buildChangedEmails

builder

Builder builder

workingDirectory

java.lang.String workingDirectory

xmppMessageSender

XmppMessageSender xmppMessageSender

customConfiguration

java.util.Map<K,V> customConfiguration

configObjects

java.util.Map<K,V> configObjects

buildDependencies

java.util.Set<E> buildDependencies

Class com.atlassian.bamboo.build.DeleteBuildResults extends BuildActionSupport implements Serializable

Serialized Fields

buildNumber

int buildNumber

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

Class com.atlassian.bamboo.build.DeleteBuilds extends BambooActionSupport implements Serializable

Serialized Fields

projects

java.util.Collection<E> projects

selectedProjects

java.lang.String[] selectedProjects

selectedBuilds

java.lang.String[] selectedBuilds

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

buildExecutionManager

BuildExecutionManager buildExecutionManager

buildQueueManager

BuildQueueManager buildQueueManager

stopBuildManager

StopBuildManager stopBuildManager

Class com.atlassian.bamboo.build.ErrorLogEntry extends SimpleLogEntry implements Serializable

Class com.atlassian.bamboo.build.FullBuildNameComparator extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.build.GotoBuildResult extends BuildResultsAction implements Serializable

Class com.atlassian.bamboo.build.ShowLatestBuildStatus extends BuildActionSupport implements Serializable

Class com.atlassian.bamboo.build.SimpleLogEntry extends java.lang.Object implements Serializable

Serialized Fields

time

java.util.Date time

log

java.lang.String log

Class com.atlassian.bamboo.build.TestBuildObjectForTests extends BuildObjectForTests implements Serializable

Class com.atlassian.bamboo.build.VariableSubstitutionBean extends AbstractSubstitutionBean implements Serializable

Serialized Fields

globalSubstitutionBean

GlobalSubstitutionBean globalSubstitutionBean

capabilitySubstitutionBean

CapabilitySubstitutionBean capabilitySubstitutionBean

Class com.atlassian.bamboo.build.ViewBuild extends BuildActionSupport implements Serializable

Serialized Fields

filterController

FilterController filterController

buildResultsList

java.util.List<E> buildResultsList

buildErrors

java.util.Collection<E> buildErrors

statistics

StatisticsCollector statistics

lastBuildResult

BuildResults lastBuildResult

buildStatusHelper

BuildStatusHelper buildStatusHelper

lastBuildNumber

int lastBuildNumber

pager

Pager pager

Class com.atlassian.bamboo.build.ViewBuildActivityLog extends BuildActionSupport implements Serializable

Serialized Fields

buildActivityLog

java.util.List<E> buildActivityLog

secondsToRefresh

int secondsToRefresh

linesToDisplay

int linesToDisplay

Class com.atlassian.bamboo.build.ViewBuildFiles extends BuildActionSupport implements Serializable

Serialized Fields

mySourceDirectory

java.io.File mySourceDirectory

myDirectory

java.lang.String myDirectory

lastBuildLocal

boolean lastBuildLocal

myRootSourceCodeDirectory

java.io.File myRootSourceCodeDirectory

localAgentManager

LocalAgentManager localAgentManager

Class com.atlassian.bamboo.build.ViewBuildLogs extends ViewBuildResults implements Serializable

Serialized Fields

buildLogs

java.util.List<E> buildLogs

buildLogsTooLong

boolean buildLogsTooLong

Class com.atlassian.bamboo.build.ViewBuildResults extends BuildResultsAction implements Serializable

Serialized Fields

artifactLinks

java.util.Collection<E> artifactLinks

Class com.atlassian.bamboo.build.ViewBuildResultsSuccessfulTests extends BuildResultsAction implements Serializable

Serialized Fields

pager

Pager pager

resultsList

java.util.List<E> resultsList

Class com.atlassian.bamboo.build.ViewBuildResultsTests extends BuildResultsAction implements Serializable

Class com.atlassian.bamboo.build.ViewCurrentRunningBuild extends ViewBuildActivityLog implements Serializable

Serialized Fields

currentlyBuilding

CurrentlyBuilding currentlyBuilding

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

triggerReasonManager

TriggerReasonManager triggerReasonManager

localAgentManager

LocalAgentManager localAgentManager

Class com.atlassian.bamboo.build.ViewNextBuildResults extends ViewBuildResults implements Serializable

Class com.atlassian.bamboo.build.ViewPreviousBuildResults extends ViewBuildResults implements Serializable

Class com.atlassian.bamboo.build.ViewTestCaseResultAction extends ViewBuildResults implements Serializable

Serialized Fields

testCaseKey

java.lang.String testCaseKey

testCaseResult

TestCaseResult testCaseResult

testClassResult

TestClassResultWrapper testClassResult

Class com.atlassian.bamboo.build.ViewTestClassResultAction extends ViewBuildResults implements Serializable

Serialized Fields

testClassName

java.lang.String testClassName

testClassResult

TestClassResultWrapper testClassResult

Package com.atlassian.bamboo.build.coverage

Class com.atlassian.bamboo.build.coverage.ViewCloverCoverageSummary extends BuildActionSupport implements Serializable

Serialized Fields

pluginManager

com.atlassian.plugin.PluginManager pluginManager

resultsList

java.util.List<E> resultsList

dataset

org.jfree.data.xy.XYDataset dataset

reportKey

java.lang.String reportKey

filterController

FilterController filterController

Package com.atlassian.bamboo.build.expiry

Class com.atlassian.bamboo.build.expiry.BuildExpiryAction extends BambooActionSupport implements Serializable

Serialized Fields

buildExpiryConfig

BuildExpiryConfig buildExpiryConfig

custom

ExpiryCustomObjectContainer custom

persister

Persister persister

buildExpiryBean

BuildExpiryBean buildExpiryBean

totalBuilds

int totalBuilds

Class com.atlassian.bamboo.build.expiry.BuildExpiryConfig extends java.lang.Object implements Serializable

Serialized Fields

myPeriod

java.lang.String myPeriod

myDuration

int myDuration

buildsToKeep

int buildsToKeep

expiryType

java.lang.String expiryType

excludeLabels

java.lang.String excludeLabels

labelsToKeep

java.lang.String labelsToKeep

Package com.atlassian.bamboo.build.strategy

Class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.build.strategy.AbstractQuartzStrategy extends AbstractBuildStrategy implements Serializable

Class com.atlassian.bamboo.build.strategy.CronTriggerBuildStrategy extends AbstractQuartzStrategy implements Serializable

Serialized Fields

cronExpression

java.lang.String cronExpression

Class com.atlassian.bamboo.build.strategy.ManualBuildStrategy extends AbstractBuildStrategy implements Serializable

Class com.atlassian.bamboo.build.strategy.PollingBuildStrategy extends AbstractQuartzStrategy implements Serializable

Serialized Fields

administrationConfiguration

AdministrationConfiguration administrationConfiguration

Class com.atlassian.bamboo.build.strategy.SingleDailyBuildStrategy extends AbstractQuartzStrategy implements Serializable

Serialized Fields

hour

int hour

minute

int minute

Class com.atlassian.bamboo.build.strategy.TriggeredBuildStrategy extends AbstractBuildStrategy implements Serializable


Package com.atlassian.bamboo.build.tests

Class com.atlassian.bamboo.build.tests.ViewTestCaseAction extends BuildActionSupport implements Serializable

Serialized Fields

testCaseKey

java.lang.String testCaseKey

testCase

TestCase testCase

successfailureStackedChartParams

java.util.Map<K,V> successfailureStackedChartParams

testCaseDurationChartParams

java.util.Map<K,V> testCaseDurationChartParams

groupSuccessFailureChartBy

java.lang.String groupSuccessFailureChartBy

testResultManager

TestResultManager testResultManager

filterController

FilterController filterController

failingSinceBuild

BuildResultsSummary failingSinceBuild

succeedingSinceBuild

BuildResultsSummary succeedingSinceBuild

Class com.atlassian.bamboo.build.tests.ViewTestsSummary extends BuildActionSupport implements Serializable

Serialized Fields

testManager

TestManager testManager

pluginManager

com.atlassian.plugin.PluginManager pluginManager

mostFailingTests

java.util.List<E> mostFailingTests

longestRunningTests

java.util.List<E> longestRunningTests

longestTimeToFixTests

java.util.List<E> longestTimeToFixTests

filterController

FilterController filterController

resultsList

java.util.List<E> resultsList

dataset

org.jfree.data.xy.XYDataset dataset

reportKey

java.lang.String reportKey

Package com.atlassian.bamboo.builder

Class com.atlassian.bamboo.builder.AbstractBuilder extends Command implements Serializable

Serialized Fields

myLabel

java.lang.String myLabel

myVmParameters

java.lang.String myVmParameters

myTestResultDirectory

java.lang.String myTestResultDirectory

myBuildJdk

java.lang.String myBuildJdk

myHasTests

boolean myHasTests

myWorkingSubDirectory

java.lang.String myWorkingSubDirectory

completeKey

java.lang.String completeKey

key

java.lang.String key

Class com.atlassian.bamboo.builder.AbstractMavenBuilder extends AbstractBuilder implements Serializable

Serialized Fields

myGoal

java.lang.String myGoal

myTestDirectoryOption

java.lang.String myTestDirectoryOption

Class com.atlassian.bamboo.builder.AntBuilder extends AbstractBuilder implements Serializable

Serialized Fields

myBuildFile

java.lang.String myBuildFile

myTarget

java.lang.String myTarget

Class com.atlassian.bamboo.builder.BuildState extends java.lang.Object implements Serializable

Serialized Fields

myState

java.lang.String myState

Class com.atlassian.bamboo.builder.CustomCommandBuilder extends AbstractBuilder implements Serializable

Serialized Fields

argument

java.lang.String argument

Class com.atlassian.bamboo.builder.DeltaState extends java.lang.Object implements Serializable

Serialized Fields

deltaState

java.lang.String deltaState

Class com.atlassian.bamboo.builder.Maven2Builder extends AbstractMavenBuilder implements Serializable

Serialized Fields

maven2LogHelper

Maven2LogHelper maven2LogHelper

Class com.atlassian.bamboo.builder.Maven2LogHelper extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.builder.MavenBuilder extends AbstractMavenBuilder implements Serializable

Class com.atlassian.bamboo.builder.ScriptBuilder extends AbstractBuilder implements Serializable

Serialized Fields

myScript

java.lang.String myScript

argument

java.lang.String argument

Class com.atlassian.bamboo.builder.VariableSubstitutionBeanForTesting extends VariableSubstitutionBean implements Serializable


Package com.atlassian.bamboo.builder.resultsfilter

Class com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilterList extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.builder.resultsfilter.SetResultsFilter extends BuildActionSupport implements Serializable

Serialized Fields

filterController

FilterController filterController

Package com.atlassian.bamboo.buildqueue

Class com.atlassian.bamboo.buildqueue.CancelBuild extends BuildActionSupport implements Serializable

Serialized Fields

stopBuildManager

StopBuildManager stopBuildManager

Package com.atlassian.bamboo.buildqueue.manager

Class com.atlassian.bamboo.buildqueue.manager.BambooBusyException extends java.lang.Exception implements Serializable


Package com.atlassian.bamboo.charts.renderer

Class com.atlassian.bamboo.charts.renderer.BuildResultSuccessFailureRenderer extends org.jfree.chart.renderer.xy.XYBarRenderer implements Serializable

Serialized Fields

resultsMap

java.util.Map<K,V> resultsMap

Package com.atlassian.bamboo.charts.utils

Class com.atlassian.bamboo.charts.utils.DurationFormat extends java.text.DateFormat implements Serializable

Serialized Fields

dayFormat

java.text.NumberFormat dayFormat

hourFormat

java.text.NumberFormat hourFormat

minuteFormat

java.text.NumberFormat minuteFormat

secondFormat

java.text.NumberFormat secondFormat

showZeroDay

boolean showZeroDay

showZeroHour

boolean showZeroHour

showZeroMinute

boolean showZeroMinute

showZeroSecond

boolean showZeroSecond

timeInSeconds

boolean timeInSeconds

Package com.atlassian.bamboo.command

Class com.atlassian.bamboo.command.CommandException extends java.lang.Exception implements Serializable


Package com.atlassian.bamboo.commit

Class com.atlassian.bamboo.commit.CommitFileImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

revision

java.lang.String revision

Class com.atlassian.bamboo.commit.CommitImpl extends BambooEntityObject implements Serializable

Serialized Fields

author

Author author

files

java.util.List<E> files

comment

java.lang.String comment

date

java.util.Date date

Package com.atlassian.bamboo.configuration

Class com.atlassian.bamboo.configuration.AbstractConfigurationAction extends AbstractLicenseAction implements Serializable

Serialized Fields

myInstanceName

java.lang.String myInstanceName

myBaseUrl

java.lang.String myBaseUrl

mySmtpServer

java.lang.String mySmtpServer

myEmailSubjectPrefix

java.lang.String myEmailSubjectPrefix

myFromEmailAddress

java.lang.String myFromEmailAddress

myBuildDirectory

java.lang.String myBuildDirectory

myRepositoryPollingPeriod

int myRepositoryPollingPeriod

myGzipCompression

boolean myGzipCompression

myAcceptRemoteApiCalls

boolean myAcceptRemoteApiCalls

myFileBasedPersisterOptions

FileBasedPersisterOptions myFileBasedPersisterOptions

builderManager

BuilderManager builderManager

Class com.atlassian.bamboo.configuration.AbstractLicenseAction extends BambooActionSupport implements Serializable

Serialized Fields

myLicense

java.lang.String myLicense

Class com.atlassian.bamboo.configuration.AbstractPermissionAction extends BambooActionSupport implements Serializable

Serialized Fields

aclService

HibernateMutableAclService aclService

aclUpdateHelper

BambooAclUpdateHelper aclUpdateHelper

acl

org.acegisecurity.acls.MutableAcl acl

grantedPermissions

java.util.List<E> grantedPermissions

grantedUsers

java.util.List<E> grantedUsers

grantedGroups

java.util.List<E> grantedGroups

newUser

java.lang.String newUser

newGroup

java.lang.String newGroup

addUserPrincipal

java.lang.String addUserPrincipal

addGroupPrincipal

java.lang.String addGroupPrincipal

principalType

java.lang.String principalType

Class com.atlassian.bamboo.configuration.AdministerAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.configuration.AdministrationConfiguration extends java.lang.Object implements Serializable

Serialized Fields

mySmtpServer

java.lang.String mySmtpServer

myBaseUrl

java.lang.String myBaseUrl

myBuildDirectory

java.lang.String myBuildDirectory

myEmailPrefix

java.lang.String myEmailPrefix

myEmailFromAddress

java.lang.String myEmailFromAddress

myRepositoryPollingPeriod

int myRepositoryPollingPeriod

myUseGzipCompression

boolean myUseGzipCompression

myJdks

java.util.Map<K,V> myJdks

myLicense

java.lang.String myLicense

myEnableRemoteApi

boolean myEnableRemoteApi

myInstanceName

java.lang.String myInstanceName

myBuildExpiryConfiguration

BuildExpiryConfig myBuildExpiryConfiguration

enableSignup

boolean enableSignup

enableAnonymousAccess

boolean enableAnonymousAccess

enableExternalUserManagement

boolean enableExternalUserManagement

enableViewContactDetails

boolean enableViewContactDetails

remoteAgentFunctionEnabled

boolean remoteAgentFunctionEnabled

scheduleBackupConfiguration

ScheduleBackupConfiguration scheduleBackupConfiguration

systemProperties

java.util.Map<K,V> systemProperties

globalVariables

java.util.Map<K,V> globalVariables

Class com.atlassian.bamboo.configuration.ConfigurationAction extends AbstractConfigurationAction implements Serializable

Class com.atlassian.bamboo.configuration.ConfigurationException extends java.lang.Exception implements Serializable

Class com.atlassian.bamboo.configuration.ConfigureDatabaseAction extends AbstractSetupAction implements Serializable

Serialized Fields

databaseDriver

java.lang.String databaseDriver

userName

java.lang.String userName

databaseUrl

java.lang.String databaseUrl

dialect

java.lang.String dialect

Class com.atlassian.bamboo.configuration.ConfigureGlobalPermissions extends AbstractPermissionAction implements Serializable

Class com.atlassian.bamboo.configuration.ConfigureGlobalVariables extends GlobalAdminAction implements Serializable

Serialized Fields

variableKey

java.lang.String variableKey

variableValue

java.lang.String variableValue

variables

java.util.Map<K,V> variables

Class com.atlassian.bamboo.configuration.ConfigureSecurity extends GlobalAdminAction implements Serializable

Serialized Fields

enableSignup

boolean enableSignup

enableAnonymousAccess

boolean enableAnonymousAccess

enableExternalUserManagement

boolean enableExternalUserManagement

enableViewContactDetails

boolean enableViewContactDetails

Class com.atlassian.bamboo.configuration.GlobalAdminAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.configuration.GlobalCreatePlanAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.configuration.Jdk extends LabelPathMap implements Serializable

Class com.atlassian.bamboo.configuration.LabelPathMap extends java.lang.Object implements Serializable

Serialized Fields

myLabel

java.lang.String myLabel

myHomeDirectory

java.lang.String myHomeDirectory

myBuilderType

java.lang.String myBuilderType

Class com.atlassian.bamboo.configuration.LicenseAction extends AbstractLicenseAction implements Serializable

Class com.atlassian.bamboo.configuration.ScheduleBackupConfiguration extends java.lang.Object implements Serializable

Serialized Fields

backupPath

java.lang.String backupPath

backupFrequency

java.lang.String backupFrequency

backupTime

java.lang.String backupTime

backupFilePrefix

java.lang.String backupFilePrefix

backupFileFormat

java.lang.String backupFileFormat

lastRanDate

java.util.Date lastRanDate

isDisabled

boolean isDisabled

exportArtifacts

boolean exportArtifacts

Class com.atlassian.bamboo.configuration.SystemInfo extends java.lang.Object implements Serializable

Serialized Fields

userName

java.lang.String userName

userTimezone

java.lang.String userTimezone

userLocale

java.lang.String userLocale

systemEncoding

java.lang.String systemEncoding

operatingSystem

java.lang.String operatingSystem

operatingSystemArchitecture

java.lang.String operatingSystemArchitecture

systemDate

java.lang.String systemDate

systemTime

java.lang.String systemTime

tempDir

java.lang.String tempDir

totalMemory

long totalMemory

freeMemory

long freeMemory

usedMemory

long usedMemory

availableProcessors

int availableProcessors

startupTimestamp

long startupTimestamp

currentDirectory

java.lang.String currentDirectory

applicationHome

java.lang.String applicationHome

buildWorkingDirectory

java.lang.String buildWorkingDirectory

freeDiskSpace

java.lang.String freeDiskSpace

currentDate

java.util.Date currentDate

hostName

java.lang.String hostName

ipAddress

java.lang.String ipAddress

Class com.atlassian.bamboo.configuration.SystemInfoAction extends BambooActionSupport implements Serializable

Serialized Fields

systemInfo

SystemInfo systemInfo

systemStatisticsBean

SystemStatisticsBean systemStatisticsBean

servletContext

javax.servlet.ServletContext servletContext

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

enabledPlugins

java.util.List<E> enabledPlugins

Package com.atlassian.bamboo.configuration.agent

Class com.atlassian.bamboo.configuration.agent.AbstractConfigureCapability extends GlobalAdminAction implements Serializable

Serialized Fields

capabilityHelper

CapabilityHelper capabilityHelper

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityRequirementSetDecorator

CapabilityRequirementSetDecorator capabilityRequirementSetDecorator

decoratedObjects

java.util.List<E> decoratedObjects

localAgentManager

LocalAgentManager localAgentManager

Class com.atlassian.bamboo.configuration.agent.AddRemoteAgent extends GlobalAdminAction implements Serializable

Class com.atlassian.bamboo.configuration.agent.CapabilityConfigurationSupport extends GlobalAdminAction implements Serializable

Serialized Fields

capabilitySet

CapabilitySet capabilitySet

capabilityKey

java.lang.String capabilityKey

capabilityType

java.lang.String capabilityType

jdkLabel

java.lang.String jdkLabel

jdkPath

java.lang.String jdkPath

builderLabel

java.lang.String builderLabel

builderPath

java.lang.String builderPath

capabilityHelper

CapabilityHelper capabilityHelper

Class com.atlassian.bamboo.configuration.agent.ConfigureAgentCapability extends CapabilityConfigurationSupport implements Serializable

Serialized Fields

sharedCapabilitySet

CapabilitySet sharedCapabilitySet

executableBuilds

java.util.Collection<E> executableBuilds

agentId

long agentId

agent

PipelineDefinition agent

buildAgent

BuildAgent buildAgent

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityManager

CapabilityManager capabilityManager

localAgentManager

LocalAgentManager localAgentManager

Class com.atlassian.bamboo.configuration.agent.ConfigureAgentDetails extends GlobalAdminAction implements Serializable

Serialized Fields

agent

PipelineDefinition agent

buildAgent

BuildAgent buildAgent

agentId

long agentId

localAgentManager

LocalAgentManager localAgentManager

eventManager

com.atlassian.event.EventManager eventManager

Class com.atlassian.bamboo.configuration.agent.ConfigureAgents extends ViewAgents implements Serializable

Class com.atlassian.bamboo.configuration.agent.ConfigureBuilder extends AbstractConfigureCapability implements Serializable

Class com.atlassian.bamboo.configuration.agent.ConfigureCapability extends GlobalAdminAction implements Serializable

Serialized Fields

capabilityId

java.lang.Long capabilityId

value

java.lang.String value

capability

Capability capability

capabilityHelper

CapabilityHelper capabilityHelper

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityRequirementSetDecorator

CapabilityRequirementSetDecorator capabilityRequirementSetDecorator

decoratedObjects

java.util.List<E> decoratedObjects

localAgentManager

LocalAgentManager localAgentManager

capabilityDao

CapabilityDao capabilityDao

Class com.atlassian.bamboo.configuration.agent.ConfigureCapabilityKey extends GlobalAdminAction implements Serializable

Serialized Fields

capabilityKey

java.lang.String capabilityKey

capabilityAgentMappings

java.util.List<E> capabilityAgentMappings

requirementPlanMappings

java.util.List<E> requirementPlanMappings

capabilityType

CapabilityType capabilityType

requirementSetDecorator

CapabilityRequirementSetDecorator requirementSetDecorator

capability

CapabilityDecorator capability

localAgentManager

LocalAgentManager localAgentManager

capabilityDao

CapabilityDao capabilityDao

capabilityHelper

CapabilityHelper capabilityHelper

Class com.atlassian.bamboo.configuration.agent.ConfigureJdk extends AbstractConfigureCapability implements Serializable

Class com.atlassian.bamboo.configuration.agent.ConfigureSharedCapability extends CapabilityConfigurationSupport implements Serializable

Serialized Fields

capabilityValue

java.lang.String capabilityValue

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityDefaultsHelper

CapabilityDefaultsHelper capabilityDefaultsHelper

Class com.atlassian.bamboo.configuration.agent.ConfigureSharedLocalCapability extends ConfigureSharedCapability implements Serializable

Class com.atlassian.bamboo.configuration.agent.ConfigureSharedRemoteCapability extends ConfigureSharedCapability implements Serializable

Class com.atlassian.bamboo.configuration.agent.ControlRemoteAgentsAvailability extends GlobalAdminAction implements Serializable

Serialized Fields

remoteAgentManager

RemoteAgentManager remoteAgentManager

Class com.atlassian.bamboo.configuration.agent.EditAgentCapability extends ConfigureAgentCapability implements Serializable

Serialized Fields

capabilityValue

java.lang.String capabilityValue

capability

CapabilityDecorator capability

Class com.atlassian.bamboo.configuration.agent.EditSharedCapability extends EditAgentCapability implements Serializable

Serialized Fields

sharedCapabilitySetType

java.lang.String sharedCapabilitySetType

Class com.atlassian.bamboo.configuration.agent.ExecuteRenameAgentCapability extends RenameAgentCapability implements Serializable

Serialized Fields

capabilityManager

CapabilityManager capabilityManager

Class com.atlassian.bamboo.configuration.agent.RenameAgentCapability extends ConfigureCapabilityKey implements Serializable

Serialized Fields

newCapabilityLabel

java.lang.String newCapabilityLabel

newCapabilityKey

java.lang.String newCapabilityKey

overrideValue

java.lang.String overrideValue

requirementDeltaMap

java.util.Map<K,V> requirementDeltaMap

capabilityDeltaMap

java.util.Map<K,V> capabilityDeltaMap

Class com.atlassian.bamboo.configuration.agent.ViewAgent extends BambooActionSupport implements Serializable

Serialized Fields

resultsList

java.util.List<E> resultsList

sharedCapabilitySet

CapabilitySet sharedCapabilitySet

executableBuilds

java.util.Collection<E> executableBuilds

agentId

long agentId

agent

PipelineDefinition agent

buildAgent

BuildAgent buildAgent

systemInfo

SystemInfo systemInfo

capabilitySet

CapabilitySet capabilitySet

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

capabilitySetManager

CapabilitySetManager capabilitySetManager

localAgentManager

LocalAgentManager localAgentManager

capabilityHelper

CapabilityHelper capabilityHelper

Class com.atlassian.bamboo.configuration.agent.ViewAgentAdmin extends ViewAgent implements Serializable

Class com.atlassian.bamboo.configuration.agent.ViewAgentPlanMatrix extends GlobalAdminAction implements Serializable

Serialized Fields

agentPlanMatrix

java.util.Map<K,V> agentPlanMatrix

agents

java.util.List<E> agents

builds

java.util.Collection<E> builds

localAgentManager

LocalAgentManager localAgentManager

buildManager

BuildManager buildManager

capabilityRequirementsMatcher

CapabilityRequirementsMatcher capabilityRequirementsMatcher

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityHelper

CapabilityHelper capabilityHelper

Class com.atlassian.bamboo.configuration.agent.ViewAgents extends BambooActionSupport implements Serializable

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

remoteAgentManager

RemoteAgentManager remoteAgentManager

persister

Persister persister

Package com.atlassian.bamboo.configuration.plugins

Class com.atlassian.bamboo.configuration.plugins.AbstractPluginConfigurationAction extends BambooActionSupport implements Serializable

Serialized Fields

myNewLabel

java.lang.String myNewLabel

myOldLabel

java.lang.String myOldLabel

myHomeDirectory

java.lang.String myHomeDirectory

Class com.atlassian.bamboo.configuration.plugins.ConfigureBuilder extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.configuration.plugins.ConfigureJdks extends java.lang.Object implements Serializable


Package com.atlassian.bamboo.configuration.wizard

Class com.atlassian.bamboo.configuration.wizard.ValidateBuildWizard extends AbstractLicenseAction implements Serializable

Class com.atlassian.bamboo.configuration.wizard.WelcomeWizard extends BambooActionSupport implements Serializable

Serialized Fields

myInstallationType

java.lang.String myInstallationType

Class com.atlassian.bamboo.configuration.wizard.WelcomeWizard1 extends AbstractConfigurationAction implements Serializable

Serialized Fields

bootstrapManager

BootstrapManager bootstrapManager

Package com.atlassian.bamboo.event

Class com.atlassian.bamboo.event.AgentConfigurationUpdatedEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

buildAgent

BuildAgent buildAgent

Class com.atlassian.bamboo.event.AllAgentsUpdatedEvent extends com.atlassian.event.Event implements Serializable

Class com.atlassian.bamboo.event.BuildCompletedEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

build

Build build

buildResults

BuildResults buildResults

buildResultsSummary

ExtendedBuildResultsSummary buildResultsSummary

Class com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent extends BuildEvent implements Serializable

Class com.atlassian.bamboo.event.BuildDeletedEvent extends BuildEvent implements Serializable

Class com.atlassian.bamboo.event.BuildEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

Class com.atlassian.bamboo.event.BuildRequirementUpdatedEvent extends BuildEvent implements Serializable

Class com.atlassian.bamboo.event.BuildResultDeletedEvent extends BuildResultEvent implements Serializable

Class com.atlassian.bamboo.event.BuildResultEvent extends BuildEvent implements Serializable

Serialized Fields

buildNumber

int buildNumber

Class com.atlassian.bamboo.event.BuildsMovedEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

movedBuilds

java.util.Collection<E> movedBuilds

Class com.atlassian.bamboo.event.EmailEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

email

com.atlassian.mail.Email email

Class com.atlassian.bamboo.event.IMEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

message

org.jivesoftware.smack.packet.Message message

Package com.atlassian.bamboo.exception

Class com.atlassian.bamboo.exception.DataAccessException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.exception.StartupException extends java.lang.RuntimeException implements Serializable


Package com.atlassian.bamboo.fileserver

Class com.atlassian.bamboo.fileserver.FileServingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

mimeTypes

java.util.Map<K,V> mimeTypes

Package com.atlassian.bamboo.index

Class com.atlassian.bamboo.index.ReindexAction extends GlobalAdminAction implements Serializable

Serialized Fields

indexOptions

java.util.List<E> indexOptions

indexOption

java.lang.String indexOption

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

localAgentManager

LocalAgentManager localAgentManager

luceneConnection

LuceneConnection luceneConnection

Package com.atlassian.bamboo.js

Class com.atlassian.bamboo.js.JavascriptWriteServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.atlassian.bamboo.js.ViewPlanUpdates extends BambooActionSupport implements Serializable

Serialized Fields

sinceSystemTime

long sinceSystemTime

labelManager

LabelManager labelManager

Package com.atlassian.bamboo.license

Class com.atlassian.bamboo.license.BambooLicenseException extends java.lang.RuntimeException implements Serializable


Package com.atlassian.bamboo.logger

Class com.atlassian.bamboo.logger.AdminErrorAction extends BambooActionSupport implements Serializable

Serialized Fields

errorKey

java.lang.String errorKey

adminErrorHandler

AdminErrorHandler adminErrorHandler

Class com.atlassian.bamboo.logger.RemoveBuildError extends BuildActionSupport implements Serializable

Serialized Fields

myError

java.lang.String myError

buildKey

java.lang.String buildKey

Class com.atlassian.bamboo.logger.SystemErrorList extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.logger.ThrowableDetails extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

message

java.lang.String message

stackTrace

java.lang.String stackTrace

Class com.atlassian.bamboo.logger.ViewBuildError extends BuildActionSupport implements Serializable

Serialized Fields

myError

java.lang.String myError

myErrorDetails

ErrorDetails myErrorDetails

buildKey

java.lang.String buildKey

Package com.atlassian.bamboo.persister

Class com.atlassian.bamboo.persister.PersisterException extends java.lang.Exception implements Serializable


Package com.atlassian.bamboo.plugin.descriptor

Class com.atlassian.bamboo.plugin.descriptor.RepositoryModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor implements Serializable


Package com.atlassian.bamboo.plugins.jiraPlugin.actions

Class com.atlassian.bamboo.plugins.jiraPlugin.actions.ViewBuildResultsByJiraKey extends BambooActionSupport implements Serializable

Serialized Fields

jiraServerManager

JiraServerManager jiraServerManager

resultsList

java.util.List<E> resultsList

jiraIssueResultsManager

JiraIssueResultsManager jiraIssueResultsManager

jiraIssueKey

java.lang.String jiraIssueKey

Class com.atlassian.bamboo.plugins.jiraPlugin.actions.ViewJiraIssues extends ViewBuildResults implements Serializable

Serialized Fields

issueKeys

java.util.Collection<E> issueKeys

issues

java.util.Collection<E> issues

jiraServerManager

JiraServerManager jiraServerManager

Package com.atlassian.bamboo.repository

Class com.atlassian.bamboo.repository.AbstractRepository extends java.lang.Object implements Serializable

Serialized Fields

referencesDifferentRepository

boolean referencesDifferentRepository

triggerIpAddress

java.lang.String triggerIpAddress

filterFilePatternOption

java.lang.String filterFilePatternOption

filterFilePatternRegex

java.lang.String filterFilePatternRegex

cleanCheckout

boolean cleanCheckout

repositoryModuleDescriptor

RepositoryModuleDescriptor repositoryModuleDescriptor

Class com.atlassian.bamboo.repository.ChangeLogFile extends java.lang.Object implements Serializable

Serialized Fields

myName

java.lang.String myName

myRevision

java.lang.String myRevision

Class com.atlassian.bamboo.repository.QuietPeriodHelper extends java.lang.Object implements Serializable

Serialized Fields

QUIET_PERIOD_PREFIX

java.lang.String QUIET_PERIOD_PREFIX

QUIET_PERIOD_ENABLED

java.lang.String QUIET_PERIOD_ENABLED

QUIET_PERIOD

java.lang.String QUIET_PERIOD

MAX_RETRIES

java.lang.String MAX_RETRIES

defaultQuietPeriod

int defaultQuietPeriod

defaultMaxRetries

int defaultMaxRetries

Class com.atlassian.bamboo.repository.RepositoryException extends java.lang.Exception implements Serializable


Package com.atlassian.bamboo.repository.cvsimpl

Class com.atlassian.bamboo.repository.cvsimpl.CVSRepository extends AbstractRepository implements Serializable

Serialized Fields

module

java.lang.String module

cvsRoot

java.lang.String cvsRoot

password

java.lang.String password
This is the encrypted password


repositoryUrl

java.lang.String repositoryUrl

repositoryUrlRepoName

java.lang.String repositoryUrlRepoName

branchName

java.lang.String branchName

passphrase

java.lang.String passphrase

keyFile

java.lang.String keyFile

authType

java.lang.String authType

quietPeriod

int quietPeriod

Package com.atlassian.bamboo.repository.perforce

Class com.atlassian.bamboo.repository.perforce.PerforceRepository extends AbstractRepository implements Serializable

Serialized Fields

client

java.lang.String client

port

java.lang.String port

depot

java.lang.String depot

webRepositoryUrl

java.lang.String webRepositoryUrl

webRepositoryUrlRepoName

java.lang.String webRepositoryUrlRepoName

host

java.lang.String host

manageWorkspace

boolean manageWorkspace

password

java.lang.String password
This is the encrypted password


user

java.lang.String user

quietPeriodHelper

QuietPeriodHelper quietPeriodHelper

quietPeriodEnabled

boolean quietPeriodEnabled

quietPeriod

int quietPeriod

maxRetries

int maxRetries

Package com.atlassian.bamboo.repository.svn

Class com.atlassian.bamboo.repository.svn.SvnRepository extends AbstractRepository implements Serializable

Serialized Fields

repositoryUrl

java.lang.String repositoryUrl

webRepositoryUrl

java.lang.String webRepositoryUrl

username

java.lang.String username

password

java.lang.String password

passphrase

java.lang.String passphrase

keyFile

java.lang.String keyFile

webRepositoryUrlRepoName

java.lang.String webRepositoryUrlRepoName

authType

java.lang.String authType

useExternals

boolean useExternals

quietPeriodHelper

QuietPeriodHelper quietPeriodHelper

quietPeriodEnabled

boolean quietPeriodEnabled

quietPeriod

int quietPeriod

maxRetries

int maxRetries

externalPathRevisionMappings

java.util.Map<K,V> externalPathRevisionMappings
Maps the path to the latest checked revision


Package com.atlassian.bamboo.rest

Class com.atlassian.bamboo.rest.AddCommentToBuildResults extends BuildResultsAction implements Serializable

Serialized Fields

commentManager

CommentManager commentManager

content

java.lang.String content

auth

java.lang.String auth

Class com.atlassian.bamboo.rest.AddLabelToBuildResults extends BuildResultsAction implements Serializable

Serialized Fields

labelManager

LabelManager labelManager

label

java.lang.String label

auth

java.lang.String auth

Class com.atlassian.bamboo.rest.BambooRemoteException extends java.lang.Exception implements Serializable

Class com.atlassian.bamboo.rest.ExecuteBuild extends BambooActionSupport implements Serializable

Serialized Fields

bambooUserManager

BambooUserManager bambooUserManager

buildExecutionManager

BuildExecutionManager buildExecutionManager

buildKey

java.lang.String buildKey

build

Build build

auth

java.lang.String auth

Class com.atlassian.bamboo.rest.GetBambooBuildNumber extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.rest.GetBuildResultsDetails extends BuildResultsAction implements Serializable

Class com.atlassian.bamboo.rest.GetLatestBuildResults extends BambooActionSupport implements Serializable

Serialized Fields

myLatestBuildSummary

BuildResultsSummary myLatestBuildSummary

build

Build build

buildKey

java.lang.String buildKey

Class com.atlassian.bamboo.rest.GetLatestBuildResultsForProject extends BambooActionSupport implements Serializable

Serialized Fields

project

Project project

projectKey

java.lang.String projectKey

builds

java.util.List<E> builds

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

Class com.atlassian.bamboo.rest.GetLatestBuildsByUser extends BambooActionSupport implements Serializable

Serialized Fields

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

username

java.lang.String username

author

Author author

Class com.atlassian.bamboo.rest.GetLatestUserBuilds extends BambooActionSupport implements Serializable

Serialized Fields

buildNames

java.util.Collection<E> buildNames

labelManager

LabelManager labelManager

Class com.atlassian.bamboo.rest.GetProjectDetails extends BambooActionSupport implements Serializable

Serialized Fields

projectKey

java.lang.String projectKey

project

Project project

Class com.atlassian.bamboo.rest.GetRecentlyCompletedBuildResultsForBuild extends BambooActionSupport implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

plan

Build plan

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

resultsList

java.util.List<E> resultsList

Class com.atlassian.bamboo.rest.GetRecentlyCompletedBuildResultsForProject extends BambooActionSupport implements Serializable

Serialized Fields

projectKey

java.lang.String projectKey

project

Project project

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

resultsList

java.util.List<E> resultsList

Class com.atlassian.bamboo.rest.ListBuildNames extends BambooActionSupport implements Serializable

Serialized Fields

buildNames

java.util.Collection<E> buildNames

Class com.atlassian.bamboo.rest.ListProjectNames extends BambooActionSupport implements Serializable

Serialized Fields

projects

java.util.Collection<E> projects

Class com.atlassian.bamboo.rest.Login extends BambooActionSupport implements Serializable

Serialized Fields

myUsername

java.lang.String myUsername

myPassword

java.lang.String myPassword

mySessionId

java.lang.String mySessionId

Class com.atlassian.bamboo.rest.Logout extends BambooActionSupport implements Serializable

Serialized Fields

auth

java.lang.String auth

Class com.atlassian.bamboo.rest.LogToServer extends BambooActionSupport implements Serializable

Serialized Fields

message

java.lang.String message

Class com.atlassian.bamboo.rest.SessionTokenMap extends java.util.HashMap implements Serializable

Serialized Fields

myMapValueTimeout

long myMapValueTimeout

Package com.atlassian.bamboo.results.tests

Class com.atlassian.bamboo.results.tests.TestClassResultMap extends org.apache.commons.collections.map.ListOrderedMap implements Serializable

Serialized Fields

totalTests

long totalTests

Class com.atlassian.bamboo.results.tests.TestResultError extends java.lang.Object implements Serializable

Serialized Fields

myErrorMessage

java.lang.String myErrorMessage

Class com.atlassian.bamboo.results.tests.TestResults extends java.lang.Object implements Serializable

Serialized Fields

myName

java.lang.String myName

myClassName

java.lang.String myClassName

myDuration

java.lang.String myDuration

myErrors

java.util.List<E> myErrors

cachedPrettyDuration

java.lang.String cachedPrettyDuration

systemOut

java.lang.String systemOut

Package com.atlassian.bamboo.security

Class com.atlassian.bamboo.security.ChangePassword extends BambooActionSupport implements Serializable

Serialized Fields

username

java.lang.String username

currentPassword

java.lang.String currentPassword

newPassword

java.lang.String newPassword

confirmedPassword

java.lang.String confirmedPassword

Class com.atlassian.bamboo.security.EncryptionException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.security.ForgotPassword extends BambooActionSupport implements Serializable

Serialized Fields

username

java.lang.String username

mailServerConfigured

boolean mailServerConfigured

bambooMailer

BambooMailer bambooMailer

context

org.apache.velocity.context.Context context

Class com.atlassian.bamboo.security.GlobalApplicationSecureObject extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

Class com.atlassian.bamboo.security.Login extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.security.Logout extends BambooActionSupport implements Serializable


Package com.atlassian.bamboo.security.acegi.acls

Class com.atlassian.bamboo.security.acegi.acls.HibernateAclImpl extends java.lang.Object implements Serializable

Serialized Fields

parentAcl

org.acegisecurity.acls.Acl parentAcl

aclAuthorizationStrategy

org.acegisecurity.acls.domain.AclAuthorizationStrategy aclAuthorizationStrategy

auditLogger

org.acegisecurity.acls.domain.AuditLogger auditLogger

aces

java.util.List<E> aces

objectIdentity

org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity

id

java.io.Serializable id

owner

org.acegisecurity.acls.sid.Sid owner

loadedSids

org.acegisecurity.acls.sid.Sid[] loadedSids

entriesInheriting

boolean entriesInheriting

Class com.atlassian.bamboo.security.acegi.acls.HibernateObjectIdentityImpl extends java.lang.Object implements Serializable

Serialized Fields

javaType

java.lang.Class<T> javaType

identifier

java.io.Serializable identifier

Class com.atlassian.bamboo.security.acegi.acls.HibernatePermissionUserType extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.security.acegi.acls.HibernateSidUserType extends java.lang.Object implements Serializable


Package com.atlassian.bamboo.security.acegi.intercept.web

Class com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptor extends org.acegisecurity.intercept.AbstractSecurityInterceptor implements Serializable

Serialized Fields

objectDefinitionSource

ActionInvocationDefinitionSource objectDefinitionSource

overrideAuthorities

org.acegisecurity.GrantedAuthority[] overrideAuthorities

Class com.atlassian.bamboo.security.acegi.intercept.web.WebworkSecurityInterceptorProxy extends java.lang.Object implements Serializable

Serialized Fields

webworkSecurityInterceptor

WebworkSecurityInterceptor webworkSecurityInterceptor

Package com.atlassian.bamboo.session

Class com.atlassian.bamboo.session.BambooSession extends java.lang.Object implements Serializable

Serialized Fields

reportSearcherContext

java.util.Map<K,V> reportSearcherContext

buildCreationBean

BuildCreationBean buildCreationBean

Package com.atlassian.bamboo.user

Class com.atlassian.bamboo.user.DefaultBambooUser extends java.lang.Object implements Serializable

Serialized Fields

user

com.atlassian.user.User user

Class com.atlassian.bamboo.user.DefaultTestUser extends com.atlassian.user.impl.DefaultUser implements Serializable

Class com.atlassian.bamboo.user.Profile extends BambooActionSupport implements Serializable


Package com.atlassian.bamboo.user.authentication

Class com.atlassian.bamboo.user.authentication.BambooAuthenticator extends com.atlassian.seraph.auth.DefaultAuthenticator implements Serializable

Serialized Fields

bambooUserManager

BambooUserManager bambooUserManager

Package com.atlassian.bamboo.utils.error

Class com.atlassian.bamboo.utils.error.SimpleErrorCollection extends java.lang.Object implements Serializable

Serialized Fields

errors

java.util.Map<K,V> errors

errorMessages

java.util.List<E> errorMessages

Package com.atlassian.bamboo.utils.map

Class com.atlassian.bamboo.utils.map.StringArrayMap extends org.apache.commons.collections.map.ListOrderedMap implements Serializable


Package com.atlassian.bamboo.v2.build

Class com.atlassian.bamboo.v2.build.BuildChangesImpl extends java.lang.Object implements Serializable

Serialized Fields

vcsRevisionKey

java.lang.String vcsRevisionKey

changes

java.util.List<E> changes

Class com.atlassian.bamboo.v2.build.BuildContextImpl extends BuildIdentifierImpl implements Serializable

Serialized Fields

triggerReason

TriggerReason triggerReason

buildPlanDefinition

BuildPlanDefinition buildPlanDefinition

buildChanges

BuildChanges buildChanges

errorCollection

ErrorCollection errorCollection

currentBuildResult

CurrentBuildResult currentBuildResult

Class com.atlassian.bamboo.v2.build.BuildIdentifierImpl extends java.lang.Object implements Serializable

Serialized Fields

planKey

java.lang.String planKey

planName

java.lang.String planName

buildNumber

int buildNumber

Class com.atlassian.bamboo.v2.build.CurrentBuildResultImpl extends java.lang.Object implements Serializable

Serialized Fields

customBuildData

java.util.Map<K,V> customBuildData

buildState

BuildState buildState

buildReturnCode

int buildReturnCode

started

boolean started

buildErrors

java.util.List<E> buildErrors

successfulTestResults

java.util.Set<E> successfulTestResults

failedTestResults

java.util.Set<E> failedTestResults

Package com.atlassian.bamboo.v2.build.agent

Class com.atlassian.bamboo.v2.build.agent.RemoteAgentDefinition extends PipelineDefinition implements Serializable


Package com.atlassian.bamboo.v2.build.agent.capability

Class com.atlassian.bamboo.v2.build.agent.capability.CapabilityScope extends java.lang.Object implements Serializable

Serialized Fields

scope

java.lang.String scope

Package com.atlassian.bamboo.v2.build.agent.messages

Class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildExecutionUpdateManagerMessage extends AbstractBambooAgentMessage implements Serializable

Class com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage extends AbstractBuildExecutionUpdateManagerMessage implements Serializable

Serialized Fields

buildPlanKey

java.lang.String buildPlanKey

Class com.atlassian.bamboo.v2.build.agent.messages.AddBuildLogEntry extends AbstractBuildLoggerMessage implements Serializable

Serialized Fields

logEntry

LogEntry logEntry

Class com.atlassian.bamboo.v2.build.agent.messages.AddErrorLogEntry extends AbstractBuildLoggerMessage implements Serializable

Serialized Fields

logEntry

LogEntry logEntry

Class com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessageSegment extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

segmentedMessageID

BambooAgentSegmentedMessageID segmentedMessageID

part

int part

payload

byte[] payload

isFinal

boolean isFinal

Class com.atlassian.bamboo.v2.build.agent.messages.BambooAgentSegmentedMessageID extends java.lang.Object implements Serializable

Serialized Fields

uuid

java.util.UUID uuid

sequence

int sequence

Class com.atlassian.bamboo.v2.build.agent.messages.CancelBuildOnAgentMessage extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

buildResultKey

java.lang.String buildResultKey

Class com.atlassian.bamboo.v2.build.agent.messages.ClearBuildLog extends AbstractBuildLoggerMessage implements Serializable

Class com.atlassian.bamboo.v2.build.agent.messages.CreateError extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

buildNumber

java.lang.Integer buildNumber

context

java.lang.String context

throwableDetails

ThrowableDetails throwableDetails

agentId

java.lang.Long agentId

Class com.atlassian.bamboo.v2.build.agent.messages.ProcessBuildResult extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

buildContext

BuildContext buildContext

Class com.atlassian.bamboo.v2.build.agent.messages.PublishArtifacts extends AbstractBambooAgentMessage implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

planKey

java.lang.String planKey

buildNumber

int buildNumber

artifact

Artifact artifact

Class com.atlassian.bamboo.v2.build.agent.messages.SetBuildFinish extends AbstractBuildExecutionUpdateManagerMessage implements Serializable

Serialized Fields

buildPlanKey

java.lang.String buildPlanKey

Class com.atlassian.bamboo.v2.build.agent.messages.SetBuildRunningOnAgent extends AbstractBuildExecutionUpdateManagerMessage implements Serializable

Serialized Fields

buildPlanKey

java.lang.String buildPlanKey

buildAgentId

java.lang.Long buildAgentId

Class com.atlassian.bamboo.v2.build.agent.messages.SetBuildStart extends AbstractBuildExecutionUpdateManagerMessage implements Serializable

Serialized Fields

buildPlanKey

java.lang.String buildPlanKey

Class com.atlassian.bamboo.v2.build.agent.messages.StartStreamingBuildLogs extends AbstractBuildLoggerMessage implements Serializable

Serialized Fields

buildNumber

int buildNumber

buildPlanKey

java.lang.String buildPlanKey

Class com.atlassian.bamboo.v2.build.agent.messages.StopStreamingBuildLogs extends AbstractBuildLoggerMessage implements Serializable


Package com.atlassian.bamboo.v2.build.events

Class com.atlassian.bamboo.v2.build.events.AgentCompletedEvent extends BuildContextEvent implements Serializable

Class com.atlassian.bamboo.v2.build.events.BuildContextEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

buildContext

BuildContext buildContext

Class com.atlassian.bamboo.v2.build.events.BuildDeQueuedEvent extends BuildContextEvent implements Serializable

Class com.atlassian.bamboo.v2.build.events.BuildQueuedEvent extends BuildContextEvent implements Serializable

Class com.atlassian.bamboo.v2.build.events.BuildRejectedFromQueueEvent extends BuildContextEvent implements Serializable

Class com.atlassian.bamboo.v2.build.events.BuildTriggeredEvent extends BuildContextEvent implements Serializable

Class com.atlassian.bamboo.v2.build.events.PostBuildCompletedEvent extends BuildContextEvent implements Serializable


Package com.atlassian.bamboo.v2.build.repository

Package com.atlassian.bamboo.v2.build.trigger

Class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

Class com.atlassian.bamboo.v2.build.trigger.CodeChangedTriggerReason extends AbstractTriggerReason implements Serializable

Class com.atlassian.bamboo.v2.build.trigger.DependencyTriggerReason extends AbstractTriggerReason implements Serializable

Serialized Fields

triggeringBuildResultKey

java.lang.String triggeringBuildResultKey

Class com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason extends AbstractTriggerReason implements Serializable

Serialized Fields

userName

java.lang.String userName

Class com.atlassian.bamboo.v2.build.trigger.ScheduledTriggerReason extends AbstractTriggerReason implements Serializable

Serialized Fields

scheduledDate

java.util.Date scheduledDate

Package com.atlassian.bamboo.v2.events

Class com.atlassian.bamboo.v2.events.BuildCreatedEvent extends BuildEvent implements Serializable

Class com.atlassian.bamboo.v2.events.ChangeDetectionRequiredEvent extends BuildEvent implements Serializable

Class com.atlassian.bamboo.v2.events.InitialBuildRequiredEvent extends BuildEvent implements Serializable


Package com.atlassian.bamboo.v2.trigger

Class com.atlassian.bamboo.v2.trigger.InitialBuildTriggerReason extends AbstractTriggerReason implements Serializable


Package com.atlassian.bamboo.v2.ww2.build

Class com.atlassian.bamboo.v2.ww2.build.TriggerManualBuild extends BuildActionSupport implements Serializable

Class com.atlassian.bamboo.v2.ww2.build.TriggerRemoteBuild extends BuildActionSupport implements Serializable

Serialized Fields

eventManager

com.atlassian.event.EventManager eventManager

errorUpdateHandler

ErrorUpdateHandler errorUpdateHandler

Package com.atlassian.bamboo.webwork

Class com.atlassian.bamboo.webwork.BambooHttpServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.atlassian.bamboo.webwork.StarterAction extends BambooActionSupport implements Serializable

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

labelManager

LabelManager labelManager

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

projectStatusHelper

ProjectStatusHelper projectStatusHelper

buildQueueManager

BuildQueueManager buildQueueManager

buildExecutionManager

BuildExecutionManager buildExecutionManager

author

ExtendedAuthor author

favouriteBuilds

java.util.List<E> favouriteBuilds

responsibleForBuilds

java.util.List<E> responsibleForBuilds

builds

java.util.Collection<E> builds

Class com.atlassian.bamboo.webwork.ViewTelemetryAction extends StarterAction implements Serializable

Serialized Fields

filter

java.lang.String filter

Package com.atlassian.bamboo.ww2

Class com.atlassian.bamboo.ww2.BambooActionSupport extends com.opensymphony.xwork.ActionSupport implements Serializable

Serialized Fields

returnUrl

java.lang.String returnUrl

bamboo

Bamboo bamboo

htmlUtils

HtmlUtils htmlUtils

authenticationContext

BambooAuthenticationContext authenticationContext

cookieCutter

CookieCutter cookieCutter

crumbs

java.util.List<E> crumbs

buildManager

BuildManager buildManager

bambooPermissionManager

BambooPermissionManager bambooPermissionManager

webInterfaceManager

com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager

webResourceManager

com.atlassian.plugin.webresource.WebResourceManager webResourceManager

webFragmentsContextMap

java.util.Map<K,V> webFragmentsContextMap

administrationConfiguration

AdministrationConfiguration administrationConfiguration

dashboardCachingManager

DashboardCachingManager dashboardCachingManager

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

bambooUserManager

BambooUserManager bambooUserManager

Class com.atlassian.bamboo.ww2.BambooServletDispatcher extends com.opensymphony.webwork.dispatcher.ServletDispatcher implements Serializable


Package com.atlassian.bamboo.ww2.actions

Class com.atlassian.bamboo.ww2.actions.BuildActionSupport extends BambooActionSupport implements Serializable

Serialized Fields

build

Build build

buildKey

java.lang.String buildKey

buildExecutionManager

BuildExecutionManager buildExecutionManager

currentlyBuilding

CurrentlyBuilding currentlyBuilding

Class com.atlassian.bamboo.ww2.actions.FilterCookieWriterAction extends BambooActionSupport implements Serializable

Serialized Fields

cookieValueFieldName

java.lang.String cookieValueFieldName

cookieKey

java.lang.String cookieKey

Package com.atlassian.bamboo.ww2.actions.admin

Class com.atlassian.bamboo.ww2.actions.admin.UpdateLicenseAction extends AbstractSetupAction implements Serializable

Serialized Fields

licenseString

java.lang.String licenseString

localAgentManager

LocalAgentManager localAgentManager

Class com.atlassian.bamboo.ww2.actions.admin.ViewAuditLog extends GlobalAdminAction implements Serializable

Serialized Fields

auditLogDao

IAuditLogDao auditLogDao

Package com.atlassian.bamboo.ww2.actions.admin.group

Class com.atlassian.bamboo.ww2.actions.admin.group.BrowseGroupsAction extends AbstractEntityPagerSupport implements Serializable

Serialized Fields

affectedGroupName

java.lang.String affectedGroupName

Class com.atlassian.bamboo.ww2.actions.admin.group.ConfigureGroup extends GlobalAdminAction implements Serializable

Serialized Fields

affectedGroupName

java.lang.String affectedGroupName

groupName

java.lang.String groupName

membersInput

java.lang.String membersInput

currentMembers

java.util.List<E> currentMembers

currentGroup

com.atlassian.user.Group currentGroup
The current group being acted upon


mode

java.lang.String mode

Package com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver

Class com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver.ConfigureInstantMessagingServer extends GlobalAdminAction implements Serializable

Serialized Fields

instantMessagingServerId

long instantMessagingServerId

affectedInstantMessagingServerId

long affectedInstantMessagingServerId

name

java.lang.String name

host

java.lang.String host

port

java.lang.String port

username

java.lang.String username

password

java.lang.String password

sslRequired

boolean sslRequired

passwordChange

java.lang.String passwordChange

messageTest

java.lang.String messageTest

testRecipients

java.lang.String testRecipients

currentInstantMessagingServer

InstantMessagingServerDefinition currentInstantMessagingServer

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

bambooSmackClient

BambooSmackClient bambooSmackClient

Package com.atlassian.bamboo.ww2.actions.admin.jiraserver

Class com.atlassian.bamboo.ww2.actions.admin.jiraserver.ConfigureJiraServer extends GlobalAdminAction implements Serializable

Serialized Fields

jiraServerId

long jiraServerId

name

java.lang.String name

host

java.lang.String host

username

java.lang.String username

password

java.lang.String password

passwordChange

java.lang.String passwordChange

testing

java.lang.String testing

issueKey

java.lang.String issueKey

testIssue

RemoteIssue testIssue

jiraServerManager

JiraServerManager jiraServerManager

jiraServerDefinition

JiraServerDefinition jiraServerDefinition

Package com.atlassian.bamboo.ww2.actions.admin.mail

Class com.atlassian.bamboo.ww2.actions.admin.mail.ConfigureMailServer extends GlobalAdminAction implements Serializable

Serialized Fields

name

java.lang.String name

from

java.lang.String from

prefix

java.lang.String prefix

userName

java.lang.String userName

password

java.lang.String password

hostName

java.lang.String hostName

jndiName

java.lang.String jndiName

removePrecedence

boolean removePrecedence

passwordChange

java.lang.String passwordChange

isSendTest

java.lang.String isSendTest

testRecipient

java.lang.String testRecipient

bambooMailer

BambooMailer bambooMailer

smtpMailServer

com.atlassian.mail.server.SMTPMailServer smtpMailServer

Package com.atlassian.bamboo.ww2.actions.admin.migration

Class com.atlassian.bamboo.ww2.actions.admin.migration.Backup extends GlobalAdminAction implements Serializable

Serialized Fields

backupPath

java.lang.String backupPath

fileDateFormat

java.lang.String fileDateFormat

filePrefix

java.lang.String filePrefix

fileExample

java.lang.String fileExample

backupFrequency

java.lang.String backupFrequency

backupTime

java.lang.String backupTime

backupDisabled

java.lang.String backupDisabled

exportArtifacts

java.lang.String exportArtifacts

backupConfigured

java.lang.String backupConfigured

scheduleBackupBeanImpl

ScheduleBackupBeanImpl scheduleBackupBeanImpl

bootstrapManager

BootstrapManager bootstrapManager

Class com.atlassian.bamboo.ww2.actions.admin.migration.Export extends GlobalAdminAction implements Serializable

Serialized Fields

path

java.lang.String path

exportArtifacts

java.lang.String exportArtifacts

bootstrapManager

BootstrapManager bootstrapManager

importExportManager

ImportExportManagerImpl importExportManager

Class com.atlassian.bamboo.ww2.actions.admin.migration.Import extends GlobalAdminAction implements Serializable

Serialized Fields

path

java.lang.String path

backupSelected

java.lang.String backupSelected

backupPath

java.lang.String backupPath

adminErrorHandler

AdminErrorHandler adminErrorHandler

administrationConfiguration

AdministrationConfiguration administrationConfiguration

importExportManager

ImportExportManager importExportManager

bootstrapManager

BootstrapManager bootstrapManager

textProvider

com.opensymphony.xwork.TextProvider textProvider

Package com.atlassian.bamboo.ww2.actions.admin.user

Class com.atlassian.bamboo.ww2.actions.admin.user.AbstractEntityPagerSupport extends BambooActionSupport implements Serializable

Serialized Fields

paginationSupport

bucket.core.actions.PagerPaginationSupport paginationSupport

Class com.atlassian.bamboo.ww2.actions.admin.user.ConfigureProfile extends BambooActionSupport implements Serializable

Serialized Fields

password

java.lang.String password

confirmPassword

java.lang.String confirmPassword

fullName

java.lang.String fullName

email

java.lang.String email

authorId

long authorId

newAuthorName

java.lang.String newAuthorName

jabberAddress

java.lang.String jabberAddress

currentUser

BambooUser currentUser

author

Author author

currentUserName

java.lang.String currentUserName

notificationPreference

java.lang.String notificationPreference

groups

java.util.List<E> groups

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

Class com.atlassian.bamboo.ww2.actions.admin.user.ConfigureUser extends GlobalAdminAction implements Serializable

Serialized Fields

affectedUsername

java.lang.String affectedUsername

username

java.lang.String username

password

java.lang.String password

confirmPassword

java.lang.String confirmPassword

fullName

java.lang.String fullName

email

java.lang.String email

authorId

long authorId

newAuthorName

java.lang.String newAuthorName

groups

java.util.List<E> groups

jabberAddress

java.lang.String jabberAddress

currentUser

BambooUser currentUser
The current user being acted upon


mode

java.lang.String mode

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

Class com.atlassian.bamboo.ww2.actions.admin.user.SearchUserAction extends AbstractEntityPagerSupport implements Serializable

Serialized Fields

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

affectedUsername

java.lang.String affectedUsername

usernameTerm

java.lang.String usernameTerm

fullnameTerm

java.lang.String fullnameTerm

emailTerm

java.lang.String emailTerm

Class com.atlassian.bamboo.ww2.actions.admin.user.UserPickerAction extends SearchUserAction implements Serializable

Serialized Fields

fieldId

java.lang.String fieldId

Class com.atlassian.bamboo.ww2.actions.admin.user.ViewAdministrators extends BambooActionSupport implements Serializable

Serialized Fields

administrators

java.util.List<E> administrators

Package com.atlassian.bamboo.ww2.actions.admin.user.signup

Class com.atlassian.bamboo.ww2.actions.admin.user.signup.SignupUser extends BambooActionSupport implements Serializable

Serialized Fields

username

java.lang.String username

password

java.lang.String password

confirmPassword

java.lang.String confirmPassword

fullName

java.lang.String fullName

email

java.lang.String email

jabberAddress

java.lang.String jabberAddress

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

Package com.atlassian.bamboo.ww2.actions.author

Class com.atlassian.bamboo.ww2.actions.author.GotoAuthors extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.author.ViewAuthor extends BambooActionSupport implements Serializable

Serialized Fields

author

Author author

authorName

java.lang.String authorName

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

Class com.atlassian.bamboo.ww2.actions.author.ViewAuthors extends BambooActionSupport implements Serializable

Serialized Fields

authors

java.util.List<E> authors

authorManager

AuthorManager authorManager

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

dataset

org.jfree.data.time.TimeTableXYDataset dataset

selectedAuthorNames

java.util.List<E> selectedAuthorNames

groupByPeriod

java.lang.String groupByPeriod

reportKey

java.lang.String reportKey

resolvedAutoPeriod

java.lang.String resolvedAutoPeriod

availableReports

java.util.Map<K,V> availableReports

availableGroupBy

java.util.Map<K,V> availableGroupBy

Package com.atlassian.bamboo.ww2.actions.build

Class com.atlassian.bamboo.ww2.actions.build.ViewBuildResultsTable extends BambooActionSupport implements Serializable

Serialized Fields

resultsList

java.util.List<E> resultsList

sort

boolean sort

showOperations

boolean showOperations

showStatusIcon

boolean showStatusIcon

pager

Pager pager

Class com.atlassian.bamboo.ww2.actions.build.ViewRecentlyCompletedBuilds extends BambooActionSupport implements Serializable

Serialized Fields

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

Package com.atlassian.bamboo.ww2.actions.build.admin

Class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport extends BambooActionSupport implements Serializable

Serialized Fields

buildConfiguration

BuildConfiguration buildConfiguration

buildKey

java.lang.String buildKey

build

Build build

Class com.atlassian.bamboo.ww2.actions.build.admin.BulkEditBuildPermissions extends AbstractPermissionAction implements Serializable

Serialized Fields

buildIds

long[] buildIds

selectedBuilds

java.util.Collection<E> selectedBuilds

Class com.atlassian.bamboo.ww2.actions.build.admin.DeleteBuildFiles extends ViewBuildFiles implements Serializable

Class com.atlassian.bamboo.ww2.actions.build.admin.MoveBuilds extends GlobalAdminAction implements Serializable

Serialized Fields

buildIds

long[] buildIds

projectId

long projectId

selectedBuilds

java.util.Collection<E> selectedBuilds

selectedProject

Project selectedProject

buildKeyMappings

java.util.Map<K,V> buildKeyMappings

buildNameMappings

java.util.Map<K,V> buildNameMappings

sessionFactory

net.sf.hibernate.SessionFactory sessionFactory

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

localAgentManager

LocalAgentManager localAgentManager

eventManager

com.atlassian.event.EventManager eventManager

Class com.atlassian.bamboo.ww2.actions.build.admin.RemoveBuildArtifacts extends BuildActionSupport implements Serializable

Serialized Fields

buildNumber

int buildNumber

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

Class com.atlassian.bamboo.ww2.actions.build.admin.SuspendBuild extends BuildActionSupport implements Serializable

Serialized Fields

eventManager

com.atlassian.event.EventManager eventManager

Class com.atlassian.bamboo.ww2.actions.build.admin.ViewBuildConfiguration extends BuildActionSupport implements Serializable

Serialized Fields

executableAgents

ExecutableAgentsMatrix executableAgents

templateRenderer

TemplateRenderer templateRenderer

pluginManager

com.atlassian.plugin.PluginManager pluginManager

localAgentManager

LocalAgentManager localAgentManager

capabilityHelper

CapabilityHelper capabilityHelper

buildConfiguration

BuildConfiguration buildConfiguration

Package com.atlassian.bamboo.ww2.actions.build.admin.config

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildArtifact extends BuildConfigurationSupport implements Serializable

Serialized Fields

label

java.lang.String label

srcDirectory

java.lang.String srcDirectory

copyPattern

java.lang.String copyPattern

artifactRowId

java.lang.String artifactRowId

builderManager

BuilderManager builderManager

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildBuilder extends BuildConfigurationSupport implements Serializable

Serialized Fields

builderManager

BuilderManager builderManager

jdkManager

JdkManager jdkManager

pluginManager

com.atlassian.plugin.PluginManager pluginManager

backButton

java.lang.String backButton

availableJdks

java.util.Collection<E> availableJdks

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildDependencies extends BuildConfigurationSupport implements Serializable

Serialized Fields

childBuildKeys

java.util.Set<E> childBuildKeys

parentBuildKeys

java.util.Set<E> parentBuildKeys

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildNotification extends BuildConfigurationSupport implements Serializable

Serialized Fields

notificationEmailString

java.lang.String notificationEmailString

notificationIMString

java.lang.String notificationIMString

notificationUserString

java.lang.String notificationUserString

notificationGroupString

java.lang.String notificationGroupString

conditionKey

java.lang.String conditionKey

build

Build build

buildKey

java.lang.String buildKey

notificationRoles

java.util.Set<E> notificationRoles

buildManager

BuildManager buildManager

notificationManager

NotificationManager notificationManager

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

conditionObjects

java.util.List<E> conditionObjects

notificationId

long notificationId

lastModified

long lastModified

edit

java.lang.String edit

mode

java.lang.String mode

backButton

java.lang.String backButton

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildPermissions extends AbstractPermissionAction implements Serializable

Serialized Fields

build

Build build

buildKey

java.lang.String buildKey

backButton

java.lang.String backButton

mode

java.lang.String mode

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildPostAction extends BuildConfigurationSupport implements Serializable

Serialized Fields

backButton

java.lang.String backButton

administrationConfiguration

AdministrationConfiguration administrationConfiguration

pluginManager

com.atlassian.plugin.PluginManager pluginManager

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildRepository extends BuildConfigurationSupport implements Serializable

Serialized Fields

backButton

java.lang.String backButton

repositoryManager

RepositoryManager repositoryManager

buildStrategyManager

BuildStrategyManager buildStrategyManager

Class com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildRequirement extends BuildConfigurationSupport implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

build

Build build

requirementKey

java.lang.String requirementKey

requirementMatchType

java.lang.String requirementMatchType

existingRequirement

java.lang.String existingRequirement

regexMatch

boolean regexMatch

requirementMatchValue

java.lang.String requirementMatchValue

regexMatchValue

java.lang.String regexMatchValue

backButton

java.lang.String backButton

cancelButton

java.lang.String cancelButton

mode

java.lang.String mode

executableAgents

ExecutableAgentsMatrix executableAgents

Package com.atlassian.bamboo.ww2.actions.build.admin.create

Class com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration extends org.apache.commons.configuration.CombinedConfiguration implements Serializable

Serialized Fields

overridden

boolean overridden

Class com.atlassian.bamboo.ww2.actions.build.admin.create.CreateBuild extends GlobalCreatePlanAction implements Serializable

Serialized Fields

projectKey

java.lang.String projectKey

projectName

java.lang.String projectName

buildName

java.lang.String buildName

buildKey

java.lang.String buildKey

existingProjectKey

java.lang.String existingProjectKey

cloneProject

java.lang.String cloneProject

buildKeyToClone

java.lang.String buildKeyToClone

repositoryManager

RepositoryManager repositoryManager

buildStrategyManager

BuildStrategyManager buildStrategyManager

notificationManager

NotificationManager notificationManager

buildDefinitionConverter

BuildDefinitionConverter buildDefinitionConverter

aclService

HibernateMutableAclService aclService

Class com.atlassian.bamboo.ww2.actions.build.admin.create.SaveNewProject extends BuildConfigurationSupport implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

aclService

org.acegisecurity.acls.MutableAclService aclService

eventManager

com.atlassian.event.EventManager eventManager

Package com.atlassian.bamboo.ww2.actions.build.admin.edit

Class com.atlassian.bamboo.ww2.actions.build.admin.edit.EditProjectPlanName extends BuildActionSupport implements Serializable

Serialized Fields

projectName

java.lang.String projectName

buildName

java.lang.String buildName

Class com.atlassian.bamboo.ww2.actions.build.admin.edit.SaveConfig extends BuildConfigurationSupport implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

buildDefinitionManager

BuildDefinitionManager buildDefinitionManager

Package com.atlassian.bamboo.ww2.actions.charts

Class com.atlassian.bamboo.ww2.actions.charts.ViewAuthorChart extends BambooActionSupport implements Serializable

Serialized Fields

dataset

org.jfree.data.xy.XYDataset dataset

chart

java.util.Map<K,V> chart

reportKey

java.lang.String reportKey

Class com.atlassian.bamboo.ww2.actions.charts.ViewAuthorFailuresChart extends ViewAuthors implements Serializable

Serialized Fields

failuresChart

java.util.Map<K,V> failuresChart

authors

java.util.List<E> authors

selectedAuthorNames

java.util.List<E> selectedAuthorNames

Class com.atlassian.bamboo.ww2.actions.charts.ViewCombinedByBuildNumberChart extends BuildActionSupport implements Serializable

Serialized Fields

combinedByBuildChart

java.util.Map<K,V> combinedByBuildChart

resultsList

java.util.List<E> resultsList

Class com.atlassian.bamboo.ww2.actions.charts.ViewCombinedByTimePeriodChart extends BuildActionSupport implements Serializable

Serialized Fields

filterController

FilterController filterController

buildResultsList

java.util.List<E> buildResultsList

combinedByTimeChart

java.util.Map<K,V> combinedByTimeChart

groupSuccessFailureChartBy

java.lang.String groupSuccessFailureChartBy

Class com.atlassian.bamboo.ww2.actions.charts.ViewReportChart extends BambooActionSupport implements Serializable

Serialized Fields

pluginManager

com.atlassian.plugin.PluginManager pluginManager

chart

java.util.Map<K,V> chart

dataset

org.jfree.data.xy.XYDataset dataset

reportKey

java.lang.String reportKey

Package com.atlassian.bamboo.ww2.actions.comment

Class com.atlassian.bamboo.ww2.actions.comment.EditCommentAction extends BuildResultsAction implements Serializable

Serialized Fields

commentManager

CommentManager commentManager

buildResults

BuildResults buildResults

buildResultsSummary

BuildResultsSummary buildResultsSummary

commentContent

java.lang.String commentContent

Package com.atlassian.bamboo.ww2.actions.error

Class com.atlassian.bamboo.ww2.actions.error.AccessDeniedAction extends BambooActionSupport implements Serializable

Serialized Fields

htmlUtils

HtmlUtils htmlUtils

Class com.atlassian.bamboo.ww2.actions.error.ErrorAction extends BambooActionSupport implements Serializable

Serialized Fields

events

java.util.Collection<E> events

Class com.atlassian.bamboo.ww2.actions.error.FiveOhOh extends BambooActionSupport implements Serializable

Serialized Fields

fiveOhOhException

java.lang.Throwable fiveOhOhException

exceptionTranslator

ExceptionTranslator exceptionTranslator

Package com.atlassian.bamboo.ww2.actions.labels

Class com.atlassian.bamboo.ww2.actions.labels.EditLabelsAction extends BuildActionSupport implements Serializable

Serialized Fields

labelManager

LabelManager labelManager

labelDisplay

java.lang.String labelDisplay

labels

java.util.List<E> labels

labelInput

java.lang.String labelInput

buildResults

BuildResults buildResults

buildResultsSummary

BuildResultsSummary buildResultsSummary

buildNumber

java.lang.String buildNumber

selectedLabel

java.lang.String selectedLabel

Class com.atlassian.bamboo.ww2.actions.labels.SetFavouriteAction extends BuildActionSupport implements Serializable

Serialized Fields

labelManager

LabelManager labelManager

Class com.atlassian.bamboo.ww2.actions.labels.ViewBuildResultsForLabelAction extends BambooActionSupport implements Serializable

Serialized Fields

labelName

java.lang.String labelName

labelManager

LabelManager labelManager

Class com.atlassian.bamboo.ww2.actions.labels.ViewLabels extends BambooActionSupport implements Serializable

Serialized Fields

freqMap

java.util.Map<K,V> freqMap

results

java.util.Map<K,V> results

build

Build build

project

Project project

labelManager

LabelManager labelManager

projectDao

ProjectDao projectDao

projectKey

java.lang.String projectKey

buildKey

java.lang.String buildKey

orderByRank

boolean orderByRank

Package com.atlassian.bamboo.ww2.actions.project

Class com.atlassian.bamboo.ww2.actions.project.ViewProject extends BambooActionSupport implements Serializable

Serialized Fields

projectId

long projectId

projectKey

java.lang.String projectKey

projectBuilds

java.util.Collection<E> projectBuilds

labelManager

LabelManager labelManager

singleBuildKey

java.lang.String singleBuildKey

buildManager

BuildManager buildManager

projectStatusHelper

ProjectStatusHelper projectStatusHelper

projectDao

ProjectDao projectDao

Package com.atlassian.bamboo.ww2.actions.reports

Class com.atlassian.bamboo.ww2.actions.reports.ViewReport extends BambooActionSupport implements Serializable

Serialized Fields

resultsList

java.util.List<E> resultsList

dataset

org.jfree.data.time.TimeTableXYDataset dataset

buildIds

java.util.List<E> buildIds

groupByPeriod

java.lang.String groupByPeriod

reportKey

java.lang.String reportKey

dateFilter

java.lang.String dateFilter

dateFrom

java.lang.String dateFrom

dateTo

java.lang.String dateTo

resolvedAutoPeriod

java.lang.String resolvedAutoPeriod

availableBuilds

java.util.Collection<E> availableBuilds

availableReports

java.util.List<E> availableReports

availableGroupBy

java.util.Map<K,V> availableGroupBy

availableDateFilter

java.util.Map<K,V> availableDateFilter

pluginManager

com.atlassian.plugin.PluginManager pluginManager

pager

Pager pager

indexedBuildResultsSearcher

IndexedBuildResultsSearcher indexedBuildResultsSearcher

Package com.atlassian.bamboo.ww2.actions.rss

Class com.atlassian.bamboo.ww2.actions.rss.LabelRssFeedAction extends ViewBuildResultsForLabelAction implements Serializable

Serialized Fields

maxResults

int maxResults

Package com.atlassian.bamboo.ww2.actions.setup

Class com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction extends BambooActionSupport implements Serializable

Serialized Fields

setupPersister

com.atlassian.config.setup.SetupPersister setupPersister

setupTypeInstall

java.lang.String setupTypeInstall

Class com.atlassian.bamboo.ww2.actions.setup.AbstractSetupDatabaseAction extends AbstractSetupAction implements Serializable

Serialized Fields

database

java.lang.String database

dbDetails

com.atlassian.config.db.DatabaseDetails dbDetails

hibernateConfig

com.atlassian.config.db.HibernateConfig hibernateConfig

Class com.atlassian.bamboo.ww2.actions.setup.FinishSetupAction extends AbstractSetupAction implements Serializable

Serialized Fields

installationMethod

java.lang.String installationMethod

demonstrationContentInstalled

boolean demonstrationContentInstalled

localAgentManager

LocalAgentManager localAgentManager

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityDefaultsHelper

CapabilityDefaultsHelper capabilityDefaultsHelper

Class com.atlassian.bamboo.ww2.actions.setup.SelectSetupStepAction extends AbstractSetupAction implements Serializable

Serialized Fields

currentStepActionName

java.lang.String currentStepActionName

Class com.atlassian.bamboo.ww2.actions.setup.SetupDataAction extends AbstractSetupAction implements Serializable

Serialized Fields

contentChoiceList

java.util.ArrayList<E> contentChoiceList

contentChoice

java.lang.String contentChoice

Class com.atlassian.bamboo.ww2.actions.setup.SetupDatabaseAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

databases

com.atlassian.config.db.DatabaseList databases

dbChoice

java.lang.String dbChoice

selectedDatabase

java.lang.String selectedDatabase

Class com.atlassian.bamboo.ww2.actions.setup.SetupDatabaseConnectionAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

selectedDatabase

java.lang.String selectedDatabase

connectionChoice

java.lang.String connectionChoice

Class com.atlassian.bamboo.ww2.actions.setup.SetupDatasourceDatabaseAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

datasourceName

java.lang.String datasourceName

dataOverwrite

boolean dataOverwrite

selectedDatabase

java.lang.String selectedDatabase

Class com.atlassian.bamboo.ww2.actions.setup.SetupEmbeddedDatabaseAction extends AbstractSetupDatabaseAction implements Serializable

Class com.atlassian.bamboo.ww2.actions.setup.SetupImportDataAction extends AbstractSetupAction implements Serializable

Serialized Fields

importPath

java.lang.String importPath

dataOption

java.lang.String dataOption

importSuccessful

boolean importSuccessful

importExportManager

ImportExportManager importExportManager

Class com.atlassian.bamboo.ww2.actions.setup.SetupLicenseAction extends AbstractSetupAction implements Serializable

Serialized Fields

licenseString

java.lang.String licenseString

setupType

java.lang.String setupType

configDir

java.lang.String configDir

buildWorkingDir

java.lang.String buildWorkingDir

buildDir

java.lang.String buildDir

sid

java.lang.String sid

brokerUrl

java.lang.String brokerUrl

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

sidManager

com.atlassian.license.SIDManager sidManager

Class com.atlassian.bamboo.ww2.actions.setup.SetupPathsAction extends AbstractSetupAction implements Serializable

Serialized Fields

username

java.lang.String username

password

java.lang.String password

confirmPassword

java.lang.String confirmPassword

fullName

java.lang.String fullName

email

java.lang.String email

specificBackupDir

java.lang.String specificBackupDir

backupType

java.lang.String backupType

attachmentStorageTypes

java.util.List<E> attachmentStorageTypes

attachmentStorageType

java.lang.String attachmentStorageType

systemInfo

SystemInfo systemInfo

aclService

org.acegisecurity.acls.MutableAclService aclService

aclAuthorizationStrategy

org.acegisecurity.acls.domain.AclAuthorizationStrategy aclAuthorizationStrategy

Class com.atlassian.bamboo.ww2.actions.setup.SetupStandardDatabaseAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

selectedDatabase

java.lang.String selectedDatabase

dataOverwrite

boolean dataOverwrite

Package com.atlassian.bamboo.ww2.interceptors

Class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.BambooValidationInterceptor extends com.opensymphony.xwork.validator.ValidationInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.BambooWorkflowInterceptor extends com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.BuildAwareInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

buildManager

BuildManager buildManager

Class com.atlassian.bamboo.ww2.interceptors.BuildConfigurationEditInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

buildDefinitionConverter

BuildDefinitionConverter buildDefinitionConverter

buildManager

BuildManager buildManager

Class com.atlassian.bamboo.ww2.interceptors.BuildConfigurationFromSessionInterceptor extends AbstractBambooInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.BuildConfigurationInterceptor extends AbstractBambooInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.BuildFromSessionInterceptor extends AbstractBambooInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.ConfigurationEditorInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

testManager

TestManager testManager

filterController

FilterController filterController

Class com.atlassian.bamboo.ww2.interceptors.DelegatingSecurityExecuteAndWaitInterceptor extends com.opensymphony.webwork.interceptor.ExecuteAndWaitInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.PaginationAwareInterceptor extends AbstractBambooInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.RemoteApiExceptionInterceptor extends AbstractBambooInterceptor implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.RemoteApiLoginInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

bambooUserManager

BambooUserManager bambooUserManager

administrationConfiguration

AdministrationConfiguration administrationConfiguration

bamboo

Bamboo bamboo

Class com.atlassian.bamboo.ww2.interceptors.ResultsListAwareInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

filterController

FilterController filterController

Class com.atlassian.bamboo.ww2.interceptors.SetupCheckInterceptor extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.ww2.interceptors.SignupAllowedCheckInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

bambooPermissionManager

BambooPermissionManager bambooPermissionManager

Class com.atlassian.bamboo.ww2.interceptors.StatisticsAwareInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

Class com.atlassian.bamboo.ww2.interceptors.TestCaseAwareInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

testManager

TestManager testManager

filterController

FilterController filterController

Package com.atlassian.bamboo.ww2.results

Class com.atlassian.bamboo.ww2.results.FreemarkerTextResult extends com.opensymphony.webwork.views.freemarker.FreemarkerResult implements Serializable

Class com.atlassian.bamboo.ww2.results.FreemarkerXmlResult extends com.opensymphony.webwork.views.freemarker.FreemarkerResult implements Serializable

Class com.atlassian.bamboo.ww2.results.ReturnableRedirectResult extends com.opensymphony.webwork.dispatcher.ServletRedirectResult implements Serializable


Package com.atlassian.jirasoapclient

Class com.atlassian.jirasoapclient.AbstractNamedRemoteEntity extends AbstractRemoteEntity implements Serializable

Serialized Fields

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.AbstractRemoteConstant extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

description

java.lang.String description

icon

java.lang.String icon

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.AbstractRemoteEntity extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.JiraSoapServiceServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

JirasoapserviceV2_address

java.lang.String JirasoapserviceV2_address

JirasoapserviceV2WSDDServiceName

java.lang.String JirasoapserviceV2WSDDServiceName

ports

java.util.HashSet<E> ports

Class com.atlassian.jirasoapclient.RemoteAuthenticationException extends RemoteException implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteComment extends java.lang.Object implements Serializable

Serialized Fields

body

java.lang.String body

id

java.lang.String id

level

java.lang.String level

timePerformed

java.util.Calendar timePerformed

username

java.lang.String username

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteComponent extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteConfiguration extends java.lang.Object implements Serializable

Serialized Fields

allowAttachments

boolean allowAttachments

allowIssueLinking

boolean allowIssueLinking

allowSubTasks

boolean allowSubTasks

allowTimeTracking

boolean allowTimeTracking

allowUnassignedIssues

boolean allowUnassignedIssues

allowVoting

boolean allowVoting

allowWatching

boolean allowWatching

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteCustomFieldValue extends java.lang.Object implements Serializable

Serialized Fields

customfieldId

java.lang.String customfieldId

key

java.lang.String key

values

java.lang.String[] values

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteEntity extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteException extends org.apache.axis.AxisFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteField extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteFieldValue extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

values

java.lang.String[] values

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteFilter extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

author

java.lang.String author

description

java.lang.String description

project

java.lang.String project

xml

java.lang.String xml

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteGroup extends RemoteEntity implements Serializable

Serialized Fields

name

java.lang.String name

users

RemoteUser[] users

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteIssue extends AbstractRemoteEntity implements Serializable

Serialized Fields

affectsVersions

RemoteVersion[] affectsVersions

assignee

java.lang.String assignee

attachmentNames

java.lang.String[] attachmentNames

components

RemoteComponent[] components

created

java.util.Calendar created

customFieldValues

RemoteCustomFieldValue[] customFieldValues

description

java.lang.String description

duedate

java.util.Calendar duedate

environment

java.lang.String environment

fixVersions

RemoteVersion[] fixVersions

key

java.lang.String key

priority

java.lang.String priority

project

java.lang.String project

reporter

java.lang.String reporter

resolution

java.lang.String resolution

status

java.lang.String status

summary

java.lang.String summary

type

java.lang.String type

updated

java.util.Calendar updated

votes

java.lang.Long votes

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteIssueType extends AbstractRemoteConstant implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteNamedObject extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemotePermission extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

permission

java.lang.Long permission

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemotePermissionException extends RemoteException implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemotePermissionMapping extends java.lang.Object implements Serializable

Serialized Fields

permission

RemotePermission permission

remoteEntities

RemoteEntity[] remoteEntities

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemotePermissionScheme extends RemoteScheme implements Serializable

Serialized Fields

permissionMappings

RemotePermissionMapping[] permissionMappings

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemotePriority extends AbstractRemoteConstant implements Serializable

Serialized Fields

color

java.lang.String color

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteProject extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

description

java.lang.String description

issueSecurityScheme

RemoteScheme issueSecurityScheme

key

java.lang.String key

lead

java.lang.String lead

notificationScheme

RemoteScheme notificationScheme

permissionScheme

RemotePermissionScheme permissionScheme

projectUrl

java.lang.String projectUrl

url

java.lang.String url

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteResolution extends AbstractRemoteConstant implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteScheme extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

id

java.lang.Long id

name

java.lang.String name

type

java.lang.String type

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteServerInfo extends java.lang.Object implements Serializable

Serialized Fields

baseUrl

java.lang.String baseUrl

buildDate

java.util.Calendar buildDate

buildNumber

java.lang.String buildNumber

edition

java.lang.String edition

version

java.lang.String version

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteStatus extends AbstractRemoteConstant implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteUser extends RemoteEntity implements Serializable

Serialized Fields

email

java.lang.String email

fullname

java.lang.String fullname

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteValidationException extends RemoteException implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.atlassian.jirasoapclient.RemoteVersion extends AbstractNamedRemoteEntity implements Serializable

Serialized Fields

archived

boolean archived

releaseDate

java.util.Calendar releaseDate

released

boolean released

sequence

java.lang.Long sequence

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.springframework.orm.hibernate.support

Class org.springframework.orm.hibernate.support.DependencyInjectionAspectSupport.NoAutowiringConfigurationForClassException extends java.lang.Exception implements Serializable



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.