Serialized Form


Package org.apache.continuum.buildagent

Class org.apache.continuum.buildagent.ContinuumBuildAgentException extends Exception implements Serializable

Class org.apache.continuum.buildagent.NoBuildAgentException extends Exception implements Serializable

Class org.apache.continuum.buildagent.NoBuildAgentInGroupException extends Exception implements Serializable


Package org.apache.continuum.buildagent.build.execution

Class org.apache.continuum.buildagent.build.execution.ContinuumAgentBuildCancelledException extends ContinuumBuildExecutorException implements Serializable

Class org.apache.continuum.buildagent.build.execution.ContinuumAgentBuildExecutorException extends Exception implements Serializable


Package org.apache.continuum.buildagent.build.execution.maven.m1

Class org.apache.continuum.buildagent.build.execution.maven.m1.BuildAgentMavenOneMetadataHelperException extends Exception implements Serializable


Package org.apache.continuum.buildagent.build.execution.maven.m2

Class org.apache.continuum.buildagent.build.execution.maven.m2.SettingsConfigurationException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Package org.apache.continuum.buildagent.configuration

Class org.apache.continuum.buildagent.configuration.BuildAgentConfigurationException extends Exception implements Serializable


Package org.apache.continuum.buildagent.model

Class org.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel extends Object implements Serializable

Serialized Fields

buildOutputDirectory

String buildOutputDirectory
Field buildOutputDirectory.


workingDirectory

String workingDirectory
Field workingDirectory.


continuumServerUrl

String continuumServerUrl
Field continuumServerUrl.


installations

List<E> installations
Field installations.


localRepositories

List<E> localRepositories
Field localRepositories.


sharedSecretPassword

String sharedSecretPassword
Field sharedSecretPassword.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.continuum.buildagent.model.Installation extends Object implements Serializable

Serialized Fields

type

String type
Field type.


varValue

String varValue
Field varValue.


varName

String varName
Field varName.


name

String name
Field name.

Class org.apache.continuum.buildagent.model.LocalRepository extends Object implements Serializable

Serialized Fields

name

String name
Field name.


location

String location
The file system location for this repository .


layout

String layout
The layout of the repository. Valid values are "default" and "legacy" .


Package org.apache.continuum.buildmanager

Class org.apache.continuum.buildmanager.BuildManagerException extends Exception implements Serializable


Package org.apache.continuum.buildqueue

Class org.apache.continuum.buildqueue.BuildQueueServiceException extends Exception implements Serializable


Package org.apache.continuum.configuration

Class org.apache.continuum.configuration.BuildAgentConfigurationException extends Exception implements Serializable

Class org.apache.continuum.configuration.ContinuumConfigurationException extends Exception implements Serializable


Package org.apache.continuum.configuration.model

Class org.apache.continuum.configuration.model.BuildAgentConfiguration extends Object implements Serializable

Serialized Fields

url

String url
Field url.


description

String description
Field description.


enabled

boolean enabled
Field enabled.

Class org.apache.continuum.configuration.model.BuildAgentGroupConfiguration extends Object implements Serializable

Serialized Fields

name

String name
Field name.


buildAgents

List<E> buildAgents
Field buildAgents.

Class org.apache.continuum.configuration.model.ContinuumConfigurationModel extends Object implements Serializable

Serialized Fields

baseUrl

String baseUrl
Field baseUrl.


buildOutputDirectory

String buildOutputDirectory
Field buildOutputDirectory.


deploymentRepositoryDirectory

String deploymentRepositoryDirectory
Field deploymentRepositoryDirectory.


workingDirectory

String workingDirectory
Field workingDirectory.


proxyConfiguration

ProxyConfiguration proxyConfiguration
Field proxyConfiguration.


releaseOutputDirectory

String releaseOutputDirectory
Field releaseOutputDirectory.


numberOfBuildsInParallel

int numberOfBuildsInParallel
Field numberOfBuildsInParallel.


distributedBuildEnabled

boolean distributedBuildEnabled
Field distributedBuildEnabled.


sharedSecretPassword

String sharedSecretPassword
Field sharedSecretPassword.


buildAgents

List<E> buildAgents
Field buildAgents.


buildAgentGroups

List<E> buildAgentGroups
Field buildAgentGroups.


initialized

boolean initialized
Field initialized.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.continuum.configuration.model.ProxyConfiguration extends Object implements Serializable

Serialized Fields

proxyHost

String proxyHost
Field proxyHost.


proxyPort

int proxyPort
Field proxyPort.


proxyUser

String proxyUser
Field proxyUser.


proxyPassword

String proxyPassword
Field proxyPassword.


Package org.apache.continuum.model.project

Class org.apache.continuum.model.project.ProjectScmRoot extends Object implements Serializable

Serialized Fields

id

int id
Field id.


scmRootAddress

String scmRootAddress
Field scmRootAddress.


oldState

int oldState
Field oldState.


state

int state
Field state.


error

String error
Field error.


projectGroup

ProjectGroup projectGroup
Field projectGroup.


Package org.apache.continuum.model.release

Class org.apache.continuum.model.release.ContinuumReleaseResult extends Object implements Serializable

Serialized Fields

id

int id
Field id.


startTime

long startTime
Field startTime.


endTime

long endTime
Field endTime.


resultCode

int resultCode
Field resultCode.


projectGroup

ProjectGroup projectGroup
Field projectGroup.


project

Project project
Field project.


releaseGoal

String releaseGoal
Field releaseGoal.


username

String username
Field username.


Package org.apache.continuum.model.repository

Class org.apache.continuum.model.repository.AbstractPurgeConfiguration extends Object implements Serializable

Serialized Fields

id

int id
Field id.


description

String description
Field description.


deleteAll

boolean deleteAll
Field deleteAll.


retentionCount

int retentionCount
The total count of the artifact for each snapshot or the release/build output folder to be retained.


daysOlder

int daysOlder
The number of days old which will be the basis for removing a snapshot or a folder.


enabled

boolean enabled
Field enabled.


schedule

Schedule schedule
Field schedule.


defaultPurge

boolean defaultPurge
Field defaultPurge.

Class org.apache.continuum.model.repository.DirectoryPurgeConfiguration extends AbstractPurgeConfiguration implements Serializable

Serialized Fields

location

String location
The file system path for this directory .


directoryType

String directoryType
The type of directory. Valid values are "releases" and "buildOutput" .

Class org.apache.continuum.model.repository.DistributedDirectoryPurgeConfiguration extends AbstractPurgeConfiguration implements Serializable

Serialized Fields

buildAgentUrl

String buildAgentUrl
BuildAgent URL .


directoryType

String directoryType
The type of directory. Valid values are "releases" and "working" .

Class org.apache.continuum.model.repository.LocalRepository extends Object implements Serializable

Serialized Fields

id

int id
Field id.


name

String name
Field name.


location

String location
The file system location for this repository .


layout

String layout
The layout of the repository. Valid values are "default" and "legacy" .

Class org.apache.continuum.model.repository.RepositoryPurgeConfiguration extends AbstractPurgeConfiguration implements Serializable

Serialized Fields

repository

LocalRepository repository
Field repository.


deleteReleasedSnapshots

boolean deleteReleasedSnapshots
True if the released snapshots are to be removed from the repo during repository purge.


Package org.apache.continuum.purge

Class org.apache.continuum.purge.ContinuumPurgeManagerException extends Exception implements Serializable

Class org.apache.continuum.purge.PurgeConfigurationServiceException extends Exception implements Serializable


Package org.apache.continuum.purge.executor

Class org.apache.continuum.purge.executor.ContinuumPurgeExecutorException extends Exception implements Serializable


Package org.apache.continuum.release.config

Class org.apache.continuum.release.config.ContinuumReleaseDescriptor extends org.apache.maven.shared.release.config.ReleaseDescriptor implements Serializable

Serialized Fields

environments

Map<K,V> environments

executable

String executable

releaseBy

String releaseBy

Package org.apache.continuum.release.model

Class org.apache.continuum.release.model.PreparedRelease extends Object implements Serializable

Serialized Fields

releaseId

String releaseId
release id.


releaseName

String releaseName
prepared release name.


buildAgentUrl

String buildAgentUrl
build agent url.


releaseType

String releaseType
type of release. possible values are "prepare" or "perform".


releaseGoals

String releaseGoals
release goals.


releaseBy

String releaseBy
release by.

Class org.apache.continuum.release.model.PreparedReleaseModel extends Object implements Serializable

Serialized Fields

preparedReleases

List<E> preparedReleases
Field preparedReleases.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.apache.continuum.repository

Class org.apache.continuum.repository.RepositoryServiceException extends Exception implements Serializable


Package org.apache.continuum.taskqueue

Class org.apache.continuum.taskqueue.BuildProjectTask extends Object implements Serializable

serialVersionUID: 3647734422022017812L

Serialized Fields

projectId

int projectId

buildDefinitionId

int buildDefinitionId

timestamp

long timestamp

buildTrigger

BuildTrigger buildTrigger

maxExecutionTime

long maxExecutionTime

projectName

String projectName

buildDefinitionLabel

String buildDefinitionLabel

scmResult

ScmResult scmResult

projectGroupId

int projectGroupId

Package org.apache.continuum.taskqueue.manager

Class org.apache.continuum.taskqueue.manager.TaskQueueManagerException extends Exception implements Serializable


Package org.apache.continuum.web.action

Class org.apache.continuum.web.action.AbstractReleaseAction extends ContinuumActionSupport implements Serializable

Class org.apache.continuum.web.action.DistributedReleasesAction extends ContinuumActionSupport implements Serializable

Serialized Fields

releasesSummary

List<E> releasesSummary

Class org.apache.continuum.web.action.ReleaseResultAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

projectGroupId

int projectGroupId

releaseResultId

int releaseResultId

releaseResults

List<E> releaseResults

selectedReleaseResults

List<E> selectedReleaseResults

projectGroup

ProjectGroup projectGroup

result

org.apache.maven.shared.release.ReleaseResult result

confirmed

boolean confirmed

projectName

String projectName

releaseGoal

String releaseGoal

username

String username

Class org.apache.continuum.web.action.ScmResultAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId

projectScmRootId

int projectScmRootId

projectGroupName

String projectGroupName

state

String state

projectScmRoot

ProjectScmRoot projectScmRoot

Class org.apache.continuum.web.action.ViewBuildsReportAction extends ContinuumActionSupport implements Serializable

Serialized Fields

buildStatus

int buildStatus

triggeredBy

String triggeredBy

startDate

String startDate

endDate

String endDate

projectGroupId

int projectGroupId

rowCount

int rowCount

page

int page

numPages

int numPages

buildStatuses

Map<K,V> buildStatuses

projectGroups

Map<K,V> projectGroups

projectBuilds

List<E> projectBuilds

inputStream

InputStream inputStream

Package org.apache.continuum.web.action.admin

Class org.apache.continuum.web.action.admin.BuildAgentAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

buildAgents

List<E> buildAgents

buildAgent

BuildAgentConfiguration buildAgent

buildAgentGroup

BuildAgentGroupConfiguration buildAgentGroup

buildAgentGroups

List<E> buildAgentGroups

selectedbuildAgents

List<E> selectedbuildAgents

selectedBuildAgentIds

List<E> selectedBuildAgentIds

installations

List<E> installations

confirmed

boolean confirmed

message

String message

type

String type

typeGroup

String typeGroup

Class org.apache.continuum.web.action.admin.DistributedPurgeConfigurationAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

purgeType

String purgeType

directoryType

String directoryType

description

String description

message

String message

deleteAll

boolean deleteAll

deleteReleasedSnapshots

boolean deleteReleasedSnapshots

enabled

boolean enabled

confirmed

boolean confirmed

defaultPurgeConfiguration

boolean defaultPurgeConfiguration

retentionCount

int retentionCount

daysOlder

int daysOlder

scheduleId

int scheduleId

purgeConfigId

int purgeConfigId

buildAgentUrl

String buildAgentUrl

purgeConfig

AbstractPurgeConfiguration purgeConfig

schedules

Map<K,V> schedules

directoryTypes

List<E> directoryTypes

buildAgentUrls

List<E> buildAgentUrls

purgeConfigService

PurgeConfigurationService purgeConfigService

Class org.apache.continuum.web.action.admin.LocalRepositoryAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

confirmed

boolean confirmed

defaultRepo

boolean defaultRepo

repository

LocalRepository repository

repositories

List<E> repositories

groups

List<E> groups

layouts

List<E> layouts

defaultPurgeMap

Map<K,V> defaultPurgeMap

repositoryService

RepositoryService repositoryService

purgeConfigService

PurgeConfigurationService purgeConfigService

Class org.apache.continuum.web.action.admin.PurgeAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

repositories

Map<K,V> repositories

schedules

Map<K,V> schedules

repoPurgeConfigs

List<E> repoPurgeConfigs

dirPurgeConfigs

List<E> dirPurgeConfigs

distributedDirPurgeConfigs

List<E> distributedDirPurgeConfigs

directoryTypes

List<E> directoryTypes

purgeConfigService

PurgeConfigurationService purgeConfigService

repositoryService

RepositoryService repositoryService

sched

Schedule sched

Class org.apache.continuum.web.action.admin.PurgeConfigurationAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

purgeType

String purgeType

directoryType

String directoryType

description

String description

message

String message

deleteAll

boolean deleteAll

deleteReleasedSnapshots

boolean deleteReleasedSnapshots

enabled

boolean enabled

confirmed

boolean confirmed

defaultPurgeConfiguration

boolean defaultPurgeConfiguration

retentionCount

int retentionCount

daysOlder

int daysOlder

repositoryId

int repositoryId

scheduleId

int scheduleId

purgeConfigId

int purgeConfigId

purgeConfig

AbstractPurgeConfiguration purgeConfig

repositories

Map<K,V> repositories

schedules

Map<K,V> schedules

repoPurgeConfigs

List<E> repoPurgeConfigs

dirPurgeConfigs

List<E> dirPurgeConfigs

directoryTypes

List<E> directoryTypes

purgeConfigService

PurgeConfigurationService purgeConfigService

repositoryService

RepositoryService repositoryService

Package org.apache.continuum.web.action.error

Class org.apache.continuum.web.action.error.HttpError extends ContinuumActionSupport implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.apache.continuum.web.appearance

Class org.apache.continuum.web.appearance.ContinuumAppearance extends Object implements Serializable

Serialized Fields

footer

String footer
Field footer.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.apache.continuum.webdav

Class org.apache.continuum.webdav.WorkingCopyServlet extends org.apache.jackrabbit.webdav.server.AbstractWebdavServlet implements Serializable

Serialized Fields

log

org.slf4j.Logger log

locatorFactory

org.apache.jackrabbit.webdav.DavLocatorFactory locatorFactory

resourceFactory

org.apache.jackrabbit.webdav.DavResourceFactory resourceFactory

sessionProvider

org.apache.jackrabbit.webdav.DavSessionProvider sessionProvider

Package org.apache.continuum.xmlrpc.release

Class org.apache.continuum.xmlrpc.release.ContinuumReleaseResult extends Object implements Serializable

Serialized Fields

id

int id
Field id.


startTime

long startTime
Field startTime.


endTime

long endTime
Field endTime.


resultCode

int resultCode
Field resultCode.


projectGroup

ProjectGroupSummary projectGroup
Field projectGroup.


project

ProjectSummary project
Field project.


releaseGoal

String releaseGoal
Field releaseGoal.


username

String username
Field username.


Package org.apache.continuum.xmlrpc.repository

Class org.apache.continuum.xmlrpc.repository.AbstractPurgeConfiguration extends Object implements Serializable

Serialized Fields

id

int id
Field id.


description

String description
Field description.


deleteAll

boolean deleteAll
Field deleteAll.


retentionCount

int retentionCount
The total count of the artifact for each snapshot or the release/build output folder to be retained.


daysOlder

int daysOlder
The number of days old which will be the basis for removing a snapshot or a folder.


enabled

boolean enabled
Field enabled.


schedule

Schedule schedule
Field schedule.


defaultPurge

boolean defaultPurge
Field defaultPurge.

Class org.apache.continuum.xmlrpc.repository.DirectoryPurgeConfiguration extends AbstractPurgeConfiguration implements Serializable

Serialized Fields

location

String location
The file system path for this directory .


directoryType

String directoryType
The type of directory. Valid values are "releases" and "buildOutput" .

Class org.apache.continuum.xmlrpc.repository.LocalRepository extends Object implements Serializable

Serialized Fields

id

int id
Field id.


name

String name
Field name.


location

String location
The file system location for this repository .


layout

String layout
The layout of the repository. Valid values are "default" and "legacy" .

Class org.apache.continuum.xmlrpc.repository.RepositoryPurgeConfiguration extends AbstractPurgeConfiguration implements Serializable

Serialized Fields

repository

LocalRepository repository
Field repository.


deleteReleasedSnapshots

boolean deleteReleasedSnapshots
True if the released snapshots are to be removed from the repo during repository purge.


Package org.apache.continuum.xmlrpc.utils

Class org.apache.continuum.xmlrpc.utils.BuildTrigger extends Object implements Serializable

Serialized Fields

trigger

int trigger
Field trigger.


triggeredBy

String triggeredBy
Field triggeredBy.


Package org.apache.maven.continuum

Class org.apache.maven.continuum.ContinuumException extends Exception implements Serializable

serialVersionUID: -5566747100823603618L

Class org.apache.maven.continuum.ContinuumRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 2345304356025303153L


Package org.apache.maven.continuum.build.settings

Class org.apache.maven.continuum.build.settings.SchedulesActivationException extends Exception implements Serializable

serialVersionUID: -7901082128754563858L


Package org.apache.maven.continuum.builddefinition

Class org.apache.maven.continuum.builddefinition.BuildDefinitionServiceException extends Exception implements Serializable

serialVersionUID: -399833410192238226L


Package org.apache.maven.continuum.configuration

Class org.apache.maven.continuum.configuration.ConfigurationException extends Exception implements Serializable

serialVersionUID: 5598659641431851660L

Class org.apache.maven.continuum.configuration.ConfigurationLoadingException extends Exception implements Serializable

serialVersionUID: -8836376517389252165L

Class org.apache.maven.continuum.configuration.ConfigurationStoringException extends Exception implements Serializable

serialVersionUID: -421385426351064628L


Package org.apache.maven.continuum.execution

Class org.apache.maven.continuum.execution.ContinuumBuildCancelledException extends ContinuumBuildExecutorException implements Serializable

serialVersionUID: 6658199253278756183L

Class org.apache.maven.continuum.execution.ContinuumBuildExecutorException extends Exception implements Serializable

serialVersionUID: 8536807061085844707L


Package org.apache.maven.continuum.execution.manager

Class org.apache.maven.continuum.execution.manager.BuildExecutorNotFoundException extends Exception implements Serializable

serialVersionUID: 2709593430202284107L


Package org.apache.maven.continuum.execution.maven.m1

Class org.apache.maven.continuum.execution.maven.m1.MavenOneMetadataHelperException extends Exception implements Serializable

serialVersionUID: -5868938464601717160L


Package org.apache.maven.continuum.execution.maven.m2

Class org.apache.maven.continuum.execution.maven.m2.MavenBuilderHelperException extends Exception implements Serializable

Class org.apache.maven.continuum.execution.maven.m2.SettingsConfigurationException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Package org.apache.maven.continuum.initialization

Class org.apache.maven.continuum.initialization.ContinuumInitializationException extends Exception implements Serializable

serialVersionUID: 7629046230318917696L


Package org.apache.maven.continuum.installation

Class org.apache.maven.continuum.installation.AlreadyExistsInstallationException extends ContinuumException implements Serializable

serialVersionUID: -7673670059441370868L

Class org.apache.maven.continuum.installation.InstallationException extends Exception implements Serializable

serialVersionUID: 5055136446336281496L


Package org.apache.maven.continuum.management

Class org.apache.maven.continuum.management.DataManagementException extends RuntimeException implements Serializable


Package org.apache.maven.continuum.model.project

Class org.apache.maven.continuum.model.project.BuildDefinition extends Object implements Serializable

Serialized Fields

id

int id
Field id.


defaultForProject

boolean defaultForProject
Field defaultForProject.


goals

String goals
Field goals.


arguments

String arguments
Field arguments.


buildFile

String buildFile
Field buildFile.


buildFresh

boolean buildFresh
true if the build is to be smoked and checked back out from the scm each build .


description

String description
description of the buid defintion.


type

String type
type of the buid defintion.


schedule

Schedule schedule
Field schedule.


profile

Profile profile
Field profile.


alwaysBuild

boolean alwaysBuild
true if the build had to be forced even if there is no scm change .


template

boolean template
true if this buildDefinition is a template .


updatePolicy

int updatePolicy
Field updatePolicy.

Class org.apache.maven.continuum.model.project.BuildDefinitionTemplate extends Object implements Serializable

Serialized Fields

id

int id
Field id.


name

String name
Field name.


continuumDefault

boolean continuumDefault
true if this definition is a continuum default build def (cannot be removed) .


type

String type
type of the buid BuildDefinitionTemplate use for default.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.model.project.BuildQueue extends Object implements Serializable

Serialized Fields

id

int id
Field id.


name

String name
Field name.

Class org.apache.maven.continuum.model.project.BuildResult extends Object implements Serializable

Serialized Fields

project

Project project
Field project.


buildDefinition

BuildDefinition buildDefinition
Field buildDefinition.


id

int id
Field id.


buildNumber

int buildNumber
Field buildNumber.


username

String username
Field username.


state

int state
Field state.


trigger

int trigger
Field trigger.


startTime

long startTime
Field startTime.


endTime

long endTime
Field endTime.


error

String error
Field error.


success

boolean success
Field success.


exitCode

int exitCode
Field exitCode.


scmResult

ScmResult scmResult
Field scmResult.


modifiedDependencies

List<E> modifiedDependencies
Field modifiedDependencies.


lastChangedDate

long lastChangedDate
Field lastChangedDate.


buildUrl

String buildUrl
Field buildUrl.

Class org.apache.maven.continuum.model.project.ContinuumDatabase extends Object implements Serializable

Serialized Fields

projectGroups

List<E> projectGroups
Field projectGroups.


systemConfiguration

SystemConfiguration systemConfiguration
Field systemConfiguration.


installations

List<E> installations
Field installations.


schedules

List<E> schedules
Field schedules.


profiles

List<E> profiles
Field profiles.


localRepositories

List<E> localRepositories
Field localRepositories.


repositoryPurgeConfigurations

List<E> repositoryPurgeConfigurations
Field repositoryPurgeConfigurations.


directoryPurgeConfigurations

List<E> directoryPurgeConfigurations
Field directoryPurgeConfigurations.


distributedDirectoryPurgeConfigurations

List<E> distributedDirectoryPurgeConfigurations
Field distributedDirectoryPurgeConfigurations.


projectScmRoots

List<E> projectScmRoots
Field projectScmRoots.


continuumReleaseResults

List<E> continuumReleaseResults
Field continuumReleaseResults.


buildDefinitionTemplates

List<E> buildDefinitionTemplates
Field buildDefinitionTemplates.


buildQueues

List<E> buildQueues
Field buildQueues.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.continuum.model.project.Project extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


executorId

String executorId
Field executorId.


name

String name
Field name.


description

String description
Field description.


url

String url
Field url.


scmUrl

String scmUrl
Field scmUrl.


scmTag

String scmTag
Field scmTag.


scmUsername

String scmUsername
Field scmUsername.


scmPassword

String scmPassword
Field scmPassword.


scmUseCache

boolean scmUseCache
Field scmUseCache.


version

String version
Field version.


state

int state
Field state.


oldState

int oldState
Field oldState.


latestBuildId

int latestBuildId
Field latestBuildId.


buildNumber

int buildNumber
Field buildNumber.


workingDirectory

String workingDirectory
Field workingDirectory.


relativePath

String relativePath
Field relativePath.


checkedOutInSingleDirectory

boolean checkedOutInSingleDirectory
Field checkedOutInSingleDirectory.


buildResults

List<E> buildResults
Field buildResults.


checkoutResult

ScmResult checkoutResult
Field checkoutResult.


developers

List<E> developers
Field developers.


parent

ProjectDependency parent
Field parent.


dependencies

List<E> dependencies
Field dependencies.


projectGroup

ProjectGroup projectGroup
Field projectGroup.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.model.project.ProjectDependency extends Object implements Serializable

Serialized Fields

groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


version

String version
Field version.

Class org.apache.maven.continuum.model.project.ProjectDeveloper extends Object implements Serializable

Serialized Fields

scmId

String scmId
Field scmId.


name

String name
Field name.


email

String email
Field email.


continuumId

int continuumId
Field continuumId.

Class org.apache.maven.continuum.model.project.ProjectGroup extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


name

String name
Field name.


description

String description
Field description.


projects

List<E> projects
Field projects.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.


localRepository

LocalRepository localRepository
Field localRepository.

Class org.apache.maven.continuum.model.project.ProjectNotifier extends Object implements Serializable

Serialized Fields

id

int id
Field id.


type

String type
The mechanism used to deliver notifications.


from

int from
The origin of the notifier (pom or user).


enabled

boolean enabled
Field enabled.


recipientType

int recipientType
Field recipientType.


sendOnSuccess

boolean sendOnSuccess
Field sendOnSuccess.


sendOnFailure

boolean sendOnFailure
Field sendOnFailure.


sendOnError

boolean sendOnError
Field sendOnError.


sendOnWarning

boolean sendOnWarning
Field sendOnWarning.


configuration

Map<K,V> configuration
Field configuration.


sendOnScmFailure

boolean sendOnScmFailure
Field sendOnScmFailure.

Class org.apache.maven.continuum.model.project.Schedule extends Object implements Serializable

Serialized Fields

id

int id
Field id.


active

boolean active
Field active.


name

String name
Field name.


description

String description
Field description.


delay

int delay
Delay in seconds.


maxJobExecutionTime

int maxJobExecutionTime
Maximum execution time of a job in seconds before it's terminated.


cronExpression

String cronExpression
Field cronExpression.


buildQueues

List<E> buildQueues
Field buildQueues.


Package org.apache.maven.continuum.model.project.v1_0_9

Class org.apache.maven.continuum.model.project.v1_0_9.BuildDefinition extends Object implements Serializable

Serialized Fields

id

int id
Field id.


defaultForProject

boolean defaultForProject
Field defaultForProject.


goals

String goals
Field goals.


arguments

String arguments
Field arguments.


buildFile

String buildFile
Field buildFile.


schedule

Schedule schedule
Field schedule.


latestBuildId

int latestBuildId
Field latestBuildId.

Class org.apache.maven.continuum.model.project.v1_0_9.BuildResult extends Object implements Serializable

Serialized Fields

project

Project project
Field project.


id

int id
Field id.


buildNumber

int buildNumber
Field buildNumber.


state

int state
Field state.


trigger

int trigger
Field trigger.


username

String username
Field username.


startTime

long startTime
Field startTime.


endTime

long endTime
Field endTime.


error

String error
Field error.


success

boolean success
Field success.


exitCode

int exitCode
Field exitCode.


scmResult

ScmResult scmResult
Field scmResult.


testResult

TestResult testResult
Field testResult.

Class org.apache.maven.continuum.model.project.v1_0_9.ContinuumDatabase extends Object implements Serializable

Serialized Fields

projectGroups

List<E> projectGroups
Field projectGroups.


systemConfiguration

SystemConfiguration systemConfiguration
Field systemConfiguration.


schedules

List<E> schedules
Field schedules.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.continuum.model.project.v1_0_9.Project extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


executorId

String executorId
Field executorId.


name

String name
Field name.


description

String description
Field description.


url

String url
Field url.


scmUrl

String scmUrl
Field scmUrl.


scmTag

String scmTag
Field scmTag.


scmUsername

String scmUsername
Field scmUsername.


scmPassword

String scmPassword
Field scmPassword.


version

String version
Field version.


state

int state
Field state.


oldState

int oldState
Field oldState.


latestBuildId

int latestBuildId
Field latestBuildId.


buildNumber

int buildNumber
Field buildNumber.


workingDirectory

String workingDirectory
Field workingDirectory.


buildResults

List<E> buildResults
Field buildResults.


checkoutResult

ScmResult checkoutResult
Field checkoutResult.


developers

List<E> developers
Field developers.


parent

ProjectDependency parent
Field parent.


dependencies

List<E> dependencies
Field dependencies.


projectGroup

ProjectGroup projectGroup
Field projectGroup.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.model.project.v1_0_9.ProjectDependency extends Object implements Serializable

Serialized Fields

groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


version

String version
Field version.

Class org.apache.maven.continuum.model.project.v1_0_9.ProjectDeveloper extends Object implements Serializable

Serialized Fields

scmId

String scmId
Field scmId.


name

String name
Field name.


email

String email
Field email.


continuumId

int continuumId
Field continuumId.

Class org.apache.maven.continuum.model.project.v1_0_9.ProjectGroup extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


name

String name
Field name.


description

String description
Field description.


projects

List<E> projects
Field projects.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.model.project.v1_0_9.ProjectNotifier extends Object implements Serializable

Serialized Fields

id

int id
Field id.


type

String type
The mechanism used to deliver notifications.


from

int from
The origin of the notifier (pom or user).


enabled

boolean enabled
Field enabled.


recipientType

int recipientType
Field recipientType.


sendOnSuccess

boolean sendOnSuccess
Field sendOnSuccess.


sendOnFailure

boolean sendOnFailure
Field sendOnFailure.


sendOnError

boolean sendOnError
Field sendOnError.


sendOnWarning

boolean sendOnWarning
Field sendOnWarning.


configuration

Map<K,V> configuration
Field configuration.

Class org.apache.maven.continuum.model.project.v1_0_9.Schedule extends Object implements Serializable

Serialized Fields

id

int id
Field id.


active

boolean active
Field active.


name

String name
Field name.


description

String description
Field description.


delay

int delay
Delay in seconds.


maxJobExecutionTime

int maxJobExecutionTime
Maximum execution time of a job in seconds before it's terminated.


cronExpression

String cronExpression
Field cronExpression.


Package org.apache.maven.continuum.model.scm

Class org.apache.maven.continuum.model.scm.ChangeFile extends Object implements Serializable

Serialized Fields

name

String name
Field name.


revision

String revision
Field revision.


status

String status
Field status.

Class org.apache.maven.continuum.model.scm.ChangeSet extends Object implements Serializable

Serialized Fields

id

String id
Field id.


author

String author
Field author.


comment

String comment
Field comment.


date

long date
Field date.


files

List<E> files
Field files.

Class org.apache.maven.continuum.model.scm.ScmResult extends Object implements Serializable

Serialized Fields

success

boolean success
Field success.


commandLine

String commandLine
Field commandLine.


providerMessage

String providerMessage
Field providerMessage.


commandOutput

String commandOutput
Field commandOutput.


exception

String exception
Field exception.


changes

List<E> changes
Field changes.


Package org.apache.maven.continuum.model.scm.v1_0_9

Class org.apache.maven.continuum.model.scm.v1_0_9.ChangeFile extends Object implements Serializable

Serialized Fields

name

String name
Field name.


revision

String revision
Field revision.


status

String status
Field status.

Class org.apache.maven.continuum.model.scm.v1_0_9.ChangeSet extends Object implements Serializable

Serialized Fields

author

String author
Field author.


comment

String comment
Field comment.


date

long date
Field date.


files

List<E> files
Field files.

Class org.apache.maven.continuum.model.scm.v1_0_9.ScmResult extends Object implements Serializable

Serialized Fields

success

boolean success
Field success.


commandLine

String commandLine
Field commandLine.


providerMessage

String providerMessage
Field providerMessage.


commandOutput

String commandOutput
Field commandOutput.


exception

String exception
Field exception.


changes

List<E> changes
Field changes.

Class org.apache.maven.continuum.model.scm.v1_0_9.SuiteResult extends Object implements Serializable

Serialized Fields

name

String name
Field name.


testCount

int testCount
Field testCount.


failureCount

int failureCount
Field failureCount.


totalTime

long totalTime
Field totalTime.


failures

List<E> failures
Field failures.

Class org.apache.maven.continuum.model.scm.v1_0_9.TestCaseFailure extends Object implements Serializable

Serialized Fields

name

String name
Field name.


exception

String exception
Field exception.

Class org.apache.maven.continuum.model.scm.v1_0_9.TestResult extends Object implements Serializable

Serialized Fields

testCount

int testCount
Field testCount.


failureCount

int failureCount
Field failureCount.


totalTime

long totalTime
Field totalTime.


suiteResults

List<E> suiteResults
Field suiteResults.


Package org.apache.maven.continuum.model.system

Class org.apache.maven.continuum.model.system.Installation extends Object implements Serializable

Serialized Fields

type

String type
Field type.


varValue

String varValue
Field varValue.


varName

String varName
Field varName.


name

String name
Field name.


installationId

int installationId
Field installationId.

Class org.apache.maven.continuum.model.system.NotificationAddress extends Object implements Serializable

Serialized Fields

type

String type
The mechanism used to deliver notifications.


address

String address
Field address.


configuration

Map<K,V> configuration
Field configuration.

Class org.apache.maven.continuum.model.system.Profile extends Object implements Serializable

Serialized Fields

id

int id
Field id.


active

boolean active
Field active.


name

String name
Field name.


description

String description
Field description.


scmMode

int scmMode
Field scmMode.


buildWithoutChanges

boolean buildWithoutChanges
Field buildWithoutChanges.


buildAgentGroup

String buildAgentGroup
Field buildAgentGroup.


jdk

Installation jdk
Field jdk.


builder

Installation builder
Field builder.


environmentVariables

List<E> environmentVariables
Field environmentVariables.

Class org.apache.maven.continuum.model.system.SystemConfiguration extends Object implements Serializable

Serialized Fields

guestAccountEnabled

boolean guestAccountEnabled
Field guestAccountEnabled.


defaultScheduleDescription

String defaultScheduleDescription
Field defaultScheduleDescription.


defaultScheduleCronExpression

String defaultScheduleCronExpression
Field defaultScheduleCronExpression.


workingDirectory

String workingDirectory
Field workingDirectory.


buildOutputDirectory

String buildOutputDirectory
Field buildOutputDirectory.


deploymentRepositoryDirectory

String deploymentRepositoryDirectory
Field deploymentRepositoryDirectory.


baseUrl

String baseUrl
Field baseUrl.


initialized

boolean initialized
Field initialized.


releaseOutputDirectory

String releaseOutputDirectory
Field releaseOutputDirectory.


numberOfBuildsInParallel

int numberOfBuildsInParallel
Field numberOfBuildsInParallel.


distributedBuildEnabled

boolean distributedBuildEnabled
Field distributedBuildEnabled.


Package org.apache.maven.continuum.model.system.v1_0_9

Class org.apache.maven.continuum.model.system.v1_0_9.NotificationAddress extends Object implements Serializable

Serialized Fields

type

String type
The mechanism used to deliver notifications.


address

String address
Field address.


configuration

Map<K,V> configuration
Field configuration.

Class org.apache.maven.continuum.model.system.v1_0_9.SystemConfiguration extends Object implements Serializable

Serialized Fields

guestAccountEnabled

boolean guestAccountEnabled
Field guestAccountEnabled.


defaultScheduleDescription

String defaultScheduleDescription
Field defaultScheduleDescription.


defaultScheduleCronExpression

String defaultScheduleCronExpression
Field defaultScheduleCronExpression.


workingDirectory

String workingDirectory
Field workingDirectory.


buildOutputDirectory

String buildOutputDirectory
Field buildOutputDirectory.


deploymentRepositoryDirectory

String deploymentRepositoryDirectory
Field deploymentRepositoryDirectory.


baseUrl

String baseUrl
Field baseUrl.


initialized

boolean initialized
Field initialized.


Package org.apache.maven.continuum.notification

Class org.apache.maven.continuum.notification.NotificationException extends Exception implements Serializable


Package org.apache.maven.continuum.profile

Class org.apache.maven.continuum.profile.AlreadyExistsProfileException extends ContinuumException implements Serializable

serialVersionUID: -3827218055154032672L

Class org.apache.maven.continuum.profile.ProfileException extends ContinuumException implements Serializable

serialVersionUID: 7775067763191224320L


Package org.apache.maven.continuum.project

Class org.apache.maven.continuum.project.ContinuumProjectState extends Object implements Serializable

Serialized Fields

name

String name
Field name.


Package org.apache.maven.continuum.project.builder

Class org.apache.maven.continuum.project.builder.ContinuumProjectBuilderException extends Exception implements Serializable

serialVersionUID: 2666582644236201183L


Package org.apache.maven.continuum.project.builder.manager

Class org.apache.maven.continuum.project.builder.manager.ContinuumProjectBuilderManagerException extends Exception implements Serializable


Package org.apache.maven.continuum.release

Class org.apache.maven.continuum.release.ContinuumReleaseException extends Exception implements Serializable

serialVersionUID: 2167029372282426809L


Package org.apache.maven.continuum.reports.surefire

Class org.apache.maven.continuum.reports.surefire.ReportTestSuiteGeneratorException extends Exception implements Serializable


Package org.apache.maven.continuum.store

Class org.apache.maven.continuum.store.ContinuumObjectNotFoundException extends ContinuumStoreException implements Serializable

serialVersionUID: 6022595625968612620L

Class org.apache.maven.continuum.store.ContinuumStoreException extends Exception implements Serializable

serialVersionUID: 5183507100399672781L


Package org.apache.maven.continuum.trigger.quartz

Class org.apache.maven.continuum.trigger.quartz.ContinuumBuildTrigger extends org.quartz.SimpleTrigger implements Serializable


Package org.apache.maven.continuum.web.action

Class org.apache.maven.continuum.web.action.AboutAction extends ContinuumActionSupport implements Serializable

Class org.apache.maven.continuum.web.action.AbstractBuildAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

projectId

int projectId

canDelete

boolean canDelete

Class org.apache.maven.continuum.web.action.AbstractBuildDefinitionAction extends ContinuumConfirmAction implements Serializable

Class org.apache.maven.continuum.web.action.AddMavenOneProjectAction extends AddMavenProjectAction implements Serializable

Class org.apache.maven.continuum.web.action.AddMavenProjectAction extends ContinuumActionSupport implements Serializable

serialVersionUID: -3965565189557706469L

Serialized Fields

pomUrl

String pomUrl

pomFile

File pomFile

pom

String pom

scmUsername

String scmUsername

scmPassword

String scmPassword

projectGroups

Collection<E> projectGroups

projectGroupName

String projectGroupName

selectedProjectGroup

int selectedProjectGroup

disableGroupSelection

boolean disableGroupSelection

scmUseCache

boolean scmUseCache

projectGroupId

int projectGroupId

buildDefinitionTemplates

List<E> buildDefinitionTemplates

buildDefinitionTemplateId

int buildDefinitionTemplateId

errorMessages

List<E> errorMessages

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest

Class org.apache.maven.continuum.web.action.AddMavenTwoProjectAction extends AddMavenProjectAction implements Serializable

Serialized Fields

checkoutOption

String checkoutOption

Class org.apache.maven.continuum.web.action.AddProjectAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectName

String projectName

projectDescription

String projectDescription

projectVersion

String projectVersion

projectScmUrl

String projectScmUrl

projectScmUsername

String projectScmUsername

projectScmPassword

String projectScmPassword

projectScmTag

String projectScmTag

projectType

String projectType

projectGroups

Collection<E> projectGroups

selectedProjectGroup

int selectedProjectGroup

projectGroupName

String projectGroupName

disableGroupSelection

boolean disableGroupSelection

projectScmUseCache

boolean projectScmUseCache

profiles

List<E> profiles

profileService

ProfileService profileService

projectGroupId

int projectGroupId

buildDefintionTemplateId

int buildDefintionTemplateId

buildDefinitionTemplates

List<E> buildDefinitionTemplates

emptyProjectGroups

boolean emptyProjectGroups

Class org.apache.maven.continuum.web.action.AddProjectGroupAction extends ContinuumActionSupport implements Serializable

Serialized Fields

name

String name

groupId

String groupId

description

String description

repositoryId

int repositoryId

repositories

List<E> repositories

Class org.apache.maven.continuum.web.action.BuildDefinitionAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

buildDefinitionId

int buildDefinitionId

projectId

int projectId

projectGroupId

int projectGroupId

scheduleId

int scheduleId

defaultBuildDefinition

boolean defaultBuildDefinition

confirmed

boolean confirmed

executor

String executor

goals

String goals

arguments

String arguments

buildFile

String buildFile

buildFresh

boolean buildFresh

schedules

Map<K,V> schedules

profiles

List<E> profiles

groupBuildDefinition

boolean groupBuildDefinition

groupBuildView

boolean groupBuildView

projectGroupName

String projectGroupName

profileId

int profileId

description

String description

buildDefinitionTypes

List<E> buildDefinitionTypes

buildDefinitionType

String buildDefinitionType

alwaysBuild

boolean alwaysBuild

updatePolicy

int updatePolicy

buildDefinitionUpdatePolicies

Map<K,V> buildDefinitionUpdatePolicies

buildDefinitionService

BuildDefinitionService buildDefinitionService

Class org.apache.maven.continuum.web.action.BuildProjectAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

buildDefinitionId

int buildDefinitionId

projectGroupId

int projectGroupId

fromGroupPage

boolean fromGroupPage

fromProjectPage

boolean fromProjectPage

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.BuildResultAction extends AbstractBuildAction implements Serializable

Serialized Fields

distributedBuildManager

DistributedBuildManager distributedBuildManager

project

Project project

buildResult

BuildResult buildResult

buildId

int buildId

changeSet

List<E> changeSet

hasSurefireResults

boolean hasSurefireResults

buildOutput

String buildOutput

state

String state

projectGroupName

String projectGroupName

projectGroupId

int projectGroupId

Class org.apache.maven.continuum.web.action.BuildResultsListAction extends AbstractBuildAction implements Serializable

Serialized Fields

project

Project project

buildResults

Collection<E> buildResults

selectedBuildResults

Collection<E> selectedBuildResults

projectId

int projectId

projectGroupId

int projectGroupId

projectName

String projectName

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.CancelBuildAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

projectGroupId

int projectGroupId

selectedProjects

List<E> selectedProjects

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.ContinuumActionSupport extends PlexusActionSupport implements Serializable

Serialized Fields

securitySession

org.codehaus.plexus.redback.system.SecuritySession securitySession

securitySystem

org.codehaus.plexus.redback.system.SecuritySystem securitySystem

continuum

Continuum continuum

dateFormatter

SimpleDateFormat dateFormatter

Class org.apache.maven.continuum.web.action.ContinuumConfirmAction extends ContinuumActionSupport implements Serializable

Serialized Fields

confirmed

boolean confirmed

confirmedDisplay

String confirmedDisplay

confirmationTitle

String confirmationTitle

confirmedName

String confirmedName

confirmedValue

String confirmedValue

action

String action

Class org.apache.maven.continuum.web.action.DeleteProjectAction extends ContinuumActionSupport implements Serializable

Serialized Fields

logger

org.slf4j.Logger logger

projectId

int projectId

projectName

String projectName

projectGroupId

int projectGroupId

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.GroupSummaryAction extends ContinuumActionSupport implements Serializable

Serialized Fields

infoMessage

String infoMessage

groups

List<E> groups

Class org.apache.maven.continuum.web.action.PlexusActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

session

Map<K,V> session

Class org.apache.maven.continuum.web.action.ProjectEditAction extends ContinuumActionSupport implements Serializable

Serialized Fields

project

Project project

projectId

int projectId

name

String name

version

String version

scmUrl

String scmUrl

scmUsername

String scmUsername

scmPassword

String scmPassword

scmTag

String scmTag

scmUseCache

boolean scmUseCache

Class org.apache.maven.continuum.web.action.ProjectGroupAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

rbac

org.codehaus.plexus.redback.rbac.RBACManager rbac

roleManager

org.codehaus.plexus.redback.role.RoleManager roleManager

parallelBuildsManager

BuildsManager parallelBuildsManager

projectGroupId

int projectGroupId

projectGroup

ProjectGroup projectGroup

name

String name

description

String description

projects

Map<K,V> projects

projectGroups

Map<K,V> projectGroups

projectInCOQueue

boolean projectInCOQueue

projectList

Collection<E> projectList

projectGroupUsers

List<E> projectGroupUsers

filterProperty

String filterProperty

filterKey

String filterKey

sorterProperty

String sorterProperty

ascending

boolean ascending

groupProjects

Collection<E> groupProjects

releaseProjectId

int releaseProjectId

buildDefinitions

Map<K,V> buildDefinitions

buildDefinitionId

int buildDefinitionId

fromSummaryPage

boolean fromSummaryPage

preferredExecutor

String preferredExecutor

url

String url

repositoryId

int repositoryId

repositories

List<E> repositories

disabledRepositories

boolean disabledRepositories

projectScmRoots

List<E> projectScmRoots

Class org.apache.maven.continuum.web.action.ProjectsListAction extends ContinuumActionSupport implements Serializable

Serialized Fields

selectedProjects

List<E> selectedProjects

selectedProjectsNames

List<E> selectedProjectsNames

projectGroupName

String projectGroupName

projectGroupId

int projectGroupId

methodToCall

String methodToCall

buildDefinitionId

int buildDefinitionId

Class org.apache.maven.continuum.web.action.ProjectViewAction extends ContinuumActionSupport implements Serializable

Serialized Fields

project

Project project

projectId

int projectId

lastBuildDateTime

String lastBuildDateTime

Class org.apache.maven.continuum.web.action.ReleaseCleanupAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

releaseId

String releaseId

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.ReleaseInProgressAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

releaseId

String releaseId

releaseGoal

String releaseGoal

listener

ContinuumReleaseManagerListener listener

result

org.apache.maven.shared.release.ReleaseResult result

projectGroupName

String projectGroupName

listenerSummary

ReleaseListenerSummary listenerSummary

username

String username

Class org.apache.maven.continuum.web.action.ReleasePerformAction extends AbstractReleaseAction implements Serializable

Serialized Fields

projectId

int projectId

releaseId

String releaseId

scmUrl

String scmUrl

scmUsername

String scmUsername

scmPassword

String scmPassword

scmTag

String scmTag

scmTagBase

String scmTagBase

goals

String goals

arguments

String arguments

useReleaseProfile

boolean useReleaseProfile

listener

ContinuumReleaseManagerListener listener

result

org.apache.maven.shared.release.ReleaseResult result

projectGroupName

String projectGroupName

profiles

List<E> profiles

profileId

int profileId

Class org.apache.maven.continuum.web.action.ReleasePrepareAction extends AbstractReleaseAction implements Serializable

Serialized Fields

projectId

int projectId

releaseId

String releaseId

name

String name

scmUsername

String scmUsername

scmPassword

String scmPassword

scmTag

String scmTag

scmTagBase

String scmTagBase

scmCommentPrefix

String scmCommentPrefix

scmUseEditMode

boolean scmUseEditMode

projects

List<E> projects

projectKeys

List<E> projectKeys

devVersions

List<E> devVersions

relVersions

List<E> relVersions

prepareGoals

String prepareGoals

arguments

String arguments

result

org.apache.maven.shared.release.ReleaseResult result

listener

ContinuumReleaseManagerListener listener

projectGroupName

String projectGroupName

profiles

List<E> profiles

profileId

int profileId

autoVersionSubmodules

boolean autoVersionSubmodules

addSchema

boolean addSchema

listenerSummary

ReleaseListenerSummary listenerSummary

Class org.apache.maven.continuum.web.action.ReleaseProjectAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

projectName

String projectName

preparedReleases

Map<K,V> preparedReleases

preparedReleaseId

String preparedReleaseId

goal

String goal

scmUrl

String scmUrl

project

Project project

releaseList

List<E> releaseList

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.ReleaseRollbackAction extends ContinuumActionSupport implements Serializable

Serialized Fields

workingDirectoryService

WorkingDirectoryService workingDirectoryService

projectId

int projectId

releaseId

String releaseId

projectGroupName

String projectGroupName

releaseGoal

String releaseGoal

Class org.apache.maven.continuum.web.action.ScheduleAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

id

int id

active

boolean active

delay

int delay

description

String description

name

String name

schedules

Collection<E> schedules

schedule

Schedule schedule

confirmed

boolean confirmed

maxJobExecutionTime

int maxJobExecutionTime

second

String second

minute

String minute

hour

String hour

dayOfMonth

String dayOfMonth

month

String month

dayOfWeek

String dayOfWeek

year

String year

availableBuildQueues

List<E> availableBuildQueues

selectedBuildQueues

List<E> selectedBuildQueues

selectedBuildQueuesIds

List<E> selectedBuildQueuesIds

Class org.apache.maven.continuum.web.action.SummaryAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId

projectGroupName

String projectGroupName

summary

List<E> summary

groupSummary

GroupSummary groupSummary

parallelBuildsManager

BuildsManager parallelBuildsManager

Class org.apache.maven.continuum.web.action.SurefireReportAction extends ContinuumActionSupport implements Serializable

Serialized Fields

reportTestSuiteGenerator

ReportTestSuiteGenerator reportTestSuiteGenerator

buildId

int buildId

projectId

int projectId

testSuites

List<E> testSuites

testSummaryList

List<E> testSummaryList

testPackageList

List<E> testPackageList

projectName

String projectName

project

Project project

Class org.apache.maven.continuum.web.action.WorkingCopyAction extends ContinuumActionSupport implements Serializable

Serialized Fields

generator

WorkingCopyContentGenerator generator

distributedBuildManager

DistributedBuildManager distributedBuildManager

project

Project project

projectId

int projectId

userDirectory

String userDirectory

currentFile

String currentFile

currentFileContent

String currentFileContent

output

String output

projectName

String projectName

downloadFile

File downloadFile

mimeType

String mimeType

projectGroupName

String projectGroupName

downloadFileName

String downloadFileName

downloadFileLength

String downloadFileLength

downloadFileInputStream

InputStream downloadFileInputStream

Package org.apache.maven.continuum.web.action.admin

Class org.apache.maven.continuum.web.action.admin.BuildDefinitionTemplateAction extends AbstractBuildDefinitionAction implements Serializable

Serialized Fields

templates

List<E> templates

buildDefinitionTemplate

BuildDefinitionTemplate buildDefinitionTemplate

buildDefinitionTypes

List<E> buildDefinitionTypes

buildDefinitionSummaries

List<E> buildDefinitionSummaries

buildDefinition

BuildDefinition buildDefinition

schedules

Collection<E> schedules

profiles

List<E> profiles

selectedBuildDefinitionIds

List<E> selectedBuildDefinitionIds

buildDefinitions

List<E> buildDefinitions

buildDefinitionUpdatePolicies

Map<K,V> buildDefinitionUpdatePolicies

Class org.apache.maven.continuum.web.action.admin.BuildQueueAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

name

String name

size

int size

buildQueueList

List<E> buildQueueList

buildQueue

BuildQueue buildQueue

message

String message

confirmed

boolean confirmed

Class org.apache.maven.continuum.web.action.admin.ConfigurationAction extends ContinuumActionSupport implements Serializable

Serialized Fields

workingDirectory

String workingDirectory

buildOutputDirectory

String buildOutputDirectory

deploymentRepositoryDirectory

String deploymentRepositoryDirectory

baseUrl

String baseUrl

releaseOutputDirectory

String releaseOutputDirectory

numberOfAllowedBuildsinParallel

int numberOfAllowedBuildsinParallel

requireReleaseOutput

boolean requireReleaseOutput

distributedBuildEnabled

boolean distributedBuildEnabled

sharedSecretPassword

String sharedSecretPassword

Class org.apache.maven.continuum.web.action.admin.ConfigureAppearanceAction extends AbstractFooterAction implements Serializable

Serialized Fields

appConfiguration

org.apache.maven.shared.app.configuration.MavenAppConfiguration appConfiguration

configuration

org.apache.maven.shared.app.configuration.Configuration configuration
The configuration.


companyModel

org.apache.maven.model.Model companyModel

companyPomHandler

org.apache.maven.shared.app.company.CompanyPomHandler companyPomHandler

helper

MavenBuilderHelper helper

mavenSettingsBuilder

org.apache.maven.settings.MavenSettingsBuilder mavenSettingsBuilder

artifactRepositoryFactory

org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory

layout

org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout layout

appareanceConfiguration

AppareanceConfiguration appareanceConfiguration

Class org.apache.maven.continuum.web.action.admin.ConfigureFooterAction extends AbstractFooterAction implements Serializable

Serialized Fields

appareanceConfiguration

AppareanceConfiguration appareanceConfiguration

Class org.apache.maven.continuum.web.action.admin.EditPomAction extends ContinuumActionSupport implements Serializable

Serialized Fields

appConfiguration

org.apache.maven.shared.app.configuration.MavenAppConfiguration appConfiguration

companyPomHandler

org.apache.maven.shared.app.company.CompanyPomHandler companyPomHandler

companyModel

org.apache.maven.model.Model companyModel

helper

MavenBuilderHelper helper

Class org.apache.maven.continuum.web.action.admin.InstallationAction extends ContinuumConfirmAction implements Serializable

Serialized Fields

installationService

InstallationService installationService

installations

List<E> installations

installation

Installation installation

typesLabels

Map<K,V> typesLabels

types

List<E> types

varNameUpdatable

boolean varNameUpdatable

automaticProfile

boolean automaticProfile

varNameDisplayable

boolean varNameDisplayable

displayTypes

boolean displayTypes

installationType

String installationType

installationTypes

Map<K,V> installationTypes

automaticProfileDisplayable

boolean automaticProfileDisplayable

confirmed

boolean confirmed

Class org.apache.maven.continuum.web.action.admin.ProfileAction extends ContinuumActionSupport implements Serializable

Serialized Fields

profileService

ProfileService profileService

installationService

InstallationService installationService

profiles

List<E> profiles

profile

Profile profile

installationId

int installationId

allInstallations

List<E> allInstallations

profileInstallations

List<E> profileInstallations

buildAgentGroups

List<E> buildAgentGroups

Class org.apache.maven.continuum.web.action.admin.QueuesAction extends ContinuumActionSupport implements Serializable

Serialized Fields

selectedPrepareBuildTaskHashCodes

List<E> selectedPrepareBuildTaskHashCodes

selectedBuildTaskHashCodes

List<E> selectedBuildTaskHashCodes

selectedCheckOutTaskHashCodes

List<E> selectedCheckOutTaskHashCodes

buildDefinitionId

int buildDefinitionId

projectId

int projectId

trigger

int trigger

projectName

String projectName

currentBuildProjectTasks

List<E> currentBuildProjectTasks

currentCheckoutTasks

List<E> currentCheckoutTasks

buildsInQueue

List<E> buildsInQueue

checkoutsInQueue

List<E> checkoutsInQueue

currentPrepareBuilds

List<E> currentPrepareBuilds

prepareBuildQueues

List<E> prepareBuildQueues

currentDistributedPrepareBuilds

List<E> currentDistributedPrepareBuilds

distributedPrepareBuildQueues

List<E> distributedPrepareBuildQueues

currentDistributedBuilds

List<E> currentDistributedBuilds

distributedBuildQueues

List<E> distributedBuildQueues

buildAgentUrl

String buildAgentUrl

projectGroupId

int projectGroupId

scmRootId

int scmRootId

Package org.apache.maven.continuum.web.action.component

Class org.apache.maven.continuum.web.action.component.AbstractFooterAction extends ContinuumActionSupport implements Serializable

Serialized Fields

footer

String footer

appareanceConfiguration

AppareanceConfiguration appareanceConfiguration

Class org.apache.maven.continuum.web.action.component.BottomAction extends AbstractFooterAction implements Serializable

Class org.apache.maven.continuum.web.action.component.BuildDefinitionSummaryAction extends AbstractBuildDefinitionAction implements Serializable

Serialized Fields

projectGroupId

int projectGroupId

projectGroupName

String projectGroupName

projectId

int projectId

defaultGroupDefinitionId

int defaultGroupDefinitionId

projectGroup

ProjectGroup projectGroup

projectBuildDefinitionSummaries

List<E> projectBuildDefinitionSummaries

groupBuildDefinitionSummaries

List<E> groupBuildDefinitionSummaries

allBuildDefinitionSummaries

List<E> allBuildDefinitionSummaries

Class org.apache.maven.continuum.web.action.component.CompanyInfoAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

companyLogo

String companyLogo

companyUrl

String companyUrl

companyName

String companyName

handler

org.apache.maven.shared.app.company.CompanyPomHandler handler

appConfiguration

org.apache.maven.shared.app.configuration.MavenAppConfiguration appConfiguration

helper

MavenBuilderHelper helper

Class org.apache.maven.continuum.web.action.component.ContinuumTabAction extends PlexusActionSupport implements Serializable

Serialized Fields

tabName

String tabName

Class org.apache.maven.continuum.web.action.component.NotifierSummaryAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId
Identifier for the ProjectGroup for which the Notifier summary needs to be prepared for.


projectId

int projectId
Identifier for the Project for which the Notifier summary needs to be prepared for.


projectGroup

ProjectGroup projectGroup
ProjectGroup instance to obtain the Notifier summary for.


projectGroupNotifierSummaries

List<E> projectGroupNotifierSummaries

projectNotifierSummaries

List<E> projectNotifierSummaries

projectGroupName

String projectGroupName

Package org.apache.maven.continuum.web.action.notifier

Class org.apache.maven.continuum.web.action.notifier.AbstractGroupNotifierEditAction extends AbstractNotifierEditActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId
ProjectGroup identifier for which the notifier is being edited.


projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.AbstractNotifierEditActionSupport extends ContinuumActionSupport implements Serializable

Serialized Fields

notifierId

int notifierId
Identifier for the ProjectNotifier instance being edited.


notifierType

String notifierType
Type of ProjectNotifier tagged as a String value.


sendOnSuccess

boolean sendOnSuccess
Detemines if the notifier should fire when build was successful.

true implies notifier executes on a successful build.


sendOnFailure

boolean sendOnFailure
Detemines if the notifier should fire when build failed.

true implies notifier executes for a failed build.


sendOnError

boolean sendOnError
Detemines if the notifier should fire when build resulted in any error(s).

true implies notifier executes when any error(s) is/are detected for the build.


sendOnWarning

boolean sendOnWarning
Detemines if the notifier should fire when build resulted in any warning(s).

true implies notifier executes when any warning(s) is/are detected for the build.


sendOnScmFailure

boolean sendOnScmFailure
Detemines if the notifier should fire when prepare build resulted in any error(s).

true implies notifier executes when any error(s) is/are detected for the build.


fromGroupPage

boolean fromGroupPage
Detemines if the save operation returns to the project group notifier page or not.

true implies return to the project group notifier page.

Class org.apache.maven.continuum.web.action.notifier.AbstractProjectNotifierEditAction extends AbstractNotifierEditActionSupport implements Serializable

Serialized Fields

projectId

int projectId
Identifier for the Project who's ProjectNotifier is being edited.


projectGroupId

int projectGroupId
Identifier for the ProjectGroup instance that the current Project is a member of.


projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.AddGroupNotifierAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId
Target ProjectGroup instance to add the Notifier for.


notifierType

String notifierType
String based type identifier for the ProjectNotifier.


projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.AddProjectNotifierAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId
Identifier for the Project instance.


projectGroupId

int projectGroupId
Identifier for the ProjectGroup instance that the current Project is a member of.


notifierType

String notifierType
Type for a ProjectNotifier.


fromGroupPage

boolean fromGroupPage
Detemines if the save operation returns to the project group notifier page or not.

true implies return to the project group notifier page.


projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.DeleteGroupNotifierAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectGroupId

int projectGroupId

notifierId

int notifierId

notifierType

String notifierType

recipient

String recipient

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.DeleteProjectNotifierAction extends ContinuumActionSupport implements Serializable

Serialized Fields

projectId

int projectId

projectGroupId

int projectGroupId
Identifier for the ProjectGroup that the current Project is a member of.


notifierId

int notifierId

notifierType

String notifierType

recipient

String recipient

fromGroupPage

boolean fromGroupPage

projectGroupName

String projectGroupName

Class org.apache.maven.continuum.web.action.notifier.IrcGroupNotifierEditAction extends AbstractGroupNotifierEditAction implements Serializable

Serialized Fields

host

String host

port

int port

channel

String channel

nick

String nick

alternateNick

String alternateNick

username

String username

fullName

String fullName

password

String password

ssl

boolean ssl

Class org.apache.maven.continuum.web.action.notifier.IrcProjectNotifierEditAction extends AbstractProjectNotifierEditAction implements Serializable

Serialized Fields

host

String host

port

int port

channel

String channel

nick

String nick

alternateNick

String alternateNick

username

String username

fullName

String fullName

password

String password

ssl

boolean ssl

Class org.apache.maven.continuum.web.action.notifier.JabberGroupNotifierEditAction extends AbstractGroupNotifierEditAction implements Serializable

Serialized Fields

host

String host

port

int port

login

String login

password

String password

domainName

String domainName

address

String address

sslConnection

boolean sslConnection

group

boolean group

Class org.apache.maven.continuum.web.action.notifier.JabberProjectNotifierEditAction extends AbstractProjectNotifierEditAction implements Serializable

Serialized Fields

host

String host

port

int port

login

String login

password

String password

domainName

String domainName

address

String address

sslConnection

boolean sslConnection

group

boolean group

Class org.apache.maven.continuum.web.action.notifier.MailGroupNotifierEditAction extends AbstractGroupNotifierEditAction implements Serializable

Serialized Fields

address

String address

committers

boolean committers

developers

boolean developers

Class org.apache.maven.continuum.web.action.notifier.MailProjectNotifierEditAction extends AbstractProjectNotifierEditAction implements Serializable

Serialized Fields

address

String address

committers

boolean committers

developers

boolean developers

Class org.apache.maven.continuum.web.action.notifier.MsnGroupNotifierEditAction extends AbstractGroupNotifierEditAction implements Serializable

Serialized Fields

login

String login

password

String password

address

String address

Class org.apache.maven.continuum.web.action.notifier.MsnProjectNotifierEditAction extends AbstractProjectNotifierEditAction implements Serializable

Serialized Fields

login

String login

password

String password

address

String address

Class org.apache.maven.continuum.web.action.notifier.WagonGroupNotifierEditAction extends AbstractGroupNotifierEditAction implements Serializable

Serialized Fields

url

String url

id

String id

Class org.apache.maven.continuum.web.action.notifier.WagonProjectNotifierEditAction extends AbstractProjectNotifierEditAction implements Serializable

Serialized Fields

url

String url

id

String id

Package org.apache.maven.continuum.web.exception

Class org.apache.maven.continuum.web.exception.AuthenticationRequiredException extends Exception implements Serializable

Class org.apache.maven.continuum.web.exception.AuthorizationRequiredException extends Exception implements Serializable

Class org.apache.maven.continuum.web.exception.ContinuumActionException extends Exception implements Serializable


Package org.apache.maven.continuum.web.interceptor

Class org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor extends Object implements Serializable

Serialized Fields

continuum

Continuum continuum

Package org.apache.maven.continuum.web.model

Class org.apache.maven.continuum.web.model.BuildDefinitionSummary extends Object implements Serializable

Serialized Fields

id

int id
id of the build definition.


projectId

int projectId
project id of the project containing the build definition.


projectGroupId

int projectGroupId
project group id of the project group with the build definition.


goals

String goals
goals for build definition.


arguments

String arguments
arguments for build definition.


buildFile

String buildFile
goals for build definition.


isBuildFresh

boolean isBuildFresh
if the build is to be smoked and checked back out from the scm each build.


isDefault

boolean isDefault
if the build definition is used in default cases.


scheduleId

int scheduleId
id of the schedule for build definition.


scheduleName

String scheduleName
name of the schedule for build definition.


from

String from
source of build definition, project or project group lvl.


profileName

String profileName
name of the profile for the build definition.


projectName

String projectName
if project lvl, then the name of the project using the definition.


profileId

int profileId
id of the profile for build definition.


description

String description
description of the buid defintion.


type

String type
type of the buid defintion.


alwaysBuild

boolean alwaysBuild
true if the build had to be forced even if there is no scm change.

Class org.apache.maven.continuum.web.model.ContinuumViewModels extends Object implements Serializable

Serialized Fields

projectSummarys

List<E> projectSummarys
Field projectSummarys.


groupSummarys

List<E> groupSummarys
Field groupSummarys.


buildDefinitionSummarys

List<E> buildDefinitionSummarys
Field buildDefinitionSummarys.


notifierSummarys

List<E> notifierSummarys
Field notifierSummarys.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.continuum.web.model.DistributedBuildSummary extends Object implements Serializable

Serialized Fields

projectId

int projectId
Field projectId.


projectName

String projectName
Field projectName.


projectGroupName

String projectGroupName
Field projectGroupName.


buildDefinitionId

int buildDefinitionId
Field buildDefinitionId.


buildDefinitionLabel

String buildDefinitionLabel
Field buildDefinitionLabel.


buildAgentUrl

String buildAgentUrl
Field buildAgentUrl.


hashCode

int hashCode
Field hashCode.

Class org.apache.maven.continuum.web.model.DistributedReleaseSummary extends Object implements Serializable

Serialized Fields

releaseId

String releaseId
Field releaseId.


releaseGoal

String releaseGoal
Field releaseGoal.


buildAgentUrl

String buildAgentUrl
Field buildAgentUrl.


projectId

int projectId
Field projectId.

Class org.apache.maven.continuum.web.model.GroupSummary extends Object implements Serializable

Serialized Fields

id

int id
internal continuum group id.


name

String name
name of the project group.


groupId

String groupId
maven groupId of the project group.


description

String description
description of the project group.


numProjects

int numProjects
the number of projects in the project group.


projectType

String projectType
the type of project, maven2/maven1/ant/shell.


statusMessage

String statusMessage
a status message like, (building project X).


nextScheduledBuild

String nextScheduledBuild
timestamp for the next scheduled build.


projects

List<E> projects
Field projects.


numSuccesses

int numSuccesses
number of successful builds in the project group.


numFailures

int numFailures
number of failed builds in the project group.


numErrors

int numErrors
number of errored builds in the project group.


repositoryId

int repositoryId
local repository id of the project group.


repositoryName

String repositoryName
local repository name of the project group.

Class org.apache.maven.continuum.web.model.NotifierSummary extends Object implements Serializable

Serialized Fields

id

int id
id of the notifier.


projectId

int projectId
project id of the project containing the notifier.


projectName

String projectName
project name of the project containing the notifier.


projectGroupId

int projectGroupId
project group id of the project group with the notifier.


type

String type
Type of notifier - mail, IRC, jabber etc.


fromProject

boolean fromProject
The origin of the notifier (pom or user).


events

String events
Events that trigger this notifier.


recipient

String recipient
Recipient for notifications generated by the notifier.


sender

String sender
Sender of the notifications.


enabled

boolean enabled
Determines if the notifier is enabled.

Class org.apache.maven.continuum.web.model.PrepareBuildSummary extends Object implements Serializable

Serialized Fields

buildAgentUrl

String buildAgentUrl
URL of the build agent.


projectGroupId

int projectGroupId
ID of the project group.


projectGroupName

String projectGroupName
Name of the project group.


scmRootAddress

String scmRootAddress
Scm root address of projects.


scmRootId

int scmRootId
ID of the scm root.


hashCode

int hashCode
Field hashCode.


queueName

String queueName
Name where the prepare build is queued.

Class org.apache.maven.continuum.web.model.ProjectBuildsSummary extends Object implements Serializable

Serialized Fields

projectGroupName

String projectGroupName
Field projectGroupName.


projectName

String projectName
Field projectName.


buildDate

long buildDate
Field buildDate.


buildState

int buildState
Field buildState.


buildTriggeredBy

String buildTriggeredBy
Field buildTriggeredBy.

Class org.apache.maven.continuum.web.model.ProjectSummary extends Object implements Serializable

Serialized Fields

id

int id
project id of the project.


name

String name
name of the project.


version

String version
version of the project.


projectGroupId

int projectGroupId
id of the project group this project is a member of.


projectGroupName

String projectGroupName
name of the project group this project is a member of.


latestBuildId

int latestBuildId
latest build id of the project.


buildInSuccessId

int buildInSuccessId
Field buildInSuccessId.


buildNumber

int buildNumber
Field buildNumber.


state

int state
lifecycle state of the project.


inBuildingQueue

boolean inBuildingQueue
true/false depending on if the project is in the build queue or not.


inCheckoutQueue

boolean inCheckoutQueue
true/false depending on if the project is in the checkout queue or not.


lastBuildDateTime

long lastBuildDateTime
last build dateTime of the project.


lastBuildDuration

String lastBuildDuration
last build duration of the project.


projectType

String projectType
type of the project.


Package org.apache.maven.continuum.web.view.jsp.ui

Class org.apache.maven.continuum.web.view.jsp.ui.DataTag extends org.apache.struts2.views.jsp.ui.AbstractUITag implements Serializable

Serialized Fields

valueLink

String valueLink

Class org.apache.maven.continuum.web.view.jsp.ui.DateTag extends org.apache.struts2.views.jsp.ui.TextareaTag implements Serializable

Serialized Fields

format

String format

nameAttr

String nameAttr

nice

boolean nice

date

Date date

tp

com.opensymphony.xwork2.TextProvider tp

Class org.apache.maven.continuum.web.view.jsp.ui.IfBuildTypeEnabledTag extends javax.servlet.jsp.jstl.core.ConditionalTagSupport implements Serializable

Serialized Fields

continuum

Continuum continuum

buildType

String buildType

Class org.apache.maven.continuum.web.view.jsp.ui.SubmitCancelTag extends org.apache.struts2.views.jsp.ui.AbstractUITag implements Serializable

Serialized Fields

cancel

String cancel

Package org.apache.maven.continuum.xmlrpc.project

Class org.apache.maven.continuum.xmlrpc.project.AddingResult extends Object implements Serializable

Serialized Fields

projects

List<E> projects
Field projects.


projectGroups

List<E> projectGroups
Field projectGroups.


errors

List<E> errors

Class org.apache.maven.continuum.xmlrpc.project.BuildAgentConfiguration extends Object implements Serializable

Serialized Fields

url

String url
Field url.


description

String description
Field description.


enabled

boolean enabled
Field enabled.


platform

String platform
Field platform.


installations

List<E> installations
Field installations.

Class org.apache.maven.continuum.xmlrpc.project.BuildAgentGroupConfiguration extends Object implements Serializable

Serialized Fields

name

String name
Field name.


buildAgents

List<E> buildAgents
Field buildAgents.

Class org.apache.maven.continuum.xmlrpc.project.BuildDefinition extends Object implements Serializable

Serialized Fields

id

int id
Field id.


defaultForProject

boolean defaultForProject
Field defaultForProject.


goals

String goals
Field goals.


arguments

String arguments
Field arguments.


buildFile

String buildFile
Field buildFile.


buildFresh

boolean buildFresh
true if the build is to be smoked and checked back out from the scm each build .


description

String description
description of the buid defintion.


type

String type
type of the buid defintion.


schedule

Schedule schedule
Field schedule.


profile

Profile profile
Field profile.


alwaysBuild

boolean alwaysBuild
true if the build had to be forced even if there is no scm change .


template

boolean template
true if this buildDefinition is a template .

Class org.apache.maven.continuum.xmlrpc.project.BuildDefinitionTemplate extends Object implements Serializable

Serialized Fields

id

int id
Field id.


name

String name
Field name.


continuumDefault

boolean continuumDefault
true if this definition is a continuum default build def (cannot be removed) .


type

String type
type of the buid BuildDefinitionTemplate use for default.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.xmlrpc.project.BuildProjectTask extends Object implements Serializable

Serialized Fields

projectId

int projectId
Field projectId.


buildDefinitionId

int buildDefinitionId
Field buildDefinitionId.


timestamp

long timestamp
Field timestamp.


trigger

int trigger
Field trigger.


maxExecutionTime

long maxExecutionTime
Field maxExecutionTime.


projectName

String projectName
Field projectName.


buildDefinitionLabel

String buildDefinitionLabel
Field buildDefinitionLabel.

Class org.apache.maven.continuum.xmlrpc.project.BuildResult extends BuildResultSummary implements Serializable

Serialized Fields

scmResult

ScmResult scmResult
Field scmResult.


modifiedDependencies

List<E> modifiedDependencies
Field modifiedDependencies.

Class org.apache.maven.continuum.xmlrpc.project.BuildResultSummary extends Object implements Serializable

Serialized Fields

id

int id
Field id.


buildNumber

int buildNumber
Field buildNumber.


state

int state
Field state.


startTime

long startTime
Field startTime.


endTime

long endTime
Field endTime.


success

boolean success
Field success.


exitCode

int exitCode
Field exitCode.


error

String error
Field error.


trigger

int trigger
Field trigger.


project

ProjectSummary project
Field project.


buildDefinition

BuildDefinition buildDefinition
Field buildDefinition.


buildUrl

String buildUrl
Field buildUrl.

Class org.apache.maven.continuum.xmlrpc.project.ContinuumProjectState extends Object implements Serializable

Serialized Fields

name

String name
Field name.

Class org.apache.maven.continuum.xmlrpc.project.Project extends ProjectSummary implements Serializable

Serialized Fields

parent

ProjectDependency parent
Field parent.


developers

List<E> developers
Field developers.


dependencies

List<E> dependencies
Field dependencies.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.xmlrpc.project.ProjectDependency extends Object implements Serializable

Serialized Fields

groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


version

String version
Field version.

Class org.apache.maven.continuum.xmlrpc.project.ProjectDeveloper extends Object implements Serializable

Serialized Fields

scmId

String scmId
Field scmId.


name

String name
Field name.


email

String email
Field email.


continuumId

int continuumId
Field continuumId.

Class org.apache.maven.continuum.xmlrpc.project.ProjectGroup extends ProjectGroupSummary implements Serializable

Serialized Fields

projects

List<E> projects
Field projects.


notifiers

List<E> notifiers
Field notifiers.


buildDefinitions

List<E> buildDefinitions
Field buildDefinitions.

Class org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


name

String name
Field name.


description

String description
Field description.


localRepository

LocalRepository localRepository
Field localRepository.

Class org.apache.maven.continuum.xmlrpc.project.ProjectNotifier extends Object implements Serializable

Serialized Fields

id

int id
Field id.


type

String type
The mechanism used to deliver notifications.


from

int from
The origin of the notifier (pom or user).


enabled

boolean enabled
Field enabled.


recipientType

int recipientType
Field recipientType.


sendOnSuccess

boolean sendOnSuccess
Field sendOnSuccess.


sendOnFailure

boolean sendOnFailure
Field sendOnFailure.


sendOnError

boolean sendOnError
Field sendOnError.


sendOnWarning

boolean sendOnWarning
Field sendOnWarning.


configuration

Map<K,V> configuration
Field configuration.

Class org.apache.maven.continuum.xmlrpc.project.ProjectScmRoot extends Object implements Serializable

Serialized Fields

id

int id
Field id.


scmRootAddress

String scmRootAddress
Field scmRootAddress.


oldState

int oldState
Field oldState.


state

int state
Field state.


error

String error
Field error.

Class org.apache.maven.continuum.xmlrpc.project.ProjectSummary extends Object implements Serializable

Serialized Fields

id

int id
Field id.


groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


executorId

String executorId
Field executorId.


name

String name
Field name.


description

String description
Field description.


url

String url
Field url.


scmUrl

String scmUrl
Field scmUrl.


scmTag

String scmTag
Field scmTag.


scmUsername

String scmUsername
Field scmUsername.


scmPassword

String scmPassword
Field scmPassword.


scmUseCache

boolean scmUseCache
Field scmUseCache.


version

String version
Field version.


state

int state
Field state.


oldState

int oldState
Field oldState.


latestBuildId

int latestBuildId
Field latestBuildId.


buildNumber

int buildNumber
Field buildNumber.


workingDirectory

String workingDirectory
Field workingDirectory.


relativePath

String relativePath
Field relativePath.


projectGroup

ProjectGroupSummary projectGroup
Field projectGroup.

Class org.apache.maven.continuum.xmlrpc.project.ReleaseListenerSummary extends Object implements Serializable

Serialized Fields

phases

List<E> phases
Field phases.


completedPhases

List<E> completedPhases
Field completedPhases.


inProgress

String inProgress
Field inProgress.


state

int state
Field state.


error

String error
Field error.


username

String username
Field username.

Class org.apache.maven.continuum.xmlrpc.project.Schedule extends Object implements Serializable

Serialized Fields

id

int id
Field id.


active

boolean active
Field active.


name

String name
Field name.


description

String description
Field description.


delay

int delay
Delay in seconds.


maxJobExecutionTime

int maxJobExecutionTime
Maximum execution time of a job in seconds before it's terminated.


cronExpression

String cronExpression
Field cronExpression.


Package org.apache.maven.continuum.xmlrpc.scm

Class org.apache.maven.continuum.xmlrpc.scm.ChangeFile extends Object implements Serializable

Serialized Fields

name

String name
Field name.


revision

String revision
Field revision.


status

String status
Field status.

Class org.apache.maven.continuum.xmlrpc.scm.ChangeSet extends Object implements Serializable

Serialized Fields

id

String id
Field id.


author

String author
Field author.


comment

String comment
Field comment.


date

long date
Field date.


files

List<E> files
Field files.

Class org.apache.maven.continuum.xmlrpc.scm.ScmResult extends Object implements Serializable

Serialized Fields

success

boolean success
Field success.


commandLine

String commandLine
Field commandLine.


providerMessage

String providerMessage
Field providerMessage.


commandOutput

String commandOutput
Field commandOutput.


exception

String exception
Field exception.


changes

List<E> changes
Field changes.


Package org.apache.maven.continuum.xmlrpc.server

Class org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

server

ContinuumXmlRpcServletServer server

securitySystem

org.codehaus.plexus.redback.system.SecuritySystem securitySystem

Package org.apache.maven.continuum.xmlrpc.system

Class org.apache.maven.continuum.xmlrpc.system.Installation extends Object implements Serializable

Serialized Fields

type

String type
Field type.


varValue

String varValue
Field varValue.


varName

String varName
Field varName.


name

String name
Field name.


installationId

int installationId
Field installationId.

Class org.apache.maven.continuum.xmlrpc.system.Profile extends Object implements Serializable

Serialized Fields

id

int id
Field id.


active

boolean active
Field active.


name

String name
Field name.


description

String description
Field description.


scmMode

int scmMode
Field scmMode.


buildWithoutChanges

boolean buildWithoutChanges
Field buildWithoutChanges.


jdk

Installation jdk
Field jdk.


builder

Installation builder
Field builder.


environmentVariables

List<E> environmentVariables
Field environmentVariables.


buildAgentGroup

String buildAgentGroup
Field buildAgentGroup.

Class org.apache.maven.continuum.xmlrpc.system.SystemConfiguration extends Object implements Serializable

Serialized Fields

guestAccountEnabled

boolean guestAccountEnabled
Field guestAccountEnabled.


defaultScheduleDescription

String defaultScheduleDescription
Field defaultScheduleDescription.


defaultScheduleCronExpression

String defaultScheduleCronExpression
Field defaultScheduleCronExpression.


workingDirectory

String workingDirectory
Field workingDirectory.


buildOutputDirectory

String buildOutputDirectory
Field buildOutputDirectory.


deploymentRepositoryDirectory

String deploymentRepositoryDirectory
Field deploymentRepositoryDirectory.


baseUrl

String baseUrl
Field baseUrl.


initialized

boolean initialized
Field initialized.


Package org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoOperation extends Object implements Serializable

Serialized Fields

name

String name
Field name.


description

String description
Field description.


permanent

boolean permanent
true if this object is permanent.


resourceRequired

boolean resourceRequired
true if the resource is required for authorization to be granted .

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoPermission extends Object implements Serializable

Serialized Fields

name

String name
Field name.


description

String description
Field description.


permanent

boolean permanent
true if this object is permanent.


operation

JdoOperation operation
Field operation.


resource

JdoResource resource
Field resource.

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoResource extends Object implements Serializable

Serialized Fields

identifier

String identifier
The string identifier for a resource.


pattern

boolean pattern
true if the identifer is a pattern that is to be evaluated, for example x.* could match x.a or x.b and x.** could match x.foo .


permanent

boolean permanent
true if this object is permanent.

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoRole extends org.codehaus.plexus.security.rbac.AbstractRole implements Serializable

Serialized Fields

name

String name
Field name.


description

String description
Field description.


assignable

boolean assignable
true if this role is available to be assigned to a user .


permanent

boolean permanent
true if this object is permanent.


childRoleNames

List<E> childRoleNames
Field childRoleNames.


permissions

List<E> permissions
Field permissions.

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoUserAssignment extends org.codehaus.plexus.security.rbac.AbstractUserAssignment implements Serializable

Serialized Fields

principal

String principal
Field principal.


timestamp

Date timestamp
Field timestamp.


permanent

boolean permanent
true if this object is permanent.


roleNames

List<E> roleNames
Field roleNames.

Class org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.RbacDatabase extends Object implements Serializable

Serialized Fields

roles

List<E> roles
Field roles.


permissions

List<E> permissions
Field permissions.


operations

List<E> operations
Field operations.


resources

List<E> resources
Field resources.


userAssignments

List<E> userAssignments
Field userAssignments.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.codehaus.plexus.security.keys.jdo.v0_9_0

Class org.codehaus.plexus.security.keys.jdo.v0_9_0.AuthenticationKeyDatabase extends Object implements Serializable

Serialized Fields

keys

List<E> keys
Field keys.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.codehaus.plexus.security.keys.jdo.v0_9_0.JdoAuthenticationKey extends Object implements Serializable

Serialized Fields

key

String key
Field key.


forPrincipal

String forPrincipal
Field forPrincipal.


purpose

String purpose
Field purpose.


dateCreated

Date dateCreated
Field dateCreated.


dateExpires

Date dateExpires
Field dateExpires.


Package org.codehaus.plexus.security.user.jdo.v0_9_0

Class org.codehaus.plexus.security.user.jdo.v0_9_0.JdoUser extends Object implements Serializable

Serialized Fields

username

String username
Field username.


password

String password
Field password.


encodedPassword

String encodedPassword
Field encodedPassword.


fullName

String fullName
Field fullName.


email

String email
Field email.


lastPasswordChange

Date lastPasswordChange
Field lastPasswordChange.


lastLoginDate

Date lastLoginDate
Field lastLoginDate.


countFailedLoginAttempts

int countFailedLoginAttempts
Field countFailedLoginAttempts.


locked

boolean locked
Field locked.


permanent

boolean permanent
Field permanent.


validated

boolean validated
Field validated.


passwordChangeRequired

boolean passwordChangeRequired
Field passwordChangeRequired.


previousEncodedPasswords

List<E> previousEncodedPasswords
Field previousEncodedPasswords.


accountCreationDate

Date accountCreationDate
Field accountCreationDate.

Class org.codehaus.plexus.security.user.jdo.v0_9_0.UserDatabase extends Object implements Serializable

Serialized Fields

users

List<E> users
Field users.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.jpox.store

Class org.jpox.store.OID extends Object implements Serializable

Serialized Fields

oid

Object oid
The identity.


pcClass

String pcClass
The PersistenceCapable class name


toString

String toString
pre-created toString to improve performance *


hashCode

int hashCode
pre-created hasCode to improve performance *



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.