Modifier and Type | Class and Description |
---|---|
class |
AgentConsoleAction |
Modifier and Type | Class and Description |
---|---|
class |
BambooAgentInstallerAction |
class |
GetFingerprintAction |
Modifier and Type | Method and Description |
---|---|
boolean |
ElasticFunctionalityFacadeImpl.isElasticSupportPossible(ErrorCollection errorCollection) |
boolean |
ElasticFunctionalityFacade.isElasticSupportPossible(ErrorCollection errorCollection) |
boolean |
ElasticFunctionalityFacadeImpl.validateAgentCreation(int numAgentsRequired,
ErrorCollection errorCollection) |
boolean |
ElasticFunctionalityFacade.validateAgentCreation(int numAgentsRequired,
ErrorCollection errorCollection)
Validates whether the requested number of agents can be created and adds any errors to the
error collection.
|
boolean |
ElasticInstanceManagerImpl.validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region,
String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection) |
boolean |
ElasticInstanceManager.validateAwsCredentials(com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Region region,
String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection)
Validate a set of supplied AWS credentials.
|
boolean |
ElasticInstanceManagerImpl.validateAwsCredentials(String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection) |
boolean |
ElasticInstanceManager.validateAwsCredentials(String awsAccessID,
String awsSecretKey,
ErrorCollection errorCollection)
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalTrackingConfiguration |
class |
ResponsibleAvatars |
class |
UpdateResponsibilitiesAction |
class |
ViewResponsibilitiesForUser |
class |
ViewTrackingForBuildResult |
Modifier and Type | Class and Description |
---|---|
class |
BuildResultsAction |
class |
ChainResultsAction |
class |
DeletePlanResults |
class |
GotoBuildResult |
class |
ListBuildResults |
class |
PlanResultsAction |
class |
ShowLatestBuildStatus
Shows the latest status of a build
|
class |
ViewBuild
This class displays a build and its build summary
|
class |
ViewBuildFiles
This action lets a user browse the build files.
|
class |
ViewBuildLogs |
class |
ViewBuildResults
This class displays the specific
BuildResultsImpl for a Plan . |
class |
ViewBuildResultsSuccessfulTests |
class |
ViewBuildResultsTests |
class |
ViewNextBuildResults
This class displays the next
BuildResultsImpl from the one we are currently viewing |
class |
ViewPreviousBuildResults
This class displays the previous
BuildResultsImpl from the one we are currently viewing |
class |
ViewTestCaseResultAction |
class |
ViewTestClassResultAction |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildDetectionResultImpl.getErrorCollection()
Any errors that may have happened when the execution of
BuildDetectionAction failed |
ErrorCollection |
BuildDetectionResult.getErrorCollection()
Any errors that may have happened when the execution of
BuildDetectionAction failed |
ErrorCollection |
BuildRequestResultImpl.getErrors() |
ErrorCollection |
CustomPreBuildAction.validate(BuildConfiguration config)
Validate the build configuration when trying to save configuration for the
Plan
This is used if the CustomPreBuildAction needs to have configuration stored
against the build plan. |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Pair<Boolean,ErrorCollection> |
ConditionalBuildDetectionAction.testIfBuildShouldStart()
Method that should test if chain should be started.
|
Modifier and Type | Method and Description |
---|---|
static void |
BuildConfigurationValidationUtils.validatePostiveInteger(String paramKey,
String positiveIntegerText,
Integer maxValue,
String maxValueText,
String notIntegerText,
BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
static void |
BuildConfigurationValidationUtils.validatePostiveInteger(String paramKey,
String positiveIntegerText,
String notIntegerText,
BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
Constructor and Description |
---|
BuildDetectionResultImpl(ErrorCollection errorCollection,
BuildContext buildContext) |
BuildRequestResultImpl(BuildContext buildContext,
ErrorCollection errors) |
BuildRequestResultImpl(ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractArtifactManager.validateArtifactsSize(File baseDirectory,
ArtifactContext artifactContext) |
ErrorCollection |
ArtifactManager.validateArtifactsSize(File baseDirectory,
ArtifactContext artifactContext)
Validates total size of artifacts produced for single build result
|
Modifier and Type | Method and Description |
---|---|
void |
S3ArtifactHandlerConfigurator.validateConfiguration(Map<String,String> newArtifactHandlersConfiguration,
Map<String,String> oldArtifactHandlersConfiguration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ArtifactHandlersServiceImpl.validateConfiguration(Map<String,String> artifactHandlerConfigurationToSave) |
ErrorCollection |
ArtifactHandlersService.validateConfiguration(Map<String,String> configuration)
Validate configuration
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractArtifactHandlerConfigurator.validateConfiguration(Map<String,String> newArtifactHandlersConfiguration,
Map<String,String> oldArtifactHandlersConfiguration,
ErrorCollection errorCollection) |
void |
ArtifactHandlerConfigurator.validateConfiguration(Map<String,String> newArtifactHandlersConfiguration,
Map<String,String> oldArtifactHandlersConfiguration,
ErrorCollection errorCollection)
Validate configuration.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ConcurrentBuildsPlanConfigurationPlugin.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
BuildExpiryAction
Action class to configure and run build and deployment expiry.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildExpiryPerPlanPlugin.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureGlobalBuildHangingDetection |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildMonitoringPerPlanPlugin.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
SingleDailyBuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
PollingBuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
AfterSuccessfulPlanTrigger.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
CronTriggerBuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
AbstractBuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
TriggeredBuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
ErrorCollection |
BuildStrategy.validate(BuildConfiguration buildConfiguration)
Deprecated.
Takes in a
BuildConfiguration and returns any errors possible |
Modifier and Type | Class and Description |
---|---|
class |
ViewTestCaseAction |
class |
ViewTestsSummary |
class |
ViewTestsSummaryForPlan |
Modifier and Type | Class and Description |
---|---|
class |
SetResultsFilter |
Modifier and Type | Class and Description |
---|---|
class |
StopPlan
This class provides a user action to stop the current build job
|
class |
ViewRunningPlans |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
PlansGreenCondition.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ChainStateCreationRequestResultImpl.getErrors() |
ErrorCollection |
ChainStateResult.getErrors()
Errors that occurred when creating the
ChainResultsSummary |
Constructor and Description |
---|
ChainStateCreationRequestResultImpl(ErrorCollection errors,
ChainState chainState) |
Modifier and Type | Class and Description |
---|---|
class |
ViewCloverBuildResults |
class |
ViewCloverCoverageSummary |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
CloverBuildProcessor.validate(BuildConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureCloverPlugin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermissionAction |
class |
AddPermissionAction |
class |
AdministerAction
This displays the basic Bamboo server administration page
|
class |
ConfigurationAction
This class handles configuration updates from am web form
|
class |
ConfigureGlobalPermissions |
class |
ConfigureSecurity |
class |
GlobalAdminAction |
class |
PerformanceStatsAction |
class |
PerformanceStatsJmxAction |
class |
SystemInfoAction |
class |
TestOgnlEscaping |
class |
UserManagement |
class |
ViewDatabaseConfigurationAction |
class |
ViewGlobalAuditLogAction |
Modifier and Type | Class and Description |
---|---|
class |
ViewOfflineElasticAgentDetailsAction |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureSharedCredentials |
class |
CreateSharedCredentials |
class |
DeleteSharedCredentials |
class |
EditSharedCredentials |
Modifier and Type | Method and Description |
---|---|
void |
CredentialsUIConfigBean.validateCredentialsConfiguration(CredentialTypeModuleDescriptor credentialDescriptor,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureLog4jAction
Allows runtime configuration of Log4j.
|
class |
ViewLog4jAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginConfigurationAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLinkedRepositoryAction |
class |
AbstractLinkedRepositoryAdminAction |
class |
ConfigureLinkedRepositories |
class |
ConfigureLinkedRepositoryPermissions |
class |
CreateLinkedRepository |
class |
DeleteLinkedRepository |
class |
EditLinkedRepository |
class |
ViewLinkedRepository |
class |
ViewLinkedRepositoryUsages |
Modifier and Type | Method and Description |
---|---|
void |
VcsConfigurationHelperImpl.validateVcsConfiguration(ActionParametersMap apm,
VcsRepositoryModuleDescriptor vcsDescriptor,
PartialVcsRepositoryData previousVcsData,
ErrorCollection errorCollection,
Set<VcsConfigurationHelper.Overrides> overrides) |
void |
VcsUIConfigBean.validateVcsConfiguration(VcsRepositoryModuleDescriptor vcsDescriptor,
PartialVcsRepositoryData previousVcsData,
ErrorCollection errorCollection,
Set<VcsConfigurationHelper.Overrides> overrides) |
void |
VcsConfigurationHelperImpl.validateVcsConfigurationForConnectionTesting(ActionParametersMap apm,
VcsRepositoryModuleDescriptor vcsDescriptor,
PartialVcsRepositoryData previousVcsData,
ErrorCollection errorCollection) |
void |
VcsViewerUIConfigBean.validateViewerConfiguration(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureGlobalVariables |
class |
CreateGlobalVariable |
class |
DeleteGlobalVariable |
class |
UpdateGlobalVariable |
Modifier and Type | Method and Description |
---|---|
void |
SshCredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection) |
void |
UsernamePasswordCredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection) |
void |
AbstractCredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection) |
void |
CredentialType.validate(ActionParametersMap params,
CredentialsData previousCredentialsData,
ErrorCollection errorCollection)
Validate configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CloneEnvironment |
class |
ConfigureEnvironment |
class |
ConfigureEnvironmentNotifications |
class |
ConfigureEnvironmentPermissions |
class |
ConfigureEnvironmentTasks |
class |
CreateEnvironment |
class |
DeleteEnvironment |
class |
MoveEnvironment |
class |
ViewEnvironment |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureEnvironmentAgents |
Modifier and Type | Class and Description |
---|---|
class |
CreateEnvironmentTask |
class |
DeleteEnvironmentTask |
class |
EditEnvironmentTask |
class |
MoveEnvironmentTask |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureEnvironmentTriggers |
class |
CreateEnvironmentTrigger |
class |
DeleteEnvironmentTrigger |
class |
EditEnvironmentTrigger |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureVariablesForEnvironment |
class |
CreateVariableForEnvironment |
class |
DeleteVariableForEnvironment |
class |
UpdateVariableForEnvironment |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
EnvironmentServiceImpl.moveEnvironmentDown(long deploymentProjectId,
long environmentId,
int currentPosition) |
ErrorCollection |
EnvironmentService.moveEnvironmentDown(long deploymentProjectId,
long environmentId,
int currentPosition)
Moves an environment down the list
|
ErrorCollection |
EnvironmentServiceImpl.moveEnvironmentUp(long deploymentProjectId,
long environmentId,
int currentPosition) |
ErrorCollection |
EnvironmentService.moveEnvironmentUp(long deploymentProjectId,
long environmentId,
int currentPosition)
Moves an environment up the list
|
ErrorCollection |
EnvironmentServiceImpl.validateAddEnvironment(long deploymentProjectId,
String name,
String description) |
ErrorCollection |
EnvironmentService.validateAddEnvironment(long deploymentProjectId,
String name,
String description)
Validates values to be used for creating a new environment.
|
ErrorCollection |
EnvironmentServiceImpl.validateEditEnvironment(long environmentId,
String name,
String description) |
ErrorCollection |
EnvironmentService.validateEditEnvironment(long environmentId,
String name,
String description)
Validates values to be used when editing existing environment.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DeploymentContextImpl.getErrorCollection() |
Modifier and Type | Class and Description |
---|---|
class |
DeleteDeploymentResult |
class |
ExecuteManualDeployment |
class |
StopDeployment |
class |
ViewDeploymentResult |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
EnvironmentTriggeringResultImpl.getErrors() |
Constructor and Description |
---|
EnvironmentTriggeringResultImpl(ErrorCollection errorCollection,
DeploymentContext deploymentContext) |
Modifier and Type | Class and Description |
---|---|
class |
CloneDeploymentProject |
class |
ConfigureDeploymentProject |
class |
ConfigureDeploymentProjectDetails |
class |
ConfigureDeploymentProjectPermissions |
class |
ConfigureDeploymentProjectVersioning |
class |
CreateDeploymentProjectDetails |
class |
DeleteDeploymentProject |
class |
ViewAllDeploymentProjects |
class |
ViewDeploymentProjects |
class |
ViewDeploymentProjectYaml |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DeploymentProjectServiceImpl.validateAddDeploymentProject(String name,
String description,
String planKeyString) |
ErrorCollection |
DeploymentProjectService.validateAddDeploymentProject(String name,
String description,
String planKeyString)
Validates data to be used when adding a deployment project.
|
ErrorCollection |
DeploymentProjectServiceImpl.validateAddDeploymentProject(String name,
String description,
String masterPlanKeyString,
String planKeyString) |
ErrorCollection |
DeploymentProjectService.validateAddDeploymentProject(String name,
String description,
String masterPlanKeyString,
String planKeyString)
Validates data to be used when adding a deployment project.
|
ErrorCollection |
DeploymentProjectServiceImpl.validateArtifactTaskDefinitionOnPlanChange(long deploymentProjectId,
String planKeyString,
Map<String,ArtifactValidationError> artifactValidationErrors) |
ErrorCollection |
DeploymentProjectService.validateArtifactTaskDefinitionOnPlanChange(long deploymentProjectId,
String planKeyString,
Map<String,ArtifactValidationError> artifactValidationErrors)
Validates artifact definitions on plan change and warn if artifact differ, so deployment tasks using it may fail
|
ErrorCollection |
DeploymentProjectServiceImpl.validateCloneDeploymentProject(String name,
String description,
String planKeyString) |
ErrorCollection |
DeploymentProjectService.validateCloneDeploymentProject(String name,
String description,
String planKeyString)
Validates data to be used when adding a deployment project.
|
ErrorCollection |
DeploymentProjectServiceImpl.validateEditDeploymentProject(long id,
String name,
String description,
String planKeyString) |
ErrorCollection |
DeploymentProjectService.validateEditDeploymentProject(long id,
String name,
String description,
String planKeyString)
Validates data to be used when editing an existing deployment.
|
ErrorCollection |
DeploymentProjectServiceImpl.validateEditDeploymentProject(long id,
String name,
String description,
String masterPlanKeyString,
String planKeyString) |
ErrorCollection |
DeploymentProjectService.validateEditDeploymentProject(long id,
String name,
String description,
String masterPlanKeyString,
String planKeyString)
Validates data to be used when editing an existing deployment.
|
ErrorCollection |
DeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange(long deploymentProjectId,
PlanKey newPlanKey,
List<EnvironmentTriggerValidationError> triggerValidationErrors) |
ErrorCollection |
DeploymentProjectService.validateTriggerConfigurationOnPlanChange(long deploymentProjectId,
PlanKey newPlanKey,
List<EnvironmentTriggerValidationError> triggerValidationErrors)
Validate trigger configuration on deployment project's plan change
|
ErrorCollection |
DeploymentProjectServiceImpl.validateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement) |
ErrorCollection |
DeploymentProjectService.validateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement)
Validate the version naming configuration for a project
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCreateDeploymentVersion |
class |
AbstractDeploymentVersionAction |
class |
AbstractDeploymentVersionHistoryAction |
class |
CreateDeploymentVersion |
class |
DeleteDeploymentVersion |
class |
EditDeploymentVersionCommentAction |
class |
RenameDeploymentVersion |
class |
ViewDeploymentVersion |
class |
ViewDeploymentVersionCommits |
class |
ViewDeploymentVersionJiraIssues |
class |
ViewDeploymentVersionVariables |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DeploymentVersionServiceImpl.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
String name,
String nextVersionName) |
ErrorCollection |
DeploymentVersionService.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
String name,
String nextVersionName)
Validates values to be used for creating a new version.
|
ErrorCollection |
DeploymentVersionServiceImpl.validateDeploymentVersionRename(long deploymentProjectId,
DeploymentVersion deploymentVersion,
String name) |
ErrorCollection |
DeploymentVersionService.validateDeploymentVersionRename(long deploymentProjectId,
DeploymentVersion deploymentVersion,
String name)
Validates values to be used for renaming version.
|
Modifier and Type | Field and Description |
---|---|
protected ErrorCollection |
WebValidationException.errorCollection |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
WebValidationException.getErrorCollection() |
Constructor and Description |
---|
DefaultWebValidationException(ErrorCollection errorCollection) |
WebValidationException(ErrorCollection errorCollection)
Deprecated.
since 5.10 use
DefaultWebValidationException instead |
Modifier and Type | Class and Description |
---|---|
class |
ReindexAction |
Modifier and Type | Class and Description |
---|---|
class |
ViewPlanUpdates
Returns JSON data
|
Modifier and Type | Class and Description |
---|---|
class |
AdminErrorAction
Action class for non-mutative operations on admin errors
|
class |
RemoveAdminErrorAction
Action class for all mutative actions on admin errors
|
class |
RemoveBuildError
This webwork action removes a specified error from the log.
|
class |
SystemErrorList
This class provides the ui with a collection of the current system errors.
|
class |
ViewBuildError
This webwork action views a specified error from the log.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorUpdateHandler.addErrorCollection(ResultKey buildKey,
ErrorCollection errors)
Adds all the error messages in the errorCollection to the build
|
void |
AbstractErrorUpdateHandler.addErrorCollection(ResultKey buildKey,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.containsMessage(org.hamcrest.Matcher<String> messageMatcher)
Matches an error collection if it contains an error message either in
getErrorMessages() or in getFieldErrors() . |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.containsMessage(String message)
Matches an error collection if it contains an error message either in
getErrorMessages() or in getFieldErrors() . |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.hasAnyErrors()
Matches an error collection if it has any errors (checks
hasAnyErrors() method). |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.hasError(String field,
String message) |
static org.hamcrest.Matcher<ErrorCollection> |
ErrorCollectionMatchers.hasNoErrors()
Matches an error collection if it has no errors
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<String>> |
ErrorCollectionContainsFieldErrorMatcher.featureValueOf(ErrorCollection errorCollection) |
protected boolean |
ErrorCollectionHasAnyErrorMatcher.matchesSafely(ErrorCollection item) |
protected boolean |
ErrorCollectionContainsMessageMatcher.matchesSafely(ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractNotificationType.validate(Map<String,String[]> params) |
ErrorCollection |
NotificationRecipient.validate(Map<String,String[]> params)
validate the user inputed data
|
ErrorCollection |
NotificationType.validate(Map<String,String[]> params)
validate the user inputed data
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildErrorNotificationType.validate(Map<String,String[]> params) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AfterXFailedNotificationType.validate(Map<String,String[]> params) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractNotificationRecipient.validate(Map<String,String[]> params) |
ErrorCollection |
ImRecipient.validate(Map<String,String[]> params) |
ErrorCollection |
UserRecipientImpl.validate(Map<String,String[]> params) |
ErrorCollection |
EmailRecipient.validate(Map<String,String[]> params) |
ErrorCollection |
GroupRecipient.validate(Map<String,String[]> params) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
FileBasedPersisterOptions.validate(boolean validateContents)
Validate any plugin settings populated from the GUI
|
ErrorCollection |
PersisterOptions.validate(boolean validateContents)
Validate the options
|
Modifier and Type | Class and Description |
---|---|
class |
PlanStatusHistoryAction |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ExecutionRequestResult.getErrors()
Any errors that occurred during the execution request
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
ErrorCollection errorCollection) |
boolean |
PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
ErrorCollection errorCollection)
Checks a condition in order to determine if the plan can be executed.
|
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection)
Checks a condition in order to determine if the plan can be executed.
|
boolean |
PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
boolean |
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
protected abstract boolean |
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection) |
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan) |
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan)
Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
|
Collection<PlanKey> |
BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan) |
Collection<PlanKey> |
BranchDetectionService.createPlanBranches(ImmutableChain chain,
PlanBranchWorkflow planBranchWorkflow,
Collection<VcsBranch> branches,
ErrorCollection errorCollection,
PlanCreationService.EnablePlan enablePlan)
Given a list of branch names, create plan branches for these, with overriding repository definitions.
|
List<VcsBranch> |
BranchDetectionServiceImpl.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection) |
List<VcsBranch> |
BranchDetectionService.getOpenBranches(ImmutableChain chain,
ErrorCollection errorCollection)
Returns a list of currently open branches for the chain's default repository
List ordering determined by underlying repository (preference is for native ordering e.g.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
UniqueRunPerKeyPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain,
PlanResultKey resultKey,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
JobServiceImpl.validateJobForAdd(PlanKey planKey,
long stageId,
String jobKey,
String name,
String description,
boolean suspended) |
ErrorCollection |
JobService.validateJobForAdd(PlanKey chainKey,
long stageId,
String jobKey,
String name,
String description,
boolean suspended)
Validates the parameters for adding a job.
|
ErrorCollection |
JobServiceImpl.validateJobForClone(String sourceJobKeyString,
PlanKey chainKey,
long stageId,
String newJobKey,
String name,
String description,
Boolean suspended) |
ErrorCollection |
JobService.validateJobForClone(String sourceJobKey,
PlanKey chainKey,
long stageId,
String newJobKey,
String name,
String description,
Boolean suspended)
Validates the parameters for cloning a job.
|
ErrorCollection |
JobServiceImpl.validateJobForUpdate(PlanKey jobKey,
String name,
String description,
boolean suspended,
long stageId) |
ErrorCollection |
JobService.validateJobForUpdate(PlanKey jobKey,
String name,
String description,
boolean suspended,
long stageId)
Validate editing of a job
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
StageServiceImpl.validateStageForAdd(PlanKey planKey,
String stageName,
String stageDescription,
boolean isManual,
boolean isFinal) |
ErrorCollection |
StageService.validateStageForAdd(PlanKey planKey,
String name,
String description,
boolean isManual,
boolean isFinal)
Validates a new stage for the specified plan.
|
ErrorCollection |
StageServiceImpl.validateStageForUpdate(PlanKey planKey,
long stageId,
String name,
String description,
boolean manual,
boolean isFinal) |
ErrorCollection |
StageService.validateStageForUpdate(PlanKey planKey,
long stageId,
String name,
String description,
boolean manual,
boolean isFinal)
Validates editing of a stage.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
PlanTriggerResultBuilder.getErrorCollection() |
ErrorCollection |
PlanTriggerResultBuilder.BuildTriggerResultImpl.getErrorCollection() |
ErrorCollection |
PlanTriggerResult.getErrorCollection() |
Constructor and Description |
---|
BuildTriggerResultImpl(BuildChanges buildChanges,
ErrorCollection errorCollection,
Map<String,String> variableMap) |
Modifier and Type | Method and Description |
---|---|
void |
AntBuildTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDownloaderTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BitbucketRepository.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration) |
ErrorCollection |
BitbucketRepository.testConnection(long timeout,
TimeUnit unit) |
ErrorCollection |
BitbucketRepository.validate(BuildConfiguration configuration) |
ErrorCollection |
BitbucketRepository.validateForConnectionTesting(BuildConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BitbucketValidationHelper.validate(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository.
|
ErrorCollection |
BitbucketValidationHelperImpl.validate(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection) |
ErrorCollection |
BitbucketValidationHelper.validateForConnectionTesting(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository for connection testing.
|
ErrorCollection |
BitbucketValidationHelperImpl.validateForConnectionTesting(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BitbucketValidationHelper.validate(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository.
|
ErrorCollection |
BitbucketValidationHelperImpl.validate(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection) |
ErrorCollection |
BitbucketValidationHelper.validateForConnectionTesting(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection)
Validates configuration of a Bitbucket Cloud repository for connection testing.
|
ErrorCollection |
BitbucketValidationHelperImpl.validateForConnectionTesting(org.apache.commons.configuration.HierarchicalConfiguration configuration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BitbucketCloudConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketCloudBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
BitbucketCloudServerConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
void |
BitbucketCloudServerConfigurator.validateForConnectionTesting(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
CommandBuildTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteGitCacheDirectoryAction |
class |
LoadGitHubRepositories |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
GitRepository.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration) |
ErrorCollection |
GitRepository.testConnection(long timeout,
TimeUnit unit) |
ErrorCollection |
GitRepository.validate(BuildConfiguration buildConfiguration) |
ErrorCollection |
GitHubRepository.validate(BuildConfiguration buildConfiguration) |
ErrorCollection |
GitRepository.validateForConnectionTesting(BuildConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
GitConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected void |
GitConnectionTester.handleHostKeyVerificationException(ErrorCollection errorCollection,
HostKeyVerificationException exception) |
Modifier and Type | Method and Description |
---|---|
void |
GitBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
GitServerConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousDefinition,
ErrorCollection errorCollection) |
void |
GitServerConfigurator.validateForConnectionTesting(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
GrailsTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteHgCacheDirectory |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
HgRepository.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration) |
ErrorCollection |
HgRepository.testConnection(long timeout,
TimeUnit unit) |
ErrorCollection |
HgRepository.validate(BuildConfiguration buildConfiguration) |
ErrorCollection |
HgRepository.validateForConnectionTesting(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
HgRepositoryValidator.validate(BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
ErrorCollection |
HgRepositoryValidator.validateForConnectionTesting(BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
HgRepositoryValidator.validate(BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
ErrorCollection |
HgRepositoryValidator.validateForConnectionTesting(BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
MercurialConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected void |
MercurialConnectionTester.handleHostKeyVerificationException(ErrorCollection errorCollection,
HostKeyVerificationException exception) |
Modifier and Type | Method and Description |
---|---|
void |
MercurialBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
MercurialServerConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
void |
MercurialServerConfigurator.validateForConnectionTesting(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
EditJiraIssues |
class |
ViewJiraIssueForPlan |
class |
ViewJiraIssues |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJiraRelatedAction |
class |
ViewBuildResultsByJiraKey
An action that returns a series of build results
|
class |
ViewPlanStatusByJiraKey
An action that returns list of "latest relevant builds" given some JIRA keys
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildLabeller.validate(BuildConfiguration buildConfiguration)
This method is used to validate a build configuration for a build plan
|
Modifier and Type | Class and Description |
---|---|
class |
ViewMaven2ChainSummary |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMavenBuildTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
PhpUnitBuildTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
CombinedExpiryResource.validate(RestCombinedExpiryConfiguration restConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
RestGlobalVariableServiceImpl.validateVariable(RestGlobalVariable restGlobalVariable) |
Modifier and Type | Method and Description |
---|---|
protected ErrorCollection |
RestGlobalPermissionServiceImpl.validateUpdateRequest(RestGlobalPermission restGlobalPermission) |
Modifier and Type | Method and Description |
---|---|
protected ErrorCollection |
SharedCredentialResource.validate(RestSharedCredential restSharedCredential,
Long sharedCredentialId) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptBuildTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractShellCommandTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
StashRepositoryImpl.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration) |
ErrorCollection |
StashRepositoryImpl.validate(BuildConfiguration buildConfiguration) |
ErrorCollection |
StashWebRepositoryViewer.validate(BuildConfiguration buildConfiguration) |
Constructor and Description |
---|
RestErrorCollection(ErrorCollection simpleErrorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
StashTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
protected ErrorCollection |
BitbucketServerSshKeyHandler.getAuthenticationErrors(String url,
String privateKey) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketServerBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
BitbucketServerServerConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
TestResultsParserTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
protected void |
TestResultsParserTaskConfigurator.validateTestResultsFilePattern(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
InjectVariablesTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchingTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
VcsCheckoutTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
VcsTaggingTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
QuickFilterManagerImpl.validate(QuickFilter quickFilter) |
ErrorCollection |
QuickFilterManager.validate(QuickFilter quickFilter)
Validates the given quick filter.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
QuickFilterRuleTypeUnsafeCodeDecorator.validate(Map<String,Object> configuration) |
ErrorCollection |
QuickFilterRuleType.validate(Map<String,Object> configuration)
Validate configuration of a rule of this type.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
LastResultStatusRuleType.validate(Map<String,Object> configuration) |
ErrorCollection |
SuspensionStatusRuleType.validate(Map<String,Object> configuration) |
ErrorCollection |
NameMatcherRuleType.validate(Map<String,Object> configuration) |
ErrorCollection |
HasLabelRuleType.validate(Map<String,Object> configuration) |
ErrorCollection |
LastExecutionDateRuleType.validate(Map<String,Object> configuration) |
ErrorCollection |
InProjectRuleType.validate(Map<String,Object> configuration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractRepository.checkConnection()
Deprecated.
|
ErrorCollection |
Repository.checkConnection()
Deprecated.
since 5.10: repositories that support connection testing should implement
TestConnectionAwareRepository instead |
ErrorCollection |
TestConnectionAwareRepository.testConnection(long timeout,
TimeUnit unit)
Test connection to the repository within the given timeout.
|
ErrorCollection |
AbstractRepository.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
default ErrorCollection |
TestConnectionAwareRepository.validateForConnectionTesting(BuildConfiguration configuration)
A method similar to
BuildConfigurationAwarePlugin.validate(BuildConfiguration) used to validate repository configuration
before connection testing. |
Modifier and Type | Method and Description |
---|---|
static boolean |
InvalidRepositoryException.handleInvalidRepositoryIfAppropriate(PlanKey planKey,
Throwable e,
ErrorCollection errorCollection,
com.atlassian.event.api.EventPublisher eventPublisher,
ErrorHandler errorHandler)
Returns if the
InvalidRepositoryException was handled (if the passed exception or the cause of it is of
the right type. |
void |
QuietPeriodHelper.validate(BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
CVSRepository.validate(BuildConfiguration buildConfiguration)
Ensure we have the been initialised with the mandatory settings
|
Modifier and Type | Method and Description |
---|---|
void |
CvsRepositoryManager.validateCvsRoot(ErrorCollection errorCollection,
String cvsRoot,
String password) |
void |
CvsRepositoryManager.validateCvsRoot(ErrorCollection errorCollection,
String cvsRoot,
String passphrase,
String keyFile) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
PerforceRepository.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
PerforceManager.validateClient(ErrorCollection errorCollection,
com.tek42.perforce.Depot depot,
String client)
Validates the existence of the specified client of the perforce depot.
|
void |
PerforceManager.validateConnection(ErrorCollection errorCollection,
com.tek42.perforce.Depot depot)
Validates the connection to the perforce depot.
|
void |
PerforceManager.validateDepot(ErrorCollection errorCollection,
com.tek42.perforce.Depot validationDepot,
String depot)
Validates that the depot string specified is correct.
|
void |
PerforceManager.validateLogin(ErrorCollection errorCollection,
com.tek42.perforce.Depot depot)
Validates that the login credential supplied (ie user/password combination) is correct.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
SvnRepository.testConnection(long timeout,
TimeUnit unit) |
ErrorCollection |
SvnRepository.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
SvnConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
SvnBranchDetectionOptionsConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
SvnBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
SvnServerConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
EditActionAwareRepository.beforeSave(org.apache.commons.configuration.HierarchicalConfiguration configuration)
Action to be taken before repository is saved from the UI.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminRestAction |
class |
ListRunningInstances |
class |
Login
This class lets a remote user login to obtain a session to access the REST API
|
class |
Logout
This class logs a remote user out from their session.
|
class |
LogToServer |
class |
StartElasticAgents |
class |
StopAllElasticAgents |
class |
StopElasticAgents |
Constructor and Description |
---|
RestErrorCollection(ErrorCollection simpleErrorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
AllowLicenseUpdateOrShowExpirationInfo
This class checks whether the user has global admin permission.
|
class |
ChangeForgottenPassword |
class |
ChangePassword
A webwork action to let a logged in user change their password.
|
class |
ForgotPassword
Action to handle a registered user forgetting their password.
|
Modifier and Type | Method and Description |
---|---|
protected ErrorCollection |
BambooAclUpdateHelper.validateRolePermissionUpdateRequest(String roleName,
List<org.acegisecurity.acls.Permission> permissions) |
protected ErrorCollection |
BambooAclUpdateHelper.validateUpdateRequest(com.atlassian.user.Group group,
List<org.acegisecurity.acls.Permission> permissions,
BambooPermissionManager bambooPermissionManager) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
TaskConfigurator.validate(ActionParametersMap params,
ErrorCollection errorCollection)
Validate the params submitted from the UI for this task definition
|
void |
TaskConfiguratorHelperImpl.validateBuilderLabel(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
TaskConfiguratorHelper.validateBuilderLabel(ActionParametersMap params,
ErrorCollection errorCollection)
Validate builder definition in action parameters
|
void |
TaskConfiguratorHelperImpl.validateJdk(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
TaskConfiguratorHelper.validateJdk(ActionParametersMap params,
ErrorCollection errorCollection)
Validate JDK definition in action parameters
|
void |
TaskConfiguratorHelperImpl.validateTestResultsFilePattern(ActionParametersMap params,
ErrorCollection errorCollection) |
void |
TaskConfiguratorHelper.validateTestResultsFilePattern(ActionParametersMap params,
ErrorCollection errorCollection)
Validate test results file pattern in action parameters
|
void |
TaskConfiguratorHelperImpl.validateTestResultsFilePatternIfCustomPatternSelected(ActionParametersMap params,
ErrorCollection errorCollection,
String cfgTestResultsFilePatternOptionCustom) |
void |
TaskConfiguratorHelper.validateTestResultsFilePatternIfCustomPatternSelected(ActionParametersMap params,
ErrorCollection errorCollection,
String cfgTestResultsFilePatternOptionCustom)
Validate test results file pattern in action parameters when manual pattern is enabled by an option
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
CronTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
DailyTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
AfterSuccessfulPlanTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
AfterSuccessfulStageTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
AfterSuccessfulDeploymentTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
PollingTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerRemoteBuild
An action supports triggering from a remote SCM
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteTriggerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
Profile
This class displays the user profile page...
|
Modifier and Type | Method and Description |
---|---|
static ErrorCollection |
BambooFieldValidate.checkFieldXssSafety(com.opensymphony.xwork2.TextProvider textProvider,
String fieldName,
String fieldValue) |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorCollectionUtils.addErrorCollection(com.opensymphony.xwork.ValidationAware validationAware,
ErrorCollection errorCollection)
Deprecated.
since 5.1
|
static void |
ErrorCollectionUtils.addErrorCollection(com.atlassian.struts.ValidationAware validationAware,
ErrorCollection errorCollection) |
static void |
BambooTestUtils.assertFormError(ErrorCollection errorCollection,
String field,
String errorMessage) |
static void |
BambooValidationUtils.checkErrors(ErrorCollection errorCollection)
|
static void |
BambooFieldValidate.checkFieldXssSafety(ErrorCollection errorCollection,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
String fieldName,
String fieldValue) |
static void |
BambooFieldValidate.checkFieldXssSafety(ErrorCollection errorCollection,
com.opensymphony.xwork2.TextProvider textProvider,
String fieldName,
String fieldValue)
Check if field content is XSS safe.
|
static boolean |
BambooFieldValidate.findFieldRelaxedXssViolation(ErrorCollection errorCollection,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
String fieldName,
String fieldValue) |
static boolean |
BambooFieldValidate.findFieldRelaxedXssViolation(ErrorCollection errorCollection,
com.opensymphony.xwork2.TextProvider textProvider,
String fieldName,
String fieldValue) |
static boolean |
BambooFieldValidate.findFieldShellInjectionViolation(ErrorCollection errorCollection,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
String fieldName,
String fieldValue) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleErrorCollection |
class |
SimpleErrorCollectionInternal
Deprecated.
use
SimpleErrorCollection instead |
Modifier and Type | Method and Description |
---|---|
void |
SimpleErrorCollectionInternal.addErrorCollection(ErrorCollection errors)
Deprecated.
|
void |
ErrorCollection.addErrorCollection(ErrorCollection errors)
Populate this ErrorCollection with general and field-specific errors.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
BuildContextImpl.getErrorCollection() |
ErrorCollection |
CommonContext.getErrorCollection()
Any errors associated with the build
|
ErrorCollection |
BaseBuildConfigurationAwarePlugin.validate(BuildConfiguration buildConfiguration) |
ErrorCollection |
BuildConfigurationAwarePlugin.validate(BuildConfiguration buildConfiguration)
Validates the properties in the
BuildConfiguration object. |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
RequirementServiceImpl.validateRequirementForAdd(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue) |
ErrorCollection |
RequirementService.validateRequirementForAdd(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details.
|
ErrorCollection |
RequirementServiceImpl.validateRequirementForUpdate(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue) |
ErrorCollection |
RequirementService.validateRequirementForUpdate(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Pair<Boolean,ErrorCollection> |
ChangeDetectionListenerAction.testIfBuildShouldStart() |
io.atlassian.fugue.Pair<Boolean,ErrorCollection> |
PluginTriggerBuildDetectionAction.testIfBuildShouldStart() |
Modifier and Type | Method and Description |
---|---|
protected BuildContext |
AbstractDependentDetectionAction.prepareBuildContext(ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContinuableBuildAction
An action that sends off a manual build request
|
class |
ContinueBuild
An action that sends off a continue manual stage request
|
class |
ParameterisedManualBuild |
class |
RerunBuild
An action that restart failed build
|
class |
RestartBuild
An action that restart failed build
|
class |
TriggerManualBuild
An action that sends off a manual build request
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
ValidationServiceImpl.validateChainKey(String fieldName,
String chainKey,
ValidationFunction... functions) |
ErrorCollection |
ValidationService.validateChainKey(String fieldName,
String chainKey,
ValidationFunction... functions)
|
ErrorCollection |
ValidationServiceImpl.validateDescription(String fieldName,
String description) |
ErrorCollection |
ValidationService.validateDescription(String fieldName,
String description)
Validate the description field of any object.
|
ErrorCollection |
ValidationServiceImpl.validateJobKey(String fieldName,
String jobKey,
ValidationFunction... functions) |
ErrorCollection |
ValidationService.validateJobKey(String fieldName,
String jobKey,
ValidationFunction... functions)
|
ErrorCollection |
ValidationServiceImpl.validateKey(String fieldName,
ValidationService.ValidationType type,
String key,
ValidationFunction... functions) |
ErrorCollection |
ValidationService.validateKey(String fieldName,
ValidationService.ValidationType type,
String key,
ValidationFunction... functions)
Validate any String against Bamboo's generic rules for keys.
|
ErrorCollection |
ValidationServiceImpl.validateName(String fieldName,
String errorPrefix,
String name) |
ErrorCollection |
ValidationService.validateName(String fieldName,
String errorPrefix,
String name)
Validate any String against Bamboo's generic rules for names.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationFunction.validate(String fieldName,
String fieldValue,
ErrorCollection errorCollection)
Validate a specified field.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultChangeDetectionOptionsConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DeploymentRepositoryBuildContext.getErrorCollection() |
ErrorCollection |
LegacyConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
LegacyVcsLocationConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousDefinition,
ErrorCollection errorCollection) |
void |
LegacyVcsLocationConfigurator.validateForConnectionTesting(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousDefinition,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
VcsConfigurationHelper.validateVcsConfiguration(ActionParametersMap apm,
VcsRepositoryModuleDescriptor vcsDescriptor,
PartialVcsRepositoryData previousVcsDefinition,
ErrorCollection errorCollection,
Set<VcsConfigurationHelper.Overrides> overrides)
Run repository configuration validation(s) on action's data.
|
void |
VcsConfigurationHelper.validateVcsConfigurationForConnectionTesting(ActionParametersMap apm,
VcsRepositoryModuleDescriptor vcsDescriptor,
PartialVcsRepositoryData previousVcsDefinition,
ErrorCollection errorCollection)
Run repository configuration validation(s) on action's data before testing the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
VcsChangeDetectionOptionsConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
VcsBranchConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
VcsBranchDetectionOptionsConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
void |
VcsLocationConfigurator.validate(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection) |
default void |
VcsLocationConfigurator.validateForConnectionTesting(ActionParametersMap actionParametersMap,
VcsLocationDefinition previousVcsLocationDefinition,
ErrorCollection errorCollection)
A method similar to
VcsLocationConfigurator.validate(ActionParametersMap, VcsLocationDefinition, ErrorCollection) used to validate repository configuration
before connection testing. |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
VcsConnectionTester.testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit)
Test connection to the repository within the given timeout.
|
Modifier and Type | Method and Description |
---|---|
void |
VcsRepositoryViewerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
static ErrorCollection |
FishEyeRepositoryViewerConfigurator.validate(CustomVariableContext customVariableContext,
String webRepositoryUrl,
String webRepositoryName) |
Modifier and Type | Method and Description |
---|---|
void |
FishEyeRepositoryViewerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
static ErrorCollection |
GenericRepositoryViewerConfigurator.validate(CustomVariableContext customVariableContext,
String webRepositoryUrl) |
Modifier and Type | Method and Description |
---|---|
void |
GenericRepositoryViewerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyVcsRepositoryViewerConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
void |
VcsRepositoryViewerEmptyConfigurator.validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
VCSVersionReader.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultWebRepositoryViewer.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
FisheyeWebRepositoryViewer.validate(BuildConfiguration buildConfiguration) |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
LegacyStashWebRepositoryViewer.validate(BuildConfiguration buildConfiguration)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DashboardFilter |
class |
QuickFilterAction
A Struts action that extends standard
StarterAction by changing the logic for fetching build plans for
dashboard. |
class |
StarterAction
This class decides which starter page should be displayed on the web site.
|
class |
ViewTelemetryAction |
Modifier and Type | Class and Description |
---|---|
class |
BambooActionSupport |
class |
BambooCancellableAction |
Modifier and Type | Method and Description |
---|---|
void |
BambooActionSupport.addErrorCollection(ErrorCollection errors) |
Modifier and Type | Class and Description |
---|---|
class |
AvailableVariablesAction |
class |
BuildActionSupport |
class |
ChainActionSupport |
class |
CronExpressionGeneratorAction |
class |
FilterCookieWriterAction |
class |
PlanActionSupport |
class |
ViewActivityLog
This class places a build's log in the GUI for viewing.
|
Modifier and Type | Class and Description |
---|---|
class |
AboutAction |
Modifier and Type | Class and Description |
---|---|
class |
AdminUpdateLicenseAction |
class |
ConfigureArtifactHandlers |
class |
ConfigureArtifactStorage |
class |
ConfigureConcurrentBuilds |
class |
ConfigureQuickFilterAction |
class |
ConfigureQuickFiltersAction |
class |
EditQuickFilterRuleAction |
class |
ImportMavenPlanAction |
class |
ImportMavenPlanCheckoutPomAction |
class |
ImportMavenPlanCreatePlanAction |
class |
QuarantineSettingsAction |
class |
RepositorySettingsAction |
class |
SelectAgentsAction |
class |
SetupUpdateLicenseAction |
class |
TrustedKeysAction |
class |
UpdateLicenseAction
This class may be accessed with the context not set up.
|
class |
ViewAllRepositories
Action to look deeper into the Bamboo internals.
|
class |
ViewBambooInternals
Action to look deeper into the Bamboo internals.
|
Modifier and Type | Class and Description |
---|---|
class |
AdministerAuthors |
class |
ViewAuthors |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationBulkAction |
class |
AddNotificationBulkAction |
class |
BulkPlanAction
This class provides a UI action to edit one or more build.
|
class |
DeleteAllNotificationBulkAction |
class |
DisablePlanBulkAction |
class |
EnablePlanBulkAction |
class |
ManualBuildBulkAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryBulkAction |
class |
CvsBulkAction |
class |
SvnBulkAction |
class |
UpdateCvsModuleBulkAction |
class |
UpdateCvsRootCredentialsBulkAction |
class |
UpdateSvnCredentialsBulkAction |
class |
UpdateSvnUrlBulkAction |
class |
UpdateWebUrlBulkAction |
Modifier and Type | Class and Description |
---|---|
class |
ReplaceTriggersAction
A helper action used in
ReplaceTriggersBulkAction . |
class |
ReplaceTriggersBulkAction
A bulk action to replace plan triggers.
|
Modifier and Type | Class and Description |
---|---|
class |
AllElasticInstancesAction |
class |
ConfigureElasticCapability |
class |
ConfigureElasticCloudAction |
class |
ConfigureElasticImageConfiguration |
class |
ConfigureElasticImageConfigurationAssignments |
class |
ConfigureSpotInstancesAction |
class |
EditElasticCapability |
class |
GetPkFileAction |
class |
ManageElasticInstancesAction |
class |
ViewElasticAgentHistoryAction |
class |
ViewElasticInstanceAction |
class |
ViewInstancesForConfigurationAction |
class |
ViewOfflineElasticAgentDetailsAdminAction |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureElasticInstanceSchedule |
class |
ConfigureElasticInstanceSchedules
Action for dealing with many
ElasticInstanceSchedule |
Modifier and Type | Class and Description |
---|---|
class |
ViewGadgetUrls |
Modifier and Type | Class and Description |
---|---|
class |
BrowseGroupsAction |
class |
ConfigureGroup |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureInstantMessagingServer |
class |
CreateInstantMessagingServer |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureMailServer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMigrationAction |
class |
Backup |
class |
Export |
class |
Import |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureSystemNotifications |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurePerforceManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityPagerSupport |
class |
ChangeEmail |
class |
ConfigureAlias |
class |
ConfigureNotificationPreferences |
class |
ConfigureProfile |
class |
ConfigureUser |
class |
SearchUserAction |
class |
UserPickerAction |
class |
ViewAdministrators |
Modifier and Type | Class and Description |
---|---|
class |
SignupUser |
Modifier and Type | Class and Description |
---|---|
class |
AgentJsonProvider |
class |
ViewAgentDetailsAction |
Modifier and Type | Class and Description |
---|---|
class |
GotoAuthors |
class |
ViewAggregatedAuthors |
class |
ViewAuthor |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureBranches |
class |
CreateChainBranch |
class |
DetectBranches |
class |
EditChainBranchDetails |
class |
EditChainBranchNotifications |
class |
EditChainBranchRepository |
class |
ResetChainBranchRepository |
class |
ViewChainBranches |
Modifier and Type | Class and Description |
---|---|
class |
BuildJsonProviderAction |
class |
ChainResultProviderAction |
class |
DashboardSummaryAction |
class |
ViewAgentRecentBuildsSummary |
class |
ViewBuildResultsTable
This is an embedded action that's used to display
|
class |
ViewBuildResultsTableByPlans |
Modifier and Type | Class and Description |
---|---|
class |
BuildConfigurationSupport |
class |
BulkEditBuildPermissions |
class |
DeleteBuildFiles |
class |
DeleteBuilds
This class provides a UI action to remove one or more build.
|
class |
MoveBuilds |
class |
RemoveBuildArtifacts |
class |
ReorderBuild |
class |
SuspendBuild |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureArtifactSubscription |
class |
ConfigureBuildArtifact |
class |
ConfigureBuildDetails |
class |
ConfigureBuildMiscellaneousOptions |
class |
ConfigureBuildNotification
only used by bulk action.
|
class |
ConfigureBuildPermissions |
class |
ConfigureBuildRequirement |
class |
DescribeAgentAvailability |
class |
SelectBuildConfigurationTab |
class |
ViewPlanSpecs |
class |
ViewPlanYaml |
Modifier and Type | Class and Description |
---|---|
class |
ToggleArtifactDefinitionSharing |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureChainRepositories |
class |
ConfigureRepository |
class |
ConvertLocalToGlobalRepository |
class |
CreateRepository |
class |
DeleteRepository |
class |
EditRepository |
class |
MoveRepository |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureBuildTasks |
class |
CreateTask |
class |
DeleteTask |
class |
EditTask |
class |
MoveTask |
class |
UpdateTaskState |
Modifier and Type | Method and Description |
---|---|
void |
TaskUIConfigBean.validateTaskConfiguration(TaskModuleDescriptor taskDescriptor,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurePlanVariables |
class |
CreatePlanVariable |
class |
DeletePlanVariable |
class |
UpdatePlanVariable |
Modifier and Type | Class and Description |
---|---|
class |
CreateChain |
class |
CreateTasksChainWizard |
Modifier and Type | Class and Description |
---|---|
class |
AddStageAction |
class |
ArtifactUrlRedirectAction |
class |
CreateJob |
class |
CreateTasksJobWizard |
class |
DeleteStageAction |
class |
EditChainDetails |
class |
ListChainResults |
class |
ListJobsForChain |
class |
MoveJobAction |
class |
MoveStageAction |
class |
StageAction |
class |
ViewAggregatedJobPlugins |
class |
ViewChainArtifacts |
class |
ViewChainLogs |
class |
ViewChainResult |
class |
ViewChainSummary |
class |
ViewChainTestResults |
class |
ViewQuarantinedTests |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureChainNotification |
class |
DeleteChainAuditLog |
class |
ViewChainAuditLog |
class |
ViewPlanConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
ConfigureChainTrigger |
class |
ConfigureChainTriggers |
class |
CreateChainTrigger |
class |
DeleteChainTrigger |
class |
EditChainTrigger |
Modifier and Type | Method and Description |
---|---|
void |
TriggerUIConfigBean.validateTriggerConfiguration(TriggerModuleDescriptor triggerDescriptor,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
ViewAuthorChart |
class |
ViewBuildNumberChart |
class |
ViewCombinedByTimePeriodChart |
class |
ViewReportChart |
Modifier and Type | Class and Description |
---|---|
class |
EditCommentAction |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedAction
Access denied action.
|
class |
ErrorAction
A base Error class used for things like 404, permission denied etc.
|
class |
FiveOhOh
A 500 error handling action that tries to find the exception in the context and then also logs it.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCreateNewJiraIssueAction |
class |
AbstractJiraIssueAction |
class |
CreateNewJiraIssueForBuildResultAction |
class |
CreateNewJiraIssueForTestAction |
class |
CreateRemoteJiraLinkAction |
class |
GetJiraIssueSchemaAction |
class |
JiraRedirectAction |
class |
LinkTestToJiraIssueAction |
class |
TransitionJiraIssueAction |
class |
UnlinkTestToJiraIssueAction |
Modifier and Type | Class and Description |
---|---|
class |
EditLabelsAction |
class |
SetFavouriteAction |
class |
ViewBuildResultsForLabelAction |
class |
ViewLabels |
Modifier and Type | Class and Description |
---|---|
class |
DeletePlan |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurePlanDependencies |
Modifier and Type | Class and Description |
---|---|
class |
EditProjectName |
class |
ViewProject |
Modifier and Type | Class and Description |
---|---|
class |
ViewReport |
Modifier and Type | Class and Description |
---|---|
class |
AllBuildsRssFeedAction |
class |
LabelRssFeedAction
This generates a rss feed for a given label.
|
class |
RssFeedAction
This generates a rss feed from a resultsList.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSetupAction |
class |
FinishSetupAction |
class |
SelectSetupStepAction
A simple action, the goal of which is to redirect the user to the correct setup step
|
class |
SetupAdminUserAction |
class |
SetupDatabaseAction |
class |
SetupDatabaseConnectionAction |
class |
SetupDefaultsAction |
class |
SetupEmbeddedDatabaseAction |
class |
SetupGeneralConfiguration |
class |
SetupImportDataAction |
class |
SetupLicenseAction |
Modifier and Type | Method and Description |
---|---|
void |
SetupUtilityBean.setupAgentsSecurityToken(ErrorCollection errorCollection,
boolean featureEnabled)
Initializes the agent security token authentication feature and all related settings for this Bamboo instance.
|
void |
SetupUtilityBean.setupDatasourceDatabase(String selectedDatasource,
com.atlassian.config.db.DatabaseDetails dbDetails,
String datasourceName,
javax.servlet.ServletContext servletContext,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupDefaultGeneralConfiguration(String requestUrl,
String servletPath,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupEmbeddedDatabase(javax.servlet.ServletContext servletContext,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupGeneralConfiguration(String instanceName,
String baseUrl,
String configDir,
String buildWorkingDir,
String buildDir,
String artifactsDir,
String brokerURI,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupGeneralConfiguration(String instanceName,
String baseUrl,
String configDir,
String buildWorkingDir,
String buildDir,
String artifactsDir,
String brokerURI,
ErrorCollection errorCollection,
boolean isOnDemand) |
void |
SetupUtilityBean.setupGeneralConfigurationForOnDemand(String instanceName,
String baseUrl,
String configDir,
String buildWorkingDir,
String buildDir,
String artifactsDir,
String brokerURI,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupStandardDatabase(String selectedDatabase,
com.atlassian.config.db.DatabaseDetails dbDetails,
javax.servlet.ServletContext servletContext,
ErrorCollection errorCollection) |
void |
SetupUtilityBean.setupUser(String username,
String password,
String email,
String fullName,
ErrorCollection errorCollection) |
Modifier and Type | Class and Description |
---|---|
class |
ViewUserSummary |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
SmackXmppMessageSender.validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
|
ErrorCollection |
XmppMessageSender.validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
|
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
CommitCommentSmackCommand.validate() |
abstract ErrorCollection |
SimpleSmackCommand.validate() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.