Serialized Form


Package <Unnamed>

Class hsqlServlet extends org.hsqldb.Servlet implements Serializable


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.bootstrap

Class com.atlassian.bamboo.agent.bootstrap.ClassLoaderCommunicationError extends java.lang.Error implements Serializable


Package com.atlassian.bamboo.agent.classserver

Class com.atlassian.bamboo.agent.classserver.AgentServerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

agentServerManager

AgentServerManager agentServerManager

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

agentType

java.lang.String agentType

instanceId

java.lang.String instanceId

Class com.atlassian.bamboo.agent.classserver.GetJarServlet extends AgentServerServlet implements Serializable

Class com.atlassian.bamboo.agent.classserver.GetPackageServlet extends AgentServerServlet implements Serializable

Class com.atlassian.bamboo.agent.classserver.GetResourceServlet extends AgentServerServlet implements Serializable

Class com.atlassian.bamboo.agent.classserver.GetResourcesServlet extends AgentServerServlet implements Serializable

Class com.atlassian.bamboo.agent.classserver.ResolveURLServlet extends AgentServerServlet implements Serializable


Package com.atlassian.bamboo.agent.elastic

Class com.atlassian.bamboo.agent.elastic.ElasticAgentUserDataImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.security.KeyStoreException,
                        java.security.NoSuchAlgorithmException,
                        java.security.cert.CertificateException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.security.KeyStoreException
java.security.NoSuchAlgorithmException
java.security.cert.CertificateException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.security.NoSuchAlgorithmException,
                         java.security.cert.CertificateException,
                         java.security.KeyStoreException
Throws:
java.io.IOException
java.security.NoSuchAlgorithmException
java.security.cert.CertificateException
java.security.KeyStoreException
Serialized Fields

baseURL

java.lang.String baseURL
Bamboo server's url (similar to what you have to pass in to the agent on the command line)


startupTimeoutSeconds

int startupTimeoutSeconds

keyManagerAlgorithmName

java.lang.String keyManagerAlgorithmName

trustManagerAlgorithmName

java.lang.String trustManagerAlgorithmName

metaData

java.util.Map<K,V> metaData

useTunnel

boolean useTunnel

ignoreCertificateChecks

boolean ignoreCertificateChecks

elasticImageConfigurationId

long elasticImageConfigurationId

tunnelPort

int tunnelPort

httpProxyPort

int httpProxyPort

jmsProxyPort

int jmsProxyPort

elasticImageConfigurationName

java.lang.String elasticImageConfigurationName

Package com.atlassian.bamboo.agent.elastic.server

Class com.atlassian.bamboo.agent.elastic.server.AutomaticInstanceManagementConfig extends java.lang.Object implements Serializable

Serialized Fields

averageTimeInQueueThreshold

long averageTimeInQueueThreshold

elasticBuildsInQueueThreshold

int elasticBuildsInQueueThreshold

totalBuildInQueueThreshold

int totalBuildInQueueThreshold

maxElasticInstancesToStartAtOnce

int maxElasticInstancesToStartAtOnce

instanceIdleTimeThreshold

long instanceIdleTimeThreshold

automaticInstanceManagementEnabled

boolean automaticInstanceManagementEnabled

configurationName

java.lang.String configurationName

Class com.atlassian.bamboo.agent.elastic.server.ElasticConfigurationImpl extends java.lang.Object implements Serializable

Serialized Fields

awsAccessKeyId

java.lang.String awsAccessKeyId

awsSecretKey

java.lang.String awsSecretKey

maxConcurrentInstances

int maxConcurrentInstances

enabled

boolean enabled

autoShutdownEnabled

boolean autoShutdownEnabled

autoShutdownDelay

int autoShutdownDelay

uploadingOfAwsAccountDetailsEnabled

boolean uploadingOfAwsAccountDetailsEnabled

awsPrivateKeyFile

java.lang.String awsPrivateKeyFile

awsCertFile

java.lang.String awsCertFile

automaticInstanceManagementConfig

AutomaticInstanceManagementConfig automaticInstanceManagementConfig

Package com.atlassian.bamboo.agent.messaging

Class com.atlassian.bamboo.agent.messaging.DeliverMessageServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

agentServerManager

AgentServerManager agentServerManager

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

numberOfBreakages

int numberOfBreakages

fixes

java.util.List<E> fixes

numberOfFixes

int numberOfFixes

successfulBuilds

java.util.List<E> successfulBuilds

numberOfSuccessfulBuilds

int numberOfSuccessfulBuilds

failedBuilds

java.util.List<E> failedBuilds

numberOfFailedBuilds

int numberOfFailedBuilds

triggeredBuildResults

java.util.List<E> triggeredBuildResults

numberOfTriggeredBuildResults

int numberOfTriggeredBuildResults

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


linkedUserName

java.lang.String linkedUserName

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

Package com.atlassian.bamboo.bandana

Class com.atlassian.bamboo.bandana.PlanAwareBandanaContext extends java.lang.Object implements Serializable

Serialized Fields

planId

long planId

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

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

description

java.lang.String description

simpleBuildLogger

SimpleBuildLogger simpleBuildLogger

myIsBuildingLock

java.lang.Object myIsBuildingLock

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

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

Serialized Fields

buildResults

BuildResults buildResults

buildResultsSummary

BuildResultsSummary buildResultsSummary

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

buildExecutionManager

BuildExecutionManager buildExecutionManager

buildableAwareContextHolder

BuildableAwareContextHolder buildableAwareContextHolder

Class com.atlassian.bamboo.build.ChainResultsAction extends PlanResultsAction implements Serializable

Serialized Fields

chainAwareContextHolder

ChainAwareContextHolder chainAwareContextHolder

stageStatusHelper

StageStatusHelper stageStatusHelper

planExecutableAgentsHelper

PlanExecutableAgentsHelper planExecutableAgentsHelper

aggregatedChainErrorAccessor

AggregatedChainErrorAccessor aggregatedChainErrorAccessor

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

inheritRepository

boolean inheritRepository

buildStrategy

BuildStrategy buildStrategy
The project object if the


repository

Repository repository

webRepositoryViewer

WebRepositoryViewer webRepositoryViewer

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

Class com.atlassian.bamboo.build.DeletePlanResults extends PlanActionSupport implements Serializable

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

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

Class com.atlassian.bamboo.build.PlanCreationDeniedException extends java.lang.Exception implements Serializable

Class com.atlassian.bamboo.build.PlanCreationException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.build.PlanDeletionException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.build.PlanResultsAction extends PlanActionSupport implements Serializable

Serialized Fields

pluginManager

com.atlassian.plugin.PluginManager pluginManager

neighbouringSummaries

java.util.List<E> neighbouringSummaries

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

triggerReasonManager

TriggerReasonManager triggerReasonManager

localAgentManager

LocalAgentManager localAgentManager

jiraIssueManager

JiraIssueManager jiraIssueManager

jiraIssueUtils

JiraIssueUtils jiraIssueUtils

testsManager

TestsManager testsManager

auditLogService

AuditLogService auditLogService

buildStatusHelper

BuildStatusHelper buildStatusHelper

resultsSummary

ResultsSummary resultsSummary

isBuildNumberSanitisedViaPlan

boolean isBuildNumberSanitisedViaPlan

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

Serialized Fields

lastCurrentStatus

java.lang.String lastCurrentStatus

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.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

buildStatusHelper

BuildStatusHelper buildStatusHelper

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

localAgentManager

LocalAgentManager localAgentManager

lastSuccessfulSummary

ResultsSummary lastSuccessfulSummary

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

totalLines

long totalLines

buildLogFileAccessorFactory

BuildLogFileAccessorFactory buildLogFileAccessorFactory

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

Serialized Fields

filteredTestResults

FilteredTestResults<T extends TestClassResultDescriptor> filteredTestResults

logAccessible

java.lang.Boolean logAccessible

linesToDisplay

int linesToDisplay

commentMode

boolean commentMode

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

Serialized Fields

pager

Pager pager

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

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

Serialized Fields

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

testCaseId

long testCaseId

testCaseResult

TestCaseResult testCaseResult

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

Serialized Fields

testClassResult

TestClassResult testClassResult

testClassResultId

long testClassResultId

Package com.atlassian.bamboo.build.configuration

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

Serialized Fields

defaultOverridden

boolean defaultOverridden

numberOfConcurrentBuilds

int numberOfConcurrentBuilds

Package com.atlassian.bamboo.build.coverage

Class com.atlassian.bamboo.build.coverage.ViewCloverBuildResults extends ViewBuildResults implements Serializable

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

Serialized Fields

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

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

buildExpiryBean

BuildExpiryBean buildExpiryBean

buildExpiryScheduler

BuildExpiryScheduler buildExpiryScheduler

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

expiryTypeResult

boolean expiryTypeResult

expiryTypeArtifact

boolean expiryTypeArtifact

expiryTypeBuildLog

boolean expiryTypeBuildLog

excludeLabels

java.lang.String excludeLabels

labelsToKeep

java.lang.String labelsToKeep

cronExpression

java.lang.String cronExpression

disabled

boolean disabled

Package com.atlassian.bamboo.build.logger

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


Package com.atlassian.bamboo.build.monitoring

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

Serialized Fields

multiplier

double multiplier
The time limit of the build = average build time * multiplier


minutesBetweenLogs

int minutesBetweenLogs
Time limit (in minutes) since last log.


minutesBeforeQueueTimeout

int minutesBeforeQueueTimeout
Time limit (in minutes) since queue timeout is detected


disabled

boolean disabled
Whether the checking should be disabled or not.

Class com.atlassian.bamboo.build.monitoring.ConfigureGlobalBuildHangingDetection extends BambooActionSupport implements Serializable

Serialized Fields

buildHangingConfig

BuildHangingConfig buildHangingConfig

Package com.atlassian.bamboo.build.strategy

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

Serialized Fields

textProvider

com.opensymphony.xwork.TextProvider textProvider

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

pollingPeriod

int pollingPeriod
The polling period in seconds

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

testCaseId

long testCaseId

testCase

TestCase testCase

testCaseSummary

TestCaseSummary testCaseSummary

filterController

FilterController filterController

testsManager

TestsManager testsManager

buildResultsFilterFactory

BuildResultsFilterFactory buildResultsFilterFactory

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

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

Serialized Fields

mostFailingTests

java.util.List<E> mostFailingTests

longestRunningTests

java.util.List<E> longestRunningTests

longestTimeToFixTests

java.util.List<E> longestTimeToFixTests

filter

BuildResultsFilter filter

filteredBuildResults

java.util.List<E> filteredBuildResults

dataset

org.jfree.data.xy.XYDataset dataset

reportKey

java.lang.String reportKey

testsManager

TestsManager testsManager

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

buildResultsFilterFactory

BuildResultsFilterFactory buildResultsFilterFactory

filterController

FilterController filterController

Package com.atlassian.bamboo.builder

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

Serialized Fields

label

java.lang.String label

vmParameters

java.lang.String vmParameters

testResultDirectory

java.lang.String testResultDirectory

buildJdk

java.lang.String buildJdk

hasTests

boolean hasTests

workingSubDirectory

java.lang.String workingSubDirectory

projectFile

java.lang.String projectFile

completeKey

java.lang.String completeKey

buildLogFileAccessorFactory

BuildLogFileAccessorFactory buildLogFileAccessorFactory

key

java.lang.String key

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

Serialized Fields

goal

java.lang.String goal

testDirectoryOption

java.lang.String testDirectoryOption

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.CustomCommandBuilder extends AbstractBuilder implements Serializable

Serialized Fields

argument

java.lang.String argument

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

Serialized Fields

buildLogFileAccessorFactory

BuildLogFileAccessorFactory buildLogFileAccessorFactory

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

Package com.atlassian.bamboo.builder.resultsfilter

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.StopPlan extends PlanActionSupport implements Serializable

Serialized Fields

abandonResult

boolean abandonResult

Class com.atlassian.bamboo.buildqueue.ViewRunningPlans extends PlanActionSupport implements Serializable

Serialized Fields

runningPlans

java.util.Collection<E> runningPlans

Package com.atlassian.bamboo.buildqueue.manager

Class com.atlassian.bamboo.buildqueue.manager.AgentHeartBeatInfo extends java.lang.Object implements Serializable

Serialized Fields

valid

boolean valid

serverStartupTimestamp

java.lang.Long serverStartupTimestamp

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.AbstractPermissionAction extends BuildConfigurationSupport implements Serializable

Serialized Fields

aclService

HibernateMutableAclService aclService

aclUpdateHelper

BambooAclUpdateHelper aclUpdateHelper

acl

org.acegisecurity.acls.MutableAcl acl

grantedPermissions

java.util.List<E> grantedPermissions

nonProcessedGrantedPermissions

java.util.List<E> nonProcessedGrantedPermissions

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

myBaseUrl

java.lang.String myBaseUrl

myUseGzipCompression

boolean myUseGzipCompression

myEnableRemoteApi

boolean myEnableRemoteApi

myInstanceName

java.lang.String myInstanceName

myBuildExpiryConfiguration

BuildExpiryConfig myBuildExpiryConfiguration

myBuildHangingConfig

BuildHangingConfig myBuildHangingConfig

elasticConfig

ElasticConfiguration elasticConfig

concurrentBuildConfig

ConcurrentBuildConfig concurrentBuildConfig

enableSignup

boolean enableSignup

enableAnonymousAccess

boolean enableAnonymousAccess

enableExternalUserManagement

boolean enableExternalUserManagement

enableViewContactDetails

boolean enableViewContactDetails

enableRestrictedAdmin

boolean enableRestrictedAdmin

remoteAgentFunctionEnabled

boolean remoteAgentFunctionEnabled

captchaConfiguration

CaptchaConfiguration captchaConfiguration

scheduleBackupConfiguration

ScheduleBackupConfiguration scheduleBackupConfiguration

systemProperties

java.util.Map<K,V> systemProperties

globalVariables

java.util.Map<K,V> globalVariables

buildHangedInQueueNotificationTimeout

int buildHangedInQueueNotificationTimeout

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

Serialized Fields

enableCaptcha

boolean enableCaptcha

enableCaptchaOnSignup

boolean enableCaptchaOnSignup

maxLoginAttempts

int maxLoginAttempts

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

Serialized Fields

enabled

boolean enabled
Whether or not the feature is enabled


numberConcurrentBuilds

int numberConcurrentBuilds
How many builds of a single plan/chain is allowed to execute concurrently.

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

Serialized Fields

instanceName

java.lang.String instanceName

baseUrl

java.lang.String baseUrl

gzipCompressionEnabled

boolean gzipCompressionEnabled

acceptRemoteApiCalls

boolean acceptRemoteApiCalls

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

oldVariableKey

java.lang.String oldVariableKey

mode

java.lang.String mode

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

Serialized Fields

className

java.lang.String className

levelName

java.lang.String levelName

extraClassName

java.lang.String extraClassName

extraLevelName

java.lang.String extraLevelName

toDeleteName

java.lang.String toDeleteName

profileName

java.lang.String profileName

entries

java.util.List<E> entries

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

Serialized Fields

enableSignup

boolean enableSignup

enableCaptchaOnSignup

boolean enableCaptchaOnSignup

enableAnonymousAccess

boolean enableAnonymousAccess

enableExternalUserManagement

boolean enableExternalUserManagement

enableViewContactDetails

boolean enableViewContactDetails

enableRestrictedAdmin

boolean enableRestrictedAdmin

enableCaptcha

boolean enableCaptcha

loginAttempts

java.lang.String loginAttempts

aclService

HibernateMutableAclService aclService

Class com.atlassian.bamboo.configuration.GlobalAdminAction 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.ScheduleBackupConfiguration extends java.lang.Object implements Serializable

Serialized Fields

backupPath

java.lang.String backupPath

backupCronExpression

java.lang.String backupCronExpression

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

userHome

java.lang.String userHome

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

applicationContext

org.springframework.context.ApplicationContext applicationContext

servletContext

javax.servlet.ServletContext servletContext

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

enabledPlugins

java.util.List<E> enabledPlugins

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

Serialized Fields

pager

Pager pager

auditLogService

AuditLogService auditLogService

Package com.atlassian.bamboo.configuration.agent

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

Serialized Fields

capabilitySetManager

CapabilitySetManager capabilitySetManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

systemCapabilityKeys

java.util.Collection<E> systemCapabilityKeys

capabilityHelper

CapabilityHelper capabilityHelper

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

Class com.atlassian.bamboo.configuration.agent.AddSharedLocalBuilderCapability extends AddSharedLocalCapability implements Serializable

Serialized Fields

builderType

java.lang.String builderType

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

Class com.atlassian.bamboo.configuration.agent.AddSharedRemoteCapability extends ConfigureSharedRemoteCapability 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

capabilitySetManager

CapabilitySetManager capabilitySetManager

capabilityDefaultsHelper

CapabilityDefaultsHelper capabilityDefaultsHelper

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

Serialized Fields

sharedCapabilitySet

CapabilitySet sharedCapabilitySet

agentId

long agentId

agent

PipelineDefinition agent

buildAgent

BuildAgent buildAgent

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

agentName

java.lang.String agentName

agentDescription

java.lang.String agentDescription

localAgentManager

LocalAgentManager localAgentManager

stopBuildManager

StopBuildManager stopBuildManager

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

Serialized Fields

enableButton

java.lang.String enableButton

disableButton

java.lang.String disableButton

deleteButton

java.lang.String deleteButton

visibleSelectedAgents

long[] visibleSelectedAgents

isCompleteContentSelected

boolean isCompleteContentSelected

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

capabilityElasticImageMappings

java.util.List<E> capabilityElasticImageMappings

requirementPlanMappings

java.util.List<E> requirementPlanMappings

capabilityType

CapabilityType capabilityType

requirementSetDecorator

CapabilityRequirementSetDecorator requirementSetDecorator

capability

CapabilityDecorator capability

capabilityAgentMappingsSorted

com.google.common.collect.Multimap<K,V> capabilityAgentMappingsSorted

parentUrl

java.lang.String parentUrl

localAgentManager

LocalAgentManager localAgentManager

capabilityDao

CapabilityDao capabilityDao

capabilityHelper

CapabilityHelper capabilityHelper

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

capabilityConfigurationManager

CapabilityConfigurationManager capabilityConfigurationManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

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

Serialized Fields

capabilityValue

java.lang.String capabilityValue

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

confirmed

boolean confirmed

remoteAgentManager

RemoteAgentManager remoteAgentManager

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

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.SetAgentBuildFilter extends BambooActionSupport implements Serializable

Serialized Fields

filterController

FilterController filterController

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

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

Serialized Fields

resultsList

java.util.List<E> resultsList

sharedCapabilitySet

CapabilitySet sharedCapabilitySet

executableBuildables

java.util.Collection<E> executableBuildables

agentId

long agentId

agent

PipelineDefinition agent

buildAgent

BuildAgent buildAgent

systemInfo

SystemInfo systemInfo

capabilitySet

CapabilitySet capabilitySet

statistics

SuccessPercentageStatisticsBean statistics

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

capabilitySetManager

CapabilitySetManager capabilitySetManager

localAgentManager

LocalAgentManager localAgentManager

capabilityHelper

CapabilityHelper capabilityHelper

filterController

FilterController filterController

buildResultsFilterFactory

BuildResultsFilterFactory buildResultsFilterFactory

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

imageMatchMatrix

java.util.Map<K,V> imageMatchMatrix

agents

java.util.List<E> agents

images

java.util.List<E> images

buildables

java.util.Collection<E> buildables

showDisabled

boolean showDisabled

localAgentManager

LocalAgentManager localAgentManager

capabilityRequirementsMatcher

CapabilityRequirementsMatcher capabilityRequirementsMatcher

capabilitySetManagerNoTx

CapabilitySetManager capabilitySetManagerNoTx

elasticImageConfigurationAccessor

ElasticImageConfigurationAccessor elasticImageConfigurationAccessor

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

capabilityHelper

CapabilityHelper capabilityHelper

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

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

remoteAgentManager

RemoteAgentManager remoteAgentManager

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

elasticImageConfigurationManager

ElasticImageConfigurationManager elasticImageConfigurationManager

elasticUIBean

ElasticUIBean elasticUIBean

AGENT_COMPARATOR

AgentComparator AGENT_COMPARATOR

planKey

java.lang.String planKey

onlineRemoteAgents

java.util.List<E> onlineRemoteAgents

offlineRemoteAgents

java.util.List<E> offlineRemoteAgents

localAgents

java.util.List<E> localAgents

elasticImageConfigurations

java.util.List<E> elasticImageConfigurations

executableAgentsMatrix

ExecutableAgentsMatrix executableAgentsMatrix

onlineMatchingElasticAgentsSize

int onlineMatchingElasticAgentsSize

Class com.atlassian.bamboo.configuration.agent.ViewBuilders extends AbstractViewCapabilitiesByType implements Serializable

Serialized Fields

builderCapabilityType

CapabilityType builderCapabilityType

Class com.atlassian.bamboo.configuration.agent.ViewJdks extends AbstractViewCapabilitiesByType implements Serializable

Serialized Fields

jdkCapabilityType

CapabilityType jdkCapabilityType

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

Serialized Fields

offlineAgentPager

Pager offlineAgentPager

isCompleteContentSelected

boolean isCompleteContentSelected

Package com.atlassian.bamboo.configuration.agent.elastic

Class com.atlassian.bamboo.configuration.agent.elastic.ViewOfflineElasticAgentDetailsAction extends ViewAgent implements Serializable


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

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.BambooErrorEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

errorDetails

ErrorDetails errorDetails

newError

boolean newError

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

Serialized Fields

agentId

java.lang.Long agentId

resultAbandoned

boolean resultAbandoned

cancellationDate

java.util.Date cancellationDate

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

Serialized Fields

comment

Comment comment

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

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

planKey

PlanKey planKey

Class com.atlassian.bamboo.event.BuildFinishedEvent extends BuildStateResultEvent implements Serializable

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

Serialized Fields

currentlyBuilding

CurrentlyBuilding currentlyBuilding
The details of the running build that hung.


buildLogs

java.util.List<E> buildLogs
The log entries that were currently stored in memory at the time the hang was detected (i.e max of 100 lines)


buildNumber

int buildNumber
The number of the build that is hanging

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

Serialized Fields

currentlyBuilding

CurrentlyBuilding currentlyBuilding
The details of the running build that waits in queue.

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

planResultKey

PlanResultKey planResultKey

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

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.BuildStateResultEvent extends BuildResultEvent implements Serializable

Serialized Fields

buildState

BuildState buildState

lifeCycleState

LifeCycleState lifeCycleState

Class com.atlassian.bamboo.event.ChainCompletedEvent extends ChainResultEvent implements Serializable

Serialized Fields

chainExecution

ChainExecution chainExecution

buildContext

BuildContext buildContext

Class com.atlassian.bamboo.event.ChainCreatedEvent extends ChainEvent implements Serializable

Class com.atlassian.bamboo.event.ChainDeletedEvent extends ChainEvent implements Serializable

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

Serialized Fields

planKey

PlanKey planKey

Class com.atlassian.bamboo.event.ChainResultDeletedEvent extends ChainResultEvent implements Serializable

Class com.atlassian.bamboo.event.ChainResultEvent extends ChainEvent implements Serializable

Serialized Fields

planResultKey

PlanResultKey planResultKey

Class com.atlassian.bamboo.event.ChainUpdatedEvent extends ChainEvent implements Serializable

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

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

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

Class com.atlassian.bamboo.event.JobCompletedEvent extends BuildStateResultEvent implements Serializable

Serialized Fields

numberOfPreviouslyFailedJobs

int numberOfPreviouslyFailedJobs

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

Serialized Fields

fingerprint

java.lang.String fingerprint

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

Serialized Fields

fingerprint

java.lang.String fingerprint

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

Serialized Fields

fingerprint

java.lang.String fingerprint

Class com.atlassian.bamboo.event.StageCompletedEvent extends ChainResultEvent implements Serializable

Serialized Fields

chainExecution

ChainExecution chainExecution

stageExecution

StageExecution stageExecution

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.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

systemStatisticsBean

SystemStatisticsBean systemStatisticsBean

Package com.atlassian.bamboo.installer

Class com.atlassian.bamboo.installer.BambooHomeDirectoryChooser extends com.install4j.api.CustomScreen implements Serializable

Serialized Fields

dc

com.install4j.runtime.installer.frontend.components.DirectoryChooser dc

Package com.atlassian.bamboo.jira.jiraissues

Class com.atlassian.bamboo.jira.jiraissues.BuildFixesIssueLinkType extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.jira.jiraissues.BuildRelatesIssueLinkType extends java.lang.Object implements Serializable


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

textProvider

com.opensymphony.xwork.TextProvider textProvider

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.mail

Class com.atlassian.bamboo.mail.SMTPMailServerWithEncryptedPassword extends com.atlassian.mail.server.impl.SMTPMailServerImpl implements Serializable


Package com.atlassian.bamboo.migration.stream

Class com.atlassian.bamboo.migration.stream.MapperExportException extends java.lang.RuntimeException implements Serializable


Package com.atlassian.bamboo.persister

Class com.atlassian.bamboo.persister.HibernateObjectsAuditInterceptor extends java.lang.Object implements Serializable

Serialized Fields

methodIsRunning

java.lang.InheritableThreadLocal<T> methodIsRunning

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


Package com.atlassian.bamboo.plan

Class com.atlassian.bamboo.plan.IncorrectPlanTypeException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.plan.PlanKey extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

Class com.atlassian.bamboo.plan.PlanResultKey extends java.lang.Object implements Serializable

Serialized Fields

planKey

PlanKey planKey

buildNumber

int buildNumber

Package com.atlassian.bamboo.plugin.descriptor

Class com.atlassian.bamboo.plugin.descriptor.CapabilityTypeModuleDescriptor extends AbstractBambooModuleDescriptor<CapabilityType> implements Serializable

Serialized Fields

sortOrderAttribute

int sortOrderAttribute

Class com.atlassian.bamboo.plugin.descriptor.RepositoryModuleDescriptor extends AbstractBambooModuleDescriptor<Repository> implements Serializable

Class com.atlassian.bamboo.plugin.descriptor.WebRepositoryViewerModuleDescriptor extends AbstractBambooModuleDescriptor<WebRepositoryViewer> implements Serializable


Package com.atlassian.bamboo.plugin.servlet

Class com.atlassian.bamboo.plugin.servlet.FileServerServlet extends com.atlassian.plugin.servlet.AbstractFileServerServlet implements Serializable

Serialized Fields

downloadStrategies

java.util.List<E> downloadStrategies

Package com.atlassian.bamboo.plugin.xwork

Class com.atlassian.bamboo.plugin.xwork.PluginAwareActionConfig extends com.opensymphony.xwork.config.entities.ActionConfig implements Serializable

Serialized Fields

plugin

com.atlassian.plugin.Plugin plugin

Package com.atlassian.bamboo.plugins.builder.php

Class com.atlassian.bamboo.plugins.builder.php.AbstractPhpUnitBuilder extends AbstractBuilder implements Serializable

Serialized Fields

arguments

java.lang.String arguments

logXmlEnabled

boolean logXmlEnabled

logXmlFile

java.lang.String logXmlFile

coverageHtmlEnabled

boolean coverageHtmlEnabled

coverageHtmlDirectory

java.lang.String coverageHtmlDirectory

options

java.lang.String options

Class com.atlassian.bamboo.plugins.builder.php.PhpUnit33XBuilder extends AbstractPhpUnitBuilder implements Serializable

Class com.atlassian.bamboo.plugins.builder.php.PhpUnitBuilder extends AbstractPhpUnitBuilder implements Serializable


Package com.atlassian.bamboo.plugins.grails

Class com.atlassian.bamboo.plugins.grails.GrailsBuilder extends AbstractBuilder implements Serializable

Serialized Fields

goal

java.lang.String goal

testDirectory

java.lang.String testDirectory

additionalCommands

java.util.Collection<E> additionalCommands

textProvider

com.opensymphony.xwork.TextProvider textProvider

Package com.atlassian.bamboo.plugins.hg

Class com.atlassian.bamboo.plugins.hg.BitbucketUrlProvider extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.plugins.hg.DefaultRepositoryUrlProvider extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.plugins.hg.DeleteHgCacheDirectory extends PlanActionSupport implements Serializable

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

agentCommandSender

AgentCommandSender agentCommandSender

buildDirectoryManager

BuildDirectoryManager buildDirectoryManager

Class com.atlassian.bamboo.plugins.hg.DeleteHgCacheDirectoryOnAgentMessage extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

repositoryUrl

java.lang.String repositoryUrl

username

java.lang.String username

Class com.atlassian.bamboo.plugins.hg.HgRepository extends AbstractRepository implements Serializable

Serialized Fields

repositoryUrl

java.lang.String repositoryUrl

branch

java.lang.String branch

authentication

java.lang.String authentication

username

java.lang.String username

password

java.lang.String password

sshPassphrase

java.lang.String sshPassphrase

sshKey

java.lang.String sshKey

commandTimeout

int commandTimeout

delayChangesetDetection

boolean delayChangesetDetection

cleanCacheDirectory

boolean cleanCacheDirectory

verboseLogs

boolean verboseLogs

Class com.atlassian.bamboo.plugins.hg.HgRepositoryUrlObfuscator extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.plugins.hg.HgWebRepositoryUrlProvider.None extends java.lang.Object implements Serializable

Class com.atlassian.bamboo.plugins.hg.HgWebRepositoryViewer extends AbstractWebRepositoryViewer implements Serializable

Serialized Fields

supportedRepositories

java.util.Collection<E> supportedRepositories

urlProvider

HgWebRepositoryUrlProvider urlProvider

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

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

Serialized Fields

buildRelatesIssueLinkType

BuildRelatesIssueLinkType buildRelatesIssueLinkType

buildFixesIssueLinkType

BuildFixesIssueLinkType buildFixesIssueLinkType

availableIssueTypes

java.util.List<E> availableIssueTypes

currentIssueKey

java.lang.String currentIssueKey

issueKeyInput

java.lang.String issueKeyInput

issueTypeInput

java.lang.String issueTypeInput

eventManager

com.atlassian.event.EventManager eventManager

Class com.atlassian.bamboo.plugins.jiraPlugin.actions.ViewJiraIssueForPlan extends BuildActionSupport implements Serializable

Serialized Fields

jiraIssueManager

JiraIssueManager jiraIssueManager

jiraIssueResultsManager

JiraIssueResultsManager jiraIssueResultsManager

issues

java.util.Collection<E> issues

linkedJiraIssuePager

Pager linkedJiraIssuePager

filterController

FilterController filterController

buildResultsFilterFactory

BuildResultsFilterFactory buildResultsFilterFactory

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

Serialized Fields

jiraIssueResultsManager

JiraIssueResultsManager jiraIssueResultsManager

relatedIssues

java.util.List<E> relatedIssues

fixedIssues

java.util.List<E> fixedIssues

lastModified

java.lang.String lastModified
Holds last updated issue


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

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

Serialized Fields

jiraIssueKey

java.util.List<E> jiraIssueKey

projectKey

java.lang.String projectKey

selectedSubTab

java.lang.String selectedSubTab

resultsList

java.util.List<E> resultsList

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

Serialized Fields

maxBuilds

java.lang.Integer maxBuilds

showRss

boolean showRss

jiraIssueResultsManager

JiraIssueResultsManager jiraIssueResultsManager

Class com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax.ViewPlanStatusByJiraKey extends AbstractJiraRelatedAction implements Serializable

Serialized Fields

planKeys

java.util.Collection<E> planKeys

releasedVersionTimestamp

java.lang.Long releasedVersionTimestamp

jiraIssueResultsManager

JiraIssueResultsManager jiraIssueResultsManager

indexedBuildResultsSearcher

IndexedBuildResultsSearcher indexedBuildResultsSearcher

buildResultsSummaryDocumentFactory

BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory

Package com.atlassian.bamboo.plugins.maven2

Class com.atlassian.bamboo.plugins.maven2.ViewMaven2ChainSummary extends ChainActionSupport implements Serializable

Serialized Fields

dependencyProviderJob

Job dependencyProviderJob

projectProperties

Maven2ProjectProperties projectProperties

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

planManager

PlanManager planManager

planParticleManager

PlanParticleManager planParticleManager

Package com.atlassian.bamboo.plugins.maven2.dependencies

Class com.atlassian.bamboo.plugins.maven2.dependencies.AutomaticDependencyManagementConfig extends java.lang.Object implements Serializable

Serialized Fields

automaticDependencyManagementEnabled

boolean automaticDependencyManagementEnabled

dependencyProviderJobKey

java.lang.String dependencyProviderJobKey

Class com.atlassian.bamboo.plugins.maven2.dependencies.AutomaticDependencyManagementPlugin extends BaseConfigurablePlugin implements Serializable


Package com.atlassian.bamboo.plugins.rest.exception

Class com.atlassian.bamboo.plugins.rest.exception.InvalidRequestException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.plugins.rest.exception.NotAuthorizedException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.plugins.rest.exception.NotFoundException extends java.lang.RuntimeException implements Serializable


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

cleanWorkingDirectory

boolean cleanWorkingDirectory

repositoryModuleDescriptor

RepositoryModuleDescriptor repositoryModuleDescriptor

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

logDateFormat

org.apache.commons.lang.time.FastDateFormat logDateFormat

module

java.lang.String module

cvsRoot

java.lang.String cvsRoot

password

java.lang.String password
This is the encrypted password


branchName

java.lang.String branchName

passphrase

java.lang.String passphrase

keyFile

java.lang.String keyFile

authType

java.lang.String authType

quietPeriod

int quietPeriod

symbolicNameType

CVSRepository.SymbolicNameType symbolicNameType
Type of entity identified by branchName


Package com.atlassian.bamboo.repository.perforce

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

Serialized Fields

port

java.lang.String port

client

java.lang.String client

depot

java.lang.String depot

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.ExternalsLockException extends org.tmatesoft.svn.core.SVNException implements Serializable

Serialized Fields

affectedLockedDirectory

java.io.File affectedLockedDirectory

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

Serialized Fields

repositoryUrl

java.lang.String repositoryUrl

username

java.lang.String username

password

java.lang.String password

passphrase

java.lang.String passphrase

keyFile

java.lang.String keyFile

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.AbstractAdminRestAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.rest.AbstractRestPlanResults extends PlanResultsAction implements Serializable

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

Serialized Fields

commentManager

CommentManager commentManager

eventManager

com.atlassian.event.EventManager eventManager

content

java.lang.String content

auth

java.lang.String auth

Class com.atlassian.bamboo.rest.AddLabelToBuildResults extends AbstractRestPlanResults 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

planExecutionManager

PlanExecutionManager planExecutionManager

buildKey

java.lang.String buildKey

auth

java.lang.String auth

plan

Plan plan

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

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

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

Serialized Fields

latestResultsSummary

ResultsSummary latestResultsSummary

plan

Plan plan

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

Plan plan

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

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

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

resultsList

java.util.List<E> resultsList

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

Serialized Fields

plans

java.util.Collection<E> plans

buildKey

java.lang.String buildKey

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

Serialized Fields

projects

java.util.Collection<E> projects

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

Serialized Fields

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

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

Class com.atlassian.bamboo.rest.StartElasticAgents extends AbstractAdminRestAction implements Serializable

Serialized Fields

numAgentsToCreate

java.lang.String numAgentsToCreate

elasticImageConfigurationName

java.lang.String elasticImageConfigurationName

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

elasticImageConfigurationAccessor

ElasticImageConfigurationAccessor elasticImageConfigurationAccessor

Class com.atlassian.bamboo.rest.StopAllElasticAgents extends AbstractAdminRestAction implements Serializable

Serialized Fields

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

Class com.atlassian.bamboo.rest.StopElasticAgents extends AbstractAdminRestAction implements Serializable

Serialized Fields

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

instanceId

java.lang.String instanceId

Package com.atlassian.bamboo.results.tests

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

state

TestState state

testCaseId

long testCaseId

Package com.atlassian.bamboo.resultsummary

Class com.atlassian.bamboo.resultsummary.IncorrectResultSummaryTypeException extends java.lang.RuntimeException implements Serializable

Class com.atlassian.bamboo.resultsummary.ResultsSummaryCreationException extends java.lang.Exception implements Serializable


Package com.atlassian.bamboo.resultsummary.tests

Class com.atlassian.bamboo.resultsummary.tests.TestCaseResultErrorImpl extends BambooEntityObject implements Serializable

Serialized Fields

myErrorMessage

java.lang.String myErrorMessage

testCaseResult

TestCaseResult testCaseResult

Package com.atlassian.bamboo.security

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

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

Serialized Fields

username

java.lang.String username

newPassword

java.lang.String newPassword

confirmedPassword

java.lang.String confirmedPassword

token

java.lang.String token

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

java.util.Map<K,V> 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.LoginRedirectResult extends com.opensymphony.webwork.dispatcher.ServletRedirectResult 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

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

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

Serialized Fields

oid

org.acegisecurity.acls.objectidentity.ObjectIdentity oid

id

java.io.Serializable id

owner

org.acegisecurity.acls.sid.Sid owner

parent

org.acegisecurity.acls.Acl parent

entriesInheriting

boolean entriesInheriting

entries

java.util.Collection<E> entries

loadedSids

com.atlassian.bamboo.security.acegi.acls.ImmutableAcl.LoadedSidValidator loadedSids

aclAuthorizationStrategy

org.acegisecurity.acls.domain.AclAuthorizationStrategy aclAuthorizationStrategy

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.servlet

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

Serialized Fields

imageCaptchaService

com.octo.captcha.service.image.ImageCaptchaService imageCaptchaService

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

buildConfiguration

BuildConfiguration buildConfiguration

plan

Plan plan

Package com.atlassian.bamboo.user

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

Serialized Fields

name

java.lang.String name

fullName

java.lang.String fullName

email

java.lang.String email

jabberAddress

java.lang.String jabberAddress

notificationPreference

java.lang.String notificationPreference

notificationTransportPreference

java.lang.String notificationTransportPreference

idePort

java.lang.String idePort

encryptedPassword

java.lang.String encryptedPassword

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.i18n

Class com.atlassian.bamboo.utils.i18n.DefaultI18nBean extends java.lang.Object implements Serializable

Serialized Fields

i18nBundles

java.util.List<E> i18nBundles

locale

java.util.Locale locale

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

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

previousVcsRevisionKey

java.lang.String previousVcsRevisionKey

vcsLastChangeRevisionKey

java.lang.String vcsLastChangeRevisionKey

changes

java.util.List<E> changes

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

Serialized Fields

parentBuildContext

BuildContext parentBuildContext

triggerReason

TriggerReason triggerReason

buildDefinition

BuildDefinition buildDefinition

buildChanges

BuildChanges buildChanges

errorCollection

ErrorCollection errorCollection

currentBuildResult

CurrentBuildResult currentBuildResult

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

Serialized Fields

planId

long planId

planName

java.lang.String planName

shortName

java.lang.String shortName

planResultKey

PlanResultKey planResultKey

parentBuildIdentifier

BuildIdentifier parentBuildIdentifier

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

lifeCycleState

LifeCycleState lifeCycleState

buildReturnCode

int buildReturnCode

started

boolean started

buildErrors

java.util.List<E> buildErrors

successfulTestResults

java.util.Set<E> successfulTestResults

failedTestResults

java.util.Set<E> failedTestResults

checkoutSuccess

boolean checkoutSuccess

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

Class com.atlassian.bamboo.v2.build.agent.BambooActiveMQConnectionFactory extends org.apache.activemq.ActiveMQConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.atlassian.bamboo.v2.build.agent.RemoteAgentDefinitionImpl extends PipelineDefinitionImpl implements Serializable

Serialized Fields

capabilityProperties

CapabilityProperties capabilityProperties

distributedProperties

DistributedProperties distributedProperties

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.BatchRemoteBambooMessage extends java.lang.Object implements Serializable

Serialized Fields

messages

java.util.List<E> messages

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.CreateElasticError extends AbstractBambooAgentMessage implements Serializable

Serialized Fields

context

java.lang.String context

throwableDetails

ThrowableDetails throwableDetails

agentId

java.lang.Long agentId

instanceId

java.lang.String instanceId

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

buildContext

BuildContext buildContext

timingPoint

TimingPoint timingPoint

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

Serialized Fields

buildContext

BuildContext buildContext

buildAgentId

java.lang.Long buildAgentId

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

Serialized Fields

buildContext

BuildContext buildContext

timingPoint

TimingPoint timingPoint

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

Serialized Fields

buildResultKey

java.lang.String buildResultKey

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

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

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

Serialized Fields

agentId

java.lang.Long agentId

status

AgentStatus status

systemInfo

SystemInfo systemInfo

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

Class com.atlassian.bamboo.v2.build.agent.remote.ServerRestartedException extends java.lang.Exception 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.AgentOfflineEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

buildAgent

BuildAgent buildAgent

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

Serialized Fields

buildContext

BuildContext buildContext

planResultKey

PlanResultKey planResultKey

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.queue

Class com.atlassian.bamboo.v2.build.queue.BuildPreQueuedActionFailureException extends java.lang.Exception 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

textProvider

com.opensymphony.xwork.TextProvider textProvider

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

Serialized Fields

triggeringBuildResultKey

java.lang.String triggeringBuildResultKey

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

Serialized Fields

buildResultKey

java.lang.String buildResultKey

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

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


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 PlanActionSupport implements Serializable

Serialized Fields

dependenciesDisabled

boolean dependenciesDisabled

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.webrepository

Class com.atlassian.bamboo.webrepository.AbstractWebRepositoryViewer extends BaseConfigurablePlugin implements Serializable

Class com.atlassian.bamboo.webrepository.DefaultWebRepositoryViewer extends AbstractWebRepositoryViewer implements Serializable

Serialized Fields

webRepositoryUrl

java.lang.String webRepositoryUrl

webRepositoryName

java.lang.String webRepositoryName

supportedRepositories

java.util.List<E> supportedRepositories

Class com.atlassian.bamboo.webrepository.NoWebRepositoryViewer extends AbstractWebRepositoryViewer implements Serializable


Package com.atlassian.bamboo.webrepository.fisheye

Class com.atlassian.bamboo.webrepository.fisheye.FisheyeWebRepositoryViewer extends AbstractWebRepositoryViewer implements Serializable

Serialized Fields

webRepositoryUrl

java.lang.String webRepositoryUrl

webRepositoryPath

java.lang.String webRepositoryPath

webRepositoryRepoName

java.lang.String webRepositoryRepoName

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

capabilityHelper

CapabilityHelper capabilityHelper

capabilitySetManager

CapabilitySetManager capabilitySetManager

buildQueueManager

BuildQueueManager buildQueueManager

buildExecutionManager

BuildExecutionManager buildExecutionManager

author

ExtendedAuthor author

favouriteBuilds

java.util.Collection<E> favouriteBuilds

responsibleForBuilds

java.util.List<E> responsibleForBuilds

builds

java.util.List<E> builds

reorderedBuildKey

java.lang.String reorderedBuildKey

chains

java.util.List<E> chains

plans

java.util.List<E> plans

selectedTab

java.lang.String selectedTab

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

crumbs

java.util.List<E> crumbs

webFragmentsContextMap

java.util.Map<K,V> webFragmentsContextMap

enableJavascript

boolean enableJavascript

jsonObject

com.opensymphony.webwork.dispatcher.json.JSONObject jsonObject

checkBoxFields

java.util.Set<E> checkBoxFields

bamboo

Bamboo bamboo

authenticationContext

BambooAuthenticationContext authenticationContext

cookieCutter

CookieCutter cookieCutter

planManager

PlanManager planManager

buildManager

BuildManager buildManager

buildDefinitionManager

BuildDefinitionManager buildDefinitionManager

projectManager

ProjectManager projectManager

bambooPermissionManager

BambooPermissionManager bambooPermissionManager

webInterfaceManager

com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager

i18nBeanFactory

I18nBeanFactory i18nBeanFactory

textProvider

com.opensymphony.xwork.TextProvider textProvider

administrationConfigurationManager

AdministrationConfigurationManager administrationConfigurationManager

dashboardCachingManager

DashboardCachingManager dashboardCachingManager

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

bambooUserManager

BambooUserManager bambooUserManager

planExecutionManager

PlanExecutionManager planExecutionManager

user

com.atlassian.user.User user

commentManager

CommentManager commentManager

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 PlanActionSupport implements Serializable

Serialized Fields

buildableAwareContextHolder

BuildableAwareContextHolder buildableAwareContextHolder

buildExecutionManager

BuildExecutionManager buildExecutionManager

Class com.atlassian.bamboo.ww2.actions.ChainActionSupport extends PlanActionSupport implements Serializable

Serialized Fields

chainAwareContextHolder

ChainAwareContextHolder chainAwareContextHolder

chainExecutionManager

ChainExecutionManager chainExecutionManager

stageStatusHelper

StageStatusHelper stageStatusHelper

planExecutableAgentsHelper

PlanExecutableAgentsHelper planExecutableAgentsHelper

aggregatedChainErrorAccessor

AggregatedChainErrorAccessor aggregatedChainErrorAccessor

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

Serialized Fields

cookieValueFieldName

java.lang.String cookieValueFieldName

cookieKey

java.lang.String cookieKey

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

Serialized Fields

plan

Plan plan

planKey

java.lang.String planKey

buildKey

java.lang.String buildKey

planResultKey

java.lang.String planResultKey

buildNumber

java.lang.Integer buildNumber

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

errorAccessor

ErrorAccessor errorAccessor

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

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

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

Serialized Fields

licenseString

java.lang.String licenseString

license

com.atlassian.extras.api.ProductLicense license

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

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

Serialized Fields

administrationConfigurationManager

AdministrationConfigurationManager administrationConfigurationManager

numberConcurrentBuilds

int numberConcurrentBuilds

concurrencyConfig

ConcurrentBuildConfig concurrencyConfig

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

Serialized Fields

existingProjectKey

java.lang.String existingProjectKey

projectKey

java.lang.String projectKey

projectName

java.lang.String projectName

planLimitReached

boolean planLimitReached

buildConfiguration

BuildConfiguration buildConfiguration

builderManager

BuilderManager builderManager

planValidationService

PlanValidationService planValidationService

repositoryManager

RepositoryManager repositoryManager

uiConfigBean

UIConfigBean uiConfigBean

chainCreationService

ChainCreationService chainCreationService

repositoryConfigHelper

RepositoryConfigHelper repositoryConfigHelper

Class com.atlassian.bamboo.ww2.actions.admin.ImportMavenPlanCheckoutPomAction extends ImportMavenPlanAction implements Serializable

Serialized Fields

mavenEmbedder

org.apache.maven.embedder.MavenEmbedder mavenEmbedder

notificationManager

NotificationManager notificationManager

webRepositoryViewerManager

WebRepositoryViewerManager webRepositoryViewerManager

Class com.atlassian.bamboo.ww2.actions.admin.ImportMavenPlanCreatePlanAction extends ImportMavenPlanAction implements Serializable

Serialized Fields

fullPlanKey

java.lang.String fullPlanKey

localAgentManager

LocalAgentManager localAgentManager

jobCreationService

JobCreationService jobCreationService

buildDefinitionConverter

BuildDefinitionConverter buildDefinitionConverter

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

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

Serialized Fields

licenseString

java.lang.String licenseString

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

buildSuspensionCheckBean

BuildSuspensionCheckBean buildSuspensionCheckBean

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

Serialized Fields

jobDetailMultimap

com.google.common.collect.Multimap<K,V> jobDetailMultimap

scheduler

org.quartz.Scheduler scheduler

broker

org.apache.activemq.broker.BrokerService broker

eventManager

com.atlassian.event.EventManager eventManager

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

Class com.atlassian.bamboo.ww2.actions.admin.bulk.AbstractNotificationBulkAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.admin.bulk.AddNotificationBulkAction extends AbstractNotificationBulkAction implements Serializable

Serialized Fields

notificationManager

NotificationManager notificationManager

Class com.atlassian.bamboo.ww2.actions.admin.bulk.BulkPlanAction extends BambooActionSupport implements Serializable

Serialized Fields

projects

java.util.List<E> projects

backButton

java.lang.String backButton

selectedBulkActionKey

java.lang.String selectedBulkActionKey

selectedBuilds

java.lang.String[] selectedBuilds

selectedJobs

java.lang.String[] selectedJobs

selectedPlans

java.util.List<E> selectedPlans

params

java.util.Map<K,V> params

results

org.apache.commons.collections.map.ListOrderedMap results

availableBulkActions

java.util.List<E> availableBulkActions

Class com.atlassian.bamboo.ww2.actions.admin.bulk.DeleteAllNotificationBulkAction extends AbstractNotificationBulkAction implements Serializable

Class com.atlassian.bamboo.ww2.actions.admin.bulk.ManualBuildBulkAction extends BuildActionSupport implements Serializable

Serialized Fields

totalBulkActionErrors

int totalBulkActionErrors

Class com.atlassian.bamboo.ww2.actions.admin.bulk.UpdateCvsModuleBulkAction extends BambooActionSupport implements Serializable

Serialized Fields

repositoryManager

RepositoryManager repositoryManager

Class com.atlassian.bamboo.ww2.actions.admin.bulk.UpdateCvsRootCredentialsBulkAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.admin.bulk.UpdateSvnCredentialsBulkAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.admin.bulk.UpdateSvnUrlBulkAction extends BambooActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.admin.bulk.UpdateWebUrlBulkAction extends BambooActionSupport implements Serializable

Serialized Fields

webRepositoryManager

WebRepositoryViewerManager webRepositoryManager

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

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

Serialized Fields

allElasticInstances

java.util.List<E> allElasticInstances

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

awsAccountBean

AwsAccountBean awsAccountBean

awsAccount

com.atlassian.aws.AWSAccount awsAccount

offlineElasticAgentsMap

java.util.Map<K,V> offlineElasticAgentsMap

localAgentManager

LocalAgentManager localAgentManager

runningElasticInstances

java.util.List<E> runningElasticInstances

unrelatedElasticInstances

java.util.List<E> unrelatedElasticInstances

disconnectedElasticInstances

java.util.List<E> disconnectedElasticInstances

elasticUIBean

ElasticUIBean elasticUIBean

detachedVolumes

java.util.Collection<E> detachedVolumes

instanceId

java.lang.String instanceId

volumeId

java.lang.String volumeId

Class com.atlassian.bamboo.ww2.actions.admin.elastic.ConfigureElasticCapability extends CapabilityConfigurationSupport implements Serializable

Serialized Fields

configurationId

long configurationId

configuration

ElasticImageConfiguration configuration

elasticImageConfigurationManager

ElasticImageConfigurationManager elasticImageConfigurationManager

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

Serialized Fields

elasticConfig

ElasticConfiguration elasticConfig

awsSecretAccessKeyChange

java.lang.String awsSecretAccessKeyChange

isSendTest

java.lang.String isSendTest

fieldAwsAccessKeyId

java.lang.String fieldAwsAccessKeyId
temporary password variable


fieldAwsSecretAccessKey

java.lang.String fieldAwsSecretAccessKey

fieldMaxConcurrentInstances

int fieldMaxConcurrentInstances

fieldAutoShutdownEnabled

boolean fieldAutoShutdownEnabled

fieldAutoShutdownDelay

java.lang.String fieldAutoShutdownDelay

fieldUploadingOfAwsAccountDetailsEnabled

boolean fieldUploadingOfAwsAccountDetailsEnabled

fieldAwsPrivateKeyFile

java.lang.String fieldAwsPrivateKeyFile

fieldAwsCertFile

java.lang.String fieldAwsCertFile

showHint

boolean showHint

fieldAverageTimeInQueueThresholdInMinutes

int fieldAverageTimeInQueueThresholdInMinutes

fieldElasticBuildsInQueueThreshold

int fieldElasticBuildsInQueueThreshold

fieldTotalBuildInQueueThreshold

int fieldTotalBuildInQueueThreshold

fieldMaxElasticInstancesToStartAtOnce

int fieldMaxElasticInstancesToStartAtOnce

fieldInstanceIdleTimeThresholdInMinutes

int fieldInstanceIdleTimeThresholdInMinutes

fieldAutoInstanceManagementEnabled

boolean fieldAutoInstanceManagementEnabled

autoInstanceManagementConfigPreset

java.lang.String autoInstanceManagementConfigPreset

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

elasticAccountBean

ElasticAccountBean elasticAccountBean

autoInstanceManagementConfigs

java.util.Map<K,V> autoInstanceManagementConfigs

presetsMap

java.util.Map<K,V> presetsMap

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

Serialized Fields

configurationId

long configurationId

configuration

ElasticImageConfiguration configuration

configurationName

java.lang.String configurationName

configurationDescription

java.lang.String configurationDescription

amiId

java.lang.String amiId

ebsEnabled

boolean ebsEnabled

ebsSnapshotId

java.lang.String ebsSnapshotId

instanceType

java.lang.String instanceType

availabilityZone

java.lang.String availabilityZone

mode

java.lang.String mode

confirmDelete

boolean confirmDelete

elasticImageConfigurationManager

ElasticImageConfigurationManager elasticImageConfigurationManager

capabilityHelper

CapabilityHelper capabilityHelper

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

capabilitySetManager

CapabilitySetManager capabilitySetManager

elasticUIBean

ElasticUIBean elasticUIBean

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

elasticAccountBean

ElasticAccountBean elasticAccountBean

awsAccountBean

AwsAccountBean awsAccountBean

Class com.atlassian.bamboo.ww2.actions.admin.elastic.EditElasticCapability extends EditAgentCapability implements Serializable

Serialized Fields

configurationId

long configurationId

configuration

ElasticImageConfiguration configuration

elasticImageConfigurationAccessor

ElasticImageConfigurationAccessor elasticImageConfigurationAccessor

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

Serialized Fields

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

urlConnection

java.net.URLConnection urlConnection

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

Serialized Fields

requestedElasticInstances

java.util.List<E> requestedElasticInstances

runningElasticInstances

java.util.List<E> runningElasticInstances

numAgentsToCreate

java.lang.String numAgentsToCreate

elasticImageConfigurations

java.util.Collection<E> elasticImageConfigurations

elasticImageConfiguration

ElasticImageConfiguration elasticImageConfiguration

elasticImageConfigurationId

long elasticImageConfigurationId

instanceId

java.lang.String instanceId

agentCreationPossible

boolean agentCreationPossible

confirmed

boolean confirmed

shutdownAll

boolean shutdownAll

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

elasticImageConfigurationAccessor

ElasticImageConfigurationAccessor elasticImageConfigurationAccessor

elasticUIBean

ElasticUIBean elasticUIBean

elasticErrors

java.util.Collection<E> elasticErrors

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

Serialized Fields

offlineElasticAgents

java.util.List<E> offlineElasticAgents

pager

Pager pager

localAgentManager

LocalAgentManager localAgentManager

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

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

Serialized Fields

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

localAgentManager

LocalAgentManager localAgentManager

elasticUIBean

ElasticUIBean elasticUIBean

buildAgent

BuildAgent buildAgent

instanceId

java.lang.String instanceId

instance

RemoteElasticInstance instance

ec2Instance

com.atlassian.aws.ec2.RemoteEC2Instance ec2Instance

agentDefinition

ElasticAgentDefinition agentDefinition

image

ElasticImageConfiguration image

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

Serialized Fields

elasticInstances

java.util.List<E> elasticInstances

configurationId

long configurationId

elasticImageConfiguration

ElasticImageConfiguration elasticImageConfiguration

confirmed

boolean confirmed

elasticUIBean

ElasticUIBean elasticUIBean

elasticImageConfigurationAccessor

ElasticImageConfigurationAccessor elasticImageConfigurationAccessor

elasticAgentManager

ElasticInstanceManager elasticAgentManager

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

Class com.atlassian.bamboo.ww2.actions.admin.elastic.ViewOfflineElasticAgentDetailsAdminAction extends ViewOfflineElasticAgentDetailsAction implements Serializable


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

Class com.atlassian.bamboo.ww2.actions.admin.elastic.schedule.ConfigureElasticInstanceSchedule extends GlobalAdminAction implements Serializable

Serialized Fields

confirmed

boolean confirmed

whenOption

com.atlassian.bamboo.ww2.actions.admin.elastic.schedule.ConfigureElasticInstanceSchedule.WhenOption whenOption

whatOption

com.atlassian.bamboo.ww2.actions.admin.elastic.schedule.ConfigureElasticInstanceSchedule.WhatOption whatOption

elasticInstanceScheduleId

long elasticInstanceScheduleId

cronExpression

java.lang.String cronExpression

elasticImageConfigurationId

long elasticImageConfigurationId

activeInstanceAdjustmentType

java.lang.String activeInstanceAdjustmentType

targetActiveInstances

int targetActiveInstances

enabled

boolean enabled

cronEditorBean

BambooCronEditorBean cronEditorBean

elasticInstanceScheduleManager

ElasticInstanceScheduleManager elasticInstanceScheduleManager

elasticImageConfigurationDao

ElasticImageConfigurationDao elasticImageConfigurationDao

Class com.atlassian.bamboo.ww2.actions.admin.elastic.schedule.ConfigureElasticInstanceSchedules extends GlobalAdminAction implements Serializable

Serialized Fields

elasticInstanceScheduleId

long elasticInstanceScheduleId

elasticInstanceScheduleManager

ElasticInstanceScheduleManager elasticInstanceScheduleManager

elasticInstanceScheduleScheduler

ElasticInstanceScheduleScheduler elasticInstanceScheduleScheduler

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

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


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 BambooActionSupport 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

resource

java.lang.String resource

secureConnectionRequired

boolean secureConnectionRequired

enforceLegacySsl

boolean enforceLegacySsl

passwordChange

java.lang.String passwordChange

messageTest

java.lang.String messageTest

testRecipients

java.lang.String testRecipients

currentInstantMessagingServer

InstantMessagingServerDefinition currentInstantMessagingServer

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

bambooSmackClient

BambooSmackClient bambooSmackClient

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

Serialized Fields

testConnection

boolean testConnection

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

JiraIssueDetails testIssue

jiraServerManager

JiraServerManager jiraServerManager

jiraServerDefinition

JiraServerDefinition jiraServerDefinition

jiraMetaDataManager

JiraMetaDataManager jiraMetaDataManager

jiraRemoteIssueManager

JiraRemoteIssueManager jiraRemoteIssueManager

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

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

smtpPort

java.lang.String smtpPort

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

chosenMailSetting

java.lang.String chosenMailSetting

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

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

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

Serialized Fields

backupPath

java.lang.String backupPath

fileDateFormat

java.lang.String fileDateFormat

filePrefix

java.lang.String filePrefix

fileExample

java.lang.String fileExample

backupCronExpression

java.lang.String backupCronExpression

backupDisabled

java.lang.String backupDisabled

exportArtifacts

java.lang.String exportArtifacts

backupConfigured

java.lang.String backupConfigured

cronEditorBean

BambooCronEditorBean cronEditorBean

scheduleBackupBeanImpl

ScheduleBackupBeanImpl scheduleBackupBeanImpl

bootstrapManager

BootstrapManager bootstrapManager

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

Serialized Fields

path

java.lang.String path

filename

java.lang.String filename

exportArtifacts

boolean exportArtifacts

exportBuildLogs

boolean exportBuildLogs

bootstrapManager

BootstrapManager bootstrapManager

importExportManager

ImportExportManagerImpl importExportManager

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

Serialized Fields

path

java.lang.String path

backupFileName

java.lang.String backupFileName

backupSelected

boolean backupSelected

hotSwapSelected

boolean hotSwapSelected

backupPath

java.lang.String backupPath

adminErrorHandler

AdminErrorHandler adminErrorHandler

importExportManager

ImportExportManager importExportManager

bootstrapManager

BootstrapManager bootstrapManager

textProvider

com.opensymphony.xwork.TextProvider textProvider

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

jiraServerManager

JiraServerManager jiraServerManager

jiraRemoteIssueManager

JiraRemoteIssueManager jiraRemoteIssueManager

jiraMetaDataManager

JiraMetaDataManager jiraMetaDataManager

svnClientManagerFactory

SVNClientManagerFactory svnClientManagerFactory

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

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

Serialized Fields

systemNotificationRules

java.util.List<E> systemNotificationRules

notificationRecipients

java.util.Map<K,V> notificationRecipients

notificationTypes

java.util.Map<K,V> notificationTypes

previousTypeData

java.lang.String previousTypeData

lastModified

long lastModified

conditionKey

java.lang.String conditionKey

notificationRecipientType

java.lang.String notificationRecipientType

notificationId

long notificationId

cancelButton

java.lang.String cancelButton

notificationManager

NotificationManager notificationManager

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

systemNotificationService

SystemNotificationService systemNotificationService

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

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

Serialized Fields

perforceManager

PerforceManager perforceManager

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.ConfigureAlias extends BambooActionSupport implements Serializable

Serialized Fields

newAuthorName

java.lang.String newAuthorName

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

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

Serialized Fields

usersRules

java.util.List<E> usersRules

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

notificationManager

NotificationManager notificationManager

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

jabberAddress

java.lang.String jabberAddress

notificationPreference

java.lang.String notificationPreference

notificationTransportPreference

java.lang.String notificationTransportPreference

idePort

java.lang.String idePort

currentUser

BambooUser currentUser

author

Author author

currentUserName

java.lang.String currentUserName

groups

java.util.List<E> groups

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

htmlUtils

HtmlUtils htmlUtils

Class com.atlassian.bamboo.ww2.actions.admin.user.ConfigureUser extends BambooActionSupport 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

groups

java.util.List<E> groups

availableGroups

java.util.List<E> availableGroups

jabberAddress

java.lang.String jabberAddress

resetCaptcha

java.lang.String resetCaptcha

currentUser

BambooUser currentUser
The current user being acted upon


mode

java.lang.String mode

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

loginInformationManager

LoginInformationManager loginInformationManager

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

multiSelect

boolean multiSelect

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

imageCaptchaService

com.octo.captcha.service.image.ImageCaptchaService imageCaptchaService

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

captcha

java.lang.String captcha

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

Package com.atlassian.bamboo.ww2.actions.agent

Class com.atlassian.bamboo.ww2.actions.agent.AgentJsonProvider extends BambooActionSupport implements Serializable

Serialized Fields

onlineOnly

boolean onlineOnly

includeInstances

boolean includeInstances

includeRemoteAgentSummary

boolean includeRemoteAgentSummary

localAgentManager

LocalAgentManager localAgentManager

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

buildAgents

java.util.List<E> buildAgents

remoteElasticInstances

java.util.List<E> remoteElasticInstances

Class com.atlassian.bamboo.ww2.actions.agent.ViewAgentDetailsAction extends BambooActionSupport implements Serializable

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

elasticInstanceManager

ElasticInstanceManager elasticInstanceManager

buildAgent

BuildAgent buildAgent

agent

PipelineDefinition agent

remoteElasticInstance

RemoteElasticInstance remoteElasticInstance

instance

com.atlassian.aws.ec2.RemoteEC2Instance instance

agentId

long agentId

showOptions

java.lang.String showOptions

showStatus

java.lang.String showStatus

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

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.BuildJsonProviderAction extends BambooActionSupport implements Serializable

Serialized Fields

showBuilding

boolean showBuilding

showQueued

boolean showQueued

planKey

java.lang.String planKey

buildQueueManager

BuildQueueManager buildQueueManager

buildExecutionManager

BuildExecutionManager buildExecutionManager

localAgentManager

LocalAgentManager localAgentManager

textProvider

com.opensymphony.xwork.TextProvider textProvider

triggerReasonManager

TriggerReasonManager triggerReasonManager

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

Serialized Fields

planKey

java.lang.String planKey

chainExecutionManager

ChainExecutionManager chainExecutionManager

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

textProvider

com.opensymphony.xwork.TextProvider textProvider

triggerReasonManager

TriggerReasonManager triggerReasonManager

Class com.atlassian.bamboo.ww2.actions.build.DashboardSummaryAction extends BuildJsonProviderAction implements Serializable

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

Serialized Fields

resultsList

java.util.List<E> resultsList

pipelineDefinitionMap

java.util.Map<K,V> pipelineDefinitionMap

sort

boolean sort

showOperations

boolean showOperations

showAgent

boolean showAgent

maxBuilds

java.lang.Integer maxBuilds

singlePlan

boolean singlePlan
Implies all results come from a single plan and different sorting can be used


pager

Pager pager

localAgentManager

LocalAgentManager localAgentManager

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

Serialized Fields

planSummariesObject

PlanSummariesObject planSummariesObject

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

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

Serialized Fields

buildConfiguration

BuildConfiguration buildConfiguration

saved

boolean saved

uiConfigBean

UIConfigBean uiConfigBean

eventManager

com.atlassian.event.EventManager eventManager

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

Serialized Fields

buildIds

long[] buildIds

selectedBuilds

java.util.Collection<E> selectedBuilds

projectBuilds

java.util.Map<K,V> projectBuilds

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

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

Serialized Fields

selectedProjects

java.lang.String[] selectedProjects

selectedBuilds

java.lang.String[] selectedBuilds

projectPlans

java.util.Map<K,V> projectPlans

stopBuildManager

StopBuildManager stopBuildManager

deletionService

DeletionService deletionService

eventManager

com.atlassian.event.EventManager eventManager

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

Serialized Fields

planIds

long[] planIds

projectName

java.lang.String projectName

projectKey

java.lang.String projectKey

existingProjectKey

java.lang.String existingProjectKey

selectedPlans

java.util.Collection<E> selectedPlans

selectedProject

Project selectedProject

planKeyMappings

java.util.Map<K,V> planKeyMappings

planNameMappings

java.util.Map<K,V> planNameMappings

projectPlans

java.util.Map<K,V> projectPlans

sessionFactory

net.sf.hibernate.SessionFactory sessionFactory

buildResultsIndexer

BuildResultsIndexer buildResultsIndexer

localAgentManager

LocalAgentManager localAgentManager

eventManager

com.atlassian.event.EventManager eventManager

planValidationService

PlanValidationService planValidationService

planManager

PlanManager planManager

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

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.ReorderBuild extends BuildActionSupport implements Serializable

Serialized Fields

prevBuildResultKey

java.lang.String prevBuildResultKey

nextBuildResultKey

java.lang.String nextBuildResultKey

buildLoggerManager

BuildLoggerManager buildLoggerManager

buildQueueManager

BuildQueueManager buildQueueManager

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

childDependencies

java.util.Set<E> childDependencies

parentDependencies

java.util.Set<E> parentDependencies

buildConfiguration

BuildConfiguration buildConfiguration

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

localAgentManager

LocalAgentManager localAgentManager

capabilityHelper

CapabilityHelper capabilityHelper

planConfigurationUIPluginHelper

PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper

elasticFunctionalityFacade

ElasticFunctionalityFacade elasticFunctionalityFacade

planDependencyManager

PlanDependencyManager planDependencyManager

selectedTab

java.lang.String selectedTab

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

Serialized Fields

auditHistoryPager

Pager auditHistoryPager

auditLogService

AuditLogService auditLogService

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

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

Serialized Fields

jdkManager

JdkManager jdkManager

builderConfigHelper

BuilderConfigHelper builderConfigHelper

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

availableJdks

java.util.Collection<E> availableJdks

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

Serialized Fields

projectName

java.lang.String projectName

buildName

java.lang.String buildName

buildDescription

java.lang.String buildDescription

saved

boolean saved

enabled

boolean enabled

planValidationService

PlanValidationService planValidationService

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

Serialized Fields

planConfigurationUIPluginHelper

PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper

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

Serialized Fields

notificationRecipientType

java.lang.String notificationRecipientType

conditionKey

java.lang.String conditionKey

notificationId

long notificationId

lastModified

long lastModified

notificationManager

NotificationManager notificationManager

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

notificationTypes

java.util.Map<K,V> notificationTypes

notificationRecipients

java.util.Map<K,V> notificationRecipients

edit

java.lang.String edit

previousTypeData

java.lang.String previousTypeData

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

Serialized Fields

build

Buildable build

saved

boolean saved

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

Serialized Fields

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

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

Serialized Fields

buildStrategyConfigHelper

BuildStrategyConfigHelper buildStrategyConfigHelper

repositoryConfigHelper

RepositoryConfigHelper repositoryConfigHelper

webRepositoryConfigHelper

WebRepositoryConfigHelper webRepositoryConfigHelper

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

Serialized Fields

buildKey

java.lang.String buildKey

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

executableAgents

ExecutableAgentsMatrix executableAgents

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


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.CreateChain extends BambooActionSupport implements Serializable

Serialized Fields

buildConfigurationFromUI

BuildConfiguration buildConfigurationFromUI

plan

Plan plan

buildKey

java.lang.String buildKey

planLimitReached

boolean planLimitReached

clonePlan

boolean clonePlan

planKeyToClone

java.lang.String planKeyToClone

existingProjectKey

java.lang.String existingProjectKey

uiConfigBean

UIConfigBean uiConfigBean

jdkManager

JdkManager jdkManager

availableJdks

java.util.Collection<E> availableJdks

jobCreationService

JobCreationService jobCreationService

chainCreationService

ChainCreationService chainCreationService

repositoryConfigHelper

RepositoryConfigHelper repositoryConfigHelper

buildStrategyConfigHelper

BuildStrategyConfigHelper buildStrategyConfigHelper

builderConfigHelper

BuilderConfigHelper builderConfigHelper

webRepositoryConfigHelper

WebRepositoryConfigHelper webRepositoryConfigHelper

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

Serialized Fields

buildConfiguration

BuildConfiguration buildConfiguration

plan

Plan plan

buildKey

java.lang.String buildKey

planLimitReached

boolean planLimitReached

planManager

PlanManager planManager

uiConfigBean

UIConfigBean uiConfigBean

jdkManager

JdkManager jdkManager

availableJdks

java.util.Collection<E> availableJdks

buildCreationService

PlanCreationService buildCreationService

chainCreationService

PlanCreationService chainCreationService

selectedPlanType

java.lang.String selectedPlanType

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


Package com.atlassian.bamboo.ww2.actions.chains

Class com.atlassian.bamboo.ww2.actions.chains.CreateJob extends ChainActionSupport implements Serializable

Serialized Fields

buildConfiguration

BuildConfiguration buildConfiguration

plan

Plan plan

subBuildKey

java.lang.String subBuildKey

planLimitReached

boolean planLimitReached

allowStageCreation

boolean allowStageCreation
For functional tests.


jobCreationService

PlanCreationService jobCreationService

uiConfigBean

UIConfigBean uiConfigBean

jdkManager

JdkManager jdkManager

availableJdks

java.util.Collection<E> availableJdks

chainsPlans

java.util.List<E> chainsPlans

chainsToClone

java.util.Collection<E> chainsToClone

defaultChainToClone

Chain defaultChainToClone

Class com.atlassian.bamboo.ww2.actions.chains.EditChainDetails extends ChainActionSupport implements Serializable

Serialized Fields

projectName

java.lang.String projectName

chainName

java.lang.String chainName

chainDescription

java.lang.String chainDescription

enabled

boolean enabled

saved

boolean saved

planValidationService

PlanValidationService planValidationService

Class com.atlassian.bamboo.ww2.actions.chains.ListChainResults extends ChainActionSupport implements Serializable

Serialized Fields

pager

Pager pager

resultsList

java.util.List<E> resultsList

Class com.atlassian.bamboo.ww2.actions.chains.ListJobsForChain extends ChainActionSupport implements Serializable

Class com.atlassian.bamboo.ww2.actions.chains.MoveJobAction extends ChainActionSupport implements Serializable

Serialized Fields

jobKey

java.lang.String jobKey

Class com.atlassian.bamboo.ww2.actions.chains.MoveStageAction extends ChainActionSupport implements Serializable

Serialized Fields

index

int index

Class com.atlassian.bamboo.ww2.actions.chains.StageAction extends ChainActionSupport implements Serializable

Serialized Fields

stageId

java.lang.String stageId

stageName

java.lang.String stageName

stageDescription

java.lang.String stageDescription

deletionService

DeletionService deletionService

planValidationService

PlanValidationService planValidationService

Class com.atlassian.bamboo.ww2.actions.chains.ViewChainResult extends ChainResultsAction implements Serializable

Serialized Fields

filteredTestResults

FilteredTestResults<T extends TestClassResultDescriptor> filteredTestResults

commentMode

boolean commentMode

Class com.atlassian.bamboo.ww2.actions.chains.ViewChainSummary extends ChainActionSupport implements Serializable

Serialized Fields

statistics

StatisticsCollector statistics

resultsList

java.util.List<E> resultsList

filterController

FilterController filterController

pager

Pager pager

lastSuccessfulSummary

ResultsSummary lastSuccessfulSummary

Class com.atlassian.bamboo.ww2.actions.chains.ViewChainTestResults extends ViewChainResult implements Serializable


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

Class com.atlassian.bamboo.ww2.actions.chains.admin.ConfigureChainNotification extends ChainActionSupport implements Serializable

Serialized Fields

notificationRecipientType

java.lang.String notificationRecipientType

conditionKey

java.lang.String conditionKey

notificationId

long notificationId

lastModified

long lastModified

notificationManager

NotificationManager notificationManager

instantMessagingServerManager

InstantMessagingServerManager instantMessagingServerManager

notificationTypes

java.util.Map<K,V> notificationTypes

notificationRecipients

java.util.Map<K,V> notificationRecipients

edit

java.lang.String edit

previousTypeData

java.lang.String previousTypeData

saved

boolean saved

Class com.atlassian.bamboo.ww2.actions.chains.admin.ViewChainConfiguration extends ChainActionSupport implements Serializable

Serialized Fields

planDependencyManager

PlanDependencyManager planDependencyManager

childDependencies

java.util.Set<E> childDependencies

parentDependencies

java.util.Set<E> parentDependencies

planConfigurationUIPluginHelper

PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper

Class com.atlassian.bamboo.ww2.actions.chains.admin.ViewPlanConfiguration extends PlanActionSupport implements Serializable

Serialized Fields

planConfigurationUIPluginHelper

PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper

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.ViewCombinedByBuildNumberChart extends BuildActionSupport implements Serializable

Serialized Fields

combinedByBuildChart

java.util.Map<K,V> combinedByBuildChart

resultsList

java.util.List<E> resultsList

height

int height

width

int width

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

height

int height

width

int width

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

Serialized Fields

chartManager

ChartManager chartManager

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 PlanResultsAction implements Serializable

Serialized Fields

commentContent

java.lang.String commentContent

commentId

long commentId

commentManager

CommentManager commentManager

eventManager

com.atlassian.event.EventManager eventManager

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

statusCode

int statusCode

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 PlanActionSupport implements Serializable

Serialized Fields

labelManager

LabelManager labelManager

jiraIssueUtils

JiraIssueUtils jiraIssueUtils

labelDisplay

java.lang.String labelDisplay

labels

java.util.List<E> labels

labelInput

java.lang.String labelInput

selectedLabel

java.lang.String selectedLabel

resultsSummary

ResultsSummary resultsSummary

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

Serialized Fields

planFavouriteService

PlanFavouriteService planFavouriteService

favourite

java.lang.Boolean favourite

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 PlanActionSupport implements Serializable

Serialized Fields

freqMap

java.util.Map<K,V> freqMap

results

java.util.Map<K,V> results

project

Project project

labelManager

LabelManager labelManager

projectDao

ProjectDao projectDao

projectKey

java.lang.String projectKey

orderByRank

boolean orderByRank

Package com.atlassian.bamboo.ww2.actions.plan

Class com.atlassian.bamboo.ww2.actions.plan.DeletePlan extends PlanActionSupport implements Serializable

Serialized Fields

deletionService

DeletionService deletionService

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

Class com.atlassian.bamboo.ww2.actions.plans.admin.ConfigurePlanDependencies extends BuildConfigurationSupport implements Serializable

Serialized Fields

saved

boolean saved

childPlanKeys

java.util.Set<E> childPlanKeys

parentPlanKeys

java.util.Set<E> parentPlanKeys

disabledChildKeys

java.util.Set<E> disabledChildKeys

disabledParentKeys

java.util.Set<E> disabledParentKeys

possiblePlanDependencies

java.util.Collection<E> possiblePlanDependencies

planDependencyManager

PlanDependencyManager planDependencyManager

planConfigurationUIPluginHelper

PlanConfigurationUIPluginHelper planConfigurationUIPluginHelper

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

projectPlans

java.util.Collection<E> projectPlans

projectChains

java.util.Collection<E> projectChains

plans

java.util.List<E> plans

labelManager

LabelManager labelManager

singleBuildKey

java.lang.String singleBuildKey

projectStatusHelper

ProjectStatusHelper projectStatusHelper

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

pager

Pager pager

chartManager

ChartManager chartManager

useSession

boolean useSession

hideHeader

boolean hideHeader

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

Class com.atlassian.bamboo.ww2.actions.rss.AllBuildsRssFeedAction extends BambooActionSupport implements Serializable

Serialized Fields

buildKey

java.lang.String buildKey

feedType

java.lang.String feedType

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

rssFeedBuilder

RssFeedBuilder rssFeedBuilder

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

Serialized Fields

maxResults

int maxResults

rssFeedBuilder

RssFeedBuilder rssFeedBuilder

Class com.atlassian.bamboo.ww2.actions.rss.RssFeedAction extends BambooActionSupport implements Serializable

Serialized Fields

maxBuilds

int maxBuilds

rssFeedBuilder

RssFeedBuilder rssFeedBuilder

resultsList

java.util.List<E> resultsList

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

setupUtilityBean

SetupUtilityBean setupUtilityBean

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

Serialized Fields

localAgentManager

LocalAgentManager localAgentManager

servletContext

javax.servlet.ServletContext servletContext

completed

boolean completed

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.SetupAdminUserAction 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

systemInfo

SystemInfo systemInfo

setupUtilityBean

SetupUtilityBean setupUtilityBean

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

Serialized Fields

databases

java.util.List<E> databases

dbChoice

java.lang.String dbChoice

selectedDatabase

java.lang.String selectedDatabase

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

Serialized Fields

selectedDatabase

java.lang.String selectedDatabase

connectionChoice

java.lang.String connectionChoice

dataOverwrite

boolean dataOverwrite

datasourceName

java.lang.String datasourceName

dbDetails

com.atlassian.config.db.DatabaseDetails dbDetails

servletContext

javax.servlet.ServletContext servletContext

completed

boolean completed

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

Serialized Fields

failedAction

java.lang.String failedAction
Used so that the user can reperform the action that just occurred after fixing whatever error might have been the case.


customAction

java.lang.String customAction

requestUrl

java.lang.String requestUrl

servletPath

java.lang.String servletPath

servletContext

javax.servlet.ServletContext servletContext

completed

boolean completed

setupStageFailed

boolean setupStageFailed

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

Serialized Fields

completed

boolean completed

servletContext

javax.servlet.ServletContext servletContext

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

Serialized Fields

instanceName

java.lang.String instanceName

baseUrl

java.lang.String baseUrl

configDir

java.lang.String configDir

buildWorkingDir

java.lang.String buildWorkingDir

buildDir

java.lang.String buildDir

brokerURI

java.lang.String brokerURI

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

requestUrl

java.lang.String requestUrl

servletPath

java.lang.String servletPath

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

sid

java.lang.String sid

expressInstall

java.lang.String expressInstall

bambooLicenseManager

BambooLicenseManager bambooLicenseManager

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

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

Serialized Fields

currentUser

BambooUser currentUser

author

Author author

currentUserName

java.lang.String currentUserName

extendedAuthorManager

ExtendedAuthorManager extendedAuthorManager

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.BuildConfigurationEditInterceptor extends AbstractBambooInterceptor implements Serializable

Serialized Fields

buildDefinitionConverter

BuildDefinitionConverter buildDefinitionConverter

planManager

PlanManager planManager

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

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

Serialized Fields

buildResultsSummaryManager

BuildResultsSummaryManager buildResultsSummaryManager

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

Serialized Fields

planManager

PlanManager planManager

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

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

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

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

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

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

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

Serialized Fields

planManager

PlanManager planManager

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

Serialized Fields

planManager

PlanManager planManager

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

buildResultsFilterFactory

BuildResultsFilterFactory buildResultsFilterFactory

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

Serialized Fields

resultsSummaryManager

ResultsSummaryManager resultsSummaryManager

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

Class com.atlassian.bamboo.ww2.interceptors.TrimParametersInterceptor extends com.opensymphony.xwork.interceptor.AroundInterceptor implements Serializable


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.sal.bambootest

Class com.atlassian.sal.bambootest.BambooSalServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

req

javax.servlet.http.HttpServletRequest req

Package com.atlassian.sal.bambootest.tests

Class com.atlassian.sal.bambootest.tests.SalApplicationPropertiesTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

adminConfigManager

AdministrationConfigurationManager adminConfigManager

homeLocator

com.atlassian.config.HomeLocator homeLocator

Class com.atlassian.sal.bambootest.tests.SalI18nResolverTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

i18nResolver

com.atlassian.sal.api.message.I18nResolver i18nResolver

Class com.atlassian.sal.bambootest.tests.SalLicenseManagerTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

VALID_LICENSE

java.lang.String VALID_LICENSE

handler

com.atlassian.sal.api.license.LicenseHandler handler

Class com.atlassian.sal.bambootest.tests.SalPluginSettingsTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

pluginSettingsFactory

com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory

projectManager

com.atlassian.sal.api.project.ProjectManager projectManager

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

planManager

PlanManager planManager

Class com.atlassian.sal.bambootest.tests.SalProjectManagerTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

projectManager

com.atlassian.sal.api.project.ProjectManager projectManager

Class com.atlassian.sal.bambootest.tests.SalUserManagerTestServlet extends BambooSalServlet implements Serializable

Serialized Fields

userManager

com.atlassian.sal.api.user.UserManager userManager

Package org.springframework.orm.hibernate

Class org.springframework.orm.hibernate.HibernateJdbcException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException extends org.springframework.orm.ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException extends org.springframework.orm.ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.hibernate.HibernateQueryException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.orm.hibernate.HibernateSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate.HibernateTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

sessionFactory

net.sf.hibernate.SessionFactory sessionFactory

dataSource

javax.sql.DataSource dataSource

autodetectDataSource

boolean autodetectDataSource

entityInterceptor

java.lang.Object entityInterceptor

jdbcExceptionTranslator

org.springframework.jdbc.support.SQLExceptionTranslator jdbcExceptionTranslator

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

Package org.springframework.orm.hibernate.support

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



Copyright © 2010 Atlassian. All Rights Reserved.