A B C D E F G I J L M P R S T V W

A

AbstractBuilder2TaskConverter - Class in com.atlassian.bamboo.task.conversion
 
AbstractBuilder2TaskConverter() - Constructor for class com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
 
addBuildLogEntry(LogEntry) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Add a new build log entry.
addBuildLogEntry(String) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Create a new build log entry from text to append to logs
addBuildLogHeader(String, boolean) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
 
addCustomData(String, String) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
addDefaultCapabilities(CapabilitySet) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
Adds default Capabilities for this module.
addErrorCollection(String, ErrorCollection) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Adds all the error messages in the errorCollection to the build
addErrorLogEntry(LogEntry) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Add a new build error log entry.
addErrorLogEntry(String) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Add a new build error log entry from text.
addErrorLogEntry(String, Throwable) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Adds an error log entry and each frame of the stack trace as a new error log entry
addJdkRequirement(Set, TaskDefinition, String) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Add JDK requirement if JDK was defined in task configuration
addSystemRequirementFromConfiguration(Set, TaskDefinition, String, String) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Add Executable requirement if Executable was defined in task configuration
AgentContext - Interface in com.atlassian.bamboo.v2.build.agent.capability
Allows you to retrieve a reference to the agent for the current thread
ArtifactManager - Interface in com.atlassian.bamboo.build.artifact
Common interface for artifact publishers.

B

build() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
 
BuildContext - Interface in com.atlassian.bamboo.v2.build
A class that encapsulates how to build a particular plan at a given instance
BuildDirectoryManager - Interface in com.atlassian.bamboo.build.fileserver
Interface to retrieve various build locations
BUILDER - Static variable in class com.atlassian.bamboo.task.TaskCategory
 
builder2TaskList(BuildConfiguration) - Method in interface com.atlassian.bamboo.task.conversion.LegacyBuilderToTaskConverter
Creates a list of tasks out of BuildConfiguration.
BuildLogger - Interface in com.atlassian.bamboo.build.logger
This interface represents a logger for a given build

C

calculateRequirements(TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskRequirementSupport
Populates the RequirementSet needed based off of the TaskDefinition
calculateRequirementsForTaskDefinition(Buildable, TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskManager
Attempts to add Requirements to the specified Buildable if the TaskConfigurator is an implementor of TaskRequirementSupport If requirements are already present for the specified TaskDefinition they will be removed and recalculated
CAPABILITY_BUILDER_PREFIX - Static variable in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
 
CAPABILITY_BUILDER_TYPE - Static variable in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
 
CapabilityConfigurationManager - Interface in com.atlassian.bamboo.v2.build.agent.capability
Manager for retrieving/storing configuration associated with Capability.
CapabilityContext - Interface in com.atlassian.bamboo.v2.build.agent.capability
Allows the ability to retrieve a capability set specific to the context it is called from.
CapabilityDefaultsHelper - Interface in com.atlassian.bamboo.v2.build.agent.capability
If implemented on a CapabilityTypeModule this interface makes the auto-detection of capabilities possible via the CapabilityDefaultsHelper.addDefaultCapabilities(CapabilitySet) method
CBD_BUILD_COMMANDLINE - Static variable in interface com.atlassian.bamboo.process.ProcessService
Key name in custom build data
CFG_BUILDER_LABEL - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_ENVIRONMENT_VARIABLES - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_HAS_TESTS - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_HAS_TESTS_BOOLEAN - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_JDK_LABEL - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_PROJECT_FILENAME - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_TEST_RESULTS_FILE_PATTERN - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_TEST_RESULTS_FILE_PATTERN_OPTION - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
CFG_WORKING_SUB_DIRECTORY - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
checkInterceptorMatches(ContentMatchingInterceptor, int) - Method in class com.atlassian.bamboo.task.TaskResultBuilder
 
checkInterceptorNotMatches(ContentMatchingInterceptor, int) - Method in class com.atlassian.bamboo.task.TaskResultBuilder
 
checkReturnCode(ExternalProcess) - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Checks that the return code of the ExternalProcess was zero Will only check return codes if the build state has not been set to Failed for some other reason.
checkReturnCode(ExternalProcess, int) - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Checks that the return code of the ExternalProcess was of the expected type.
checkTestFailures() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Checks whether any test failures have been recorded against the buildResult and updates the state accordingly Will only check tests if the build state has not been set to Failed for some other reason.
clear() - Method in interface com.atlassian.bamboo.logger.ErrorHandler
Remove all errors from the handler
clearBuildAgent() - Method in interface com.atlassian.bamboo.v2.build.agent.capability.AgentContext
Removes whatever is currently stored in thread local
clearBuildLog() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Reset the build log, ready for the next build
clearCapabilitySet() - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityContext
Removes whatever is currently stored in thread local
clearContext() - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
close() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
 
collateTestResults(TaskContext, String) - Method in interface com.atlassian.bamboo.build.test.TestCollationService
Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern This method parses in the JUnit format by default.
collateTestResults(TaskContext, String, TestReportCollector) - Method in interface com.atlassian.bamboo.build.test.TestCollationService
Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern You can implement your own TestReportCollector and pass it in to support other reporting formats
collect(File) - Method in interface com.atlassian.bamboo.build.test.TestReportCollector
Collect all the results within the specified file
com.atlassian.bamboo.build - package com.atlassian.bamboo.build
 
com.atlassian.bamboo.build.artifact - package com.atlassian.bamboo.build.artifact
 
com.atlassian.bamboo.build.fileserver - package com.atlassian.bamboo.build.fileserver
 
com.atlassian.bamboo.build.logger - package com.atlassian.bamboo.build.logger
 
com.atlassian.bamboo.build.test - package com.atlassian.bamboo.build.test
 
com.atlassian.bamboo.configuration - package com.atlassian.bamboo.configuration
 
com.atlassian.bamboo.logger - package com.atlassian.bamboo.logger
 
com.atlassian.bamboo.process - package com.atlassian.bamboo.process
 
com.atlassian.bamboo.task - package com.atlassian.bamboo.task
 
com.atlassian.bamboo.task.conversion - package com.atlassian.bamboo.task.conversion
 
com.atlassian.bamboo.v2.build - package com.atlassian.bamboo.v2.build
 
com.atlassian.bamboo.v2.build.agent.capability - package com.atlassian.bamboo.v2.build.agent.capability
 
com.atlassian.bamboo.variable - package com.atlassian.bamboo.variable
 
command(List) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
create(TaskContext) - Static method in class com.atlassian.bamboo.task.TaskResultBuilder
Creates a new TaskResultBuilder for a TaskContext
createElasticError(String, Long, ThrowableDetails, String) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Create an error regarding Elastic Bamboo.
createError(String, Integer, Long, String, ThrowableDetails) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
 
createProcess(TaskContext, ExternalProcessBuilder) - Method in interface com.atlassian.bamboo.process.ProcessService
Create a new ExternalProcess that logs to the BuildLogger for the given PlanResultKey Processes created with this method will be decorated by any applicable TaskProcessCommandDecorator
CustomVariableContext - Interface in com.atlassian.bamboo.variable
 

D

DEFAULT_BUILDER_CONFIGURATION_KEYS - Static variable in interface com.atlassian.bamboo.task.TaskConfigConstants
 
DEPLOYMENT - Static variable in class com.atlassian.bamboo.task.TaskCategory
 

E

env(Map) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
env(String, String) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
EnvironmentVariableAccessor - Interface in com.atlassian.bamboo.process
Accessor for all environment variables needed by the ProcessService.
ERROR - Static variable in class com.atlassian.bamboo.task.TaskState
 
ErrorHandler - Interface in com.atlassian.bamboo.logger
Describes an abstraction for dealing with errors that occure while building builds.
ErrorUpdateHandler - Interface in com.atlassian.bamboo.logger
 
execute(TaskContext) - Method in interface com.atlassian.bamboo.task.TaskType
Execute the task
executeProcess(TaskContext, ExternalProcessBuilder) - Method in interface com.atlassian.bamboo.process.ProcessService
Create and execute ExternalProcess that logs to the BuildLogger for the given PlanResultKey Processes created with this method will be decorated by any applicable TaskProcessCommandDecorator
ExternalProcessBuilder - Class in com.atlassian.bamboo.process
Builder to create ExternalProcesss using the ProcessService
ExternalProcessBuilder() - Constructor for class com.atlassian.bamboo.process.ExternalProcessBuilder
 

F

failed() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Sets the Task Result Status as TaskState.FAILED
FAILED - Static variable in class com.atlassian.bamboo.task.TaskState
 
failedWithError() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Sets the Task Result Status as TaskState.ERROR

G

generateTaskConfigMap(ActionParametersMap, TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskConfigurator
Convert the params from the ui into a config map to be stored in the database for the taskDefinition.
getAgentPathPrefix(ExecutableBuildAgent) - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
 
getApplicationHome() - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
Returns application's/agent's home directory.
getApplicationHome() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getAppServerContainer() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getArtifactContext() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
 
getArtifactsDirectory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getAvailableProcessors() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getAvailableTaskDescriptors() - Method in interface com.atlassian.bamboo.task.TaskManager
 
getBaseBuildWorkingDirectory() - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
 
getBroker() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getBuildAgent() - Method in interface com.atlassian.bamboo.v2.build.agent.capability.AgentContext
Current build agent.
getBuildChanges() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
Returns the build changes, if any, that represents the changes that triggered this build.
getBuildContext() - Method in interface com.atlassian.bamboo.task.TaskContext
Contains all the build related information about the running of the tasks
getBuildDefinition() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
 
getBuildLog() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Provide the latest build details (last 100 lines of logs).
getBuildLogger() - Method in interface com.atlassian.bamboo.task.TaskContext
Returns the appropriate logger for the task
getBuildPath() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getBuildPlanDefinition() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
Deprecated. since 2.7 use #getBuildDefinition
getBuildResult() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
The information about the results of a build
getBuildWorkingDirectory(String) - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
Deprecated. since 3.0 please use $BuildDirectoryManager.getBuildWorkingDirectory(PlanKey)
getBuildWorkingDirectory(PlanKey) - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
 
getBuildWorkingDirectory() - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
Deprecated. since 3.0 please use $BuildDirectoryManager.getWorkingDirectoryOfCurrentAgent()
getBuildWorkingDirectory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getCapabilitySet() - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityContext
Retrieves the capability set currently stored within the context, If empty the shared local (server) capabilities are returned
getCapabilityValue(String) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityContext
Convenience method.
getCommand() - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
getConfigPath() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getConfiguration() - Method in interface com.atlassian.bamboo.task.TaskDefinition
Represents the raw configuration data for this configuration.
getConfiguration(String) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityConfigurationManager
Get the Configuration object associated with the capability key.
getConfigurationMap() - Method in interface com.atlassian.bamboo.task.TaskContext
A Map of String values from TaskDefinition.getConfiguration() where the values have gone through variable substitution through CustomVariableContext#substituteString().
getCurrentDate() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getCurrentDirectory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getEnv() - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
getEnvironment() - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
 
getEnvironment(TaskContext) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Use TaskContext as a source of environment settings.
getEnvironmentVariables() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getErrorCollection() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
Any errors associated with the build
getErrorDetails(String, int) - Method in interface com.atlassian.bamboo.logger.ErrorHandler
Obtain the specifed error from the handler.
getErrorLog() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Provide the latest error logs.
getErrors(String) - Method in interface com.atlassian.bamboo.logger.ErrorHandler
Deprecated. since 3.0 Use type-safe ErrorAccessor API.
getExecutableLabelTypeMap() - Method in interface com.atlassian.bamboo.task.TaskManager
Returns a map of currently available "configured" executables - uniquely identified by a label.
getFailedTestResults() - Method in interface com.atlassian.bamboo.build.test.TestCollectionResult
Get all the unit TestResults that have failed.
getFreeDiskSpace() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getFreeMemory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getHostName() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getId() - Method in interface com.atlassian.bamboo.task.TaskIdentifier
 
getIndexSize() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getInterceptorStack() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
 
getIpAddress() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getLabel() - Method in class com.atlassian.bamboo.task.TaskCategory
 
getLastNLogEntries(int) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Provide the latest build details (last n lines of logs).
getOperatingSystem() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getOperatingSystemArchitecture() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getParentBuildContext() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
 
getPaths(TaskContext) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Use TaskContext as a source of additional PATH settings.
getPaths() - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
getPluginKey() - Method in interface com.atlassian.bamboo.task.TaskIdentifier
 
getResultData() - Method in interface com.atlassian.bamboo.task.TaskResult
 
getRootDirectory() - Method in interface com.atlassian.bamboo.task.TaskContext
Get build root directory (where sources were checked out)
getStartupTimestamp() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getStringErrorLogs() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
 
getSubstitutedVariables() - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
getSuccessfulTestResults() - Method in interface com.atlassian.bamboo.build.test.TestCollectionResult
Get all the unit TestResults that have passed without error.
getSupportedFileExtensions() - Method in interface com.atlassian.bamboo.build.test.TestReportCollector
The valid file extension(s) of the test report file.
getSystemDate() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getSystemEncoding() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getSystemProperties() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getSystemProperty(String) - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getSystemTime() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getTaskDescriptor(String) - Method in interface com.atlassian.bamboo.task.TaskManager
Get the task type descriptor matching a particular plugin key.
getTaskIdentifier() - Method in interface com.atlassian.bamboo.task.TaskResult
 
getTasksRequirements(Buildable) - Method in interface com.atlassian.bamboo.task.TaskManager
Return Requirements for all tasks of Buildable if the TaskConfigurator is an implementor of TaskRequirementSupport
getTaskState() - Method in interface com.atlassian.bamboo.task.TaskResult
 
getTaskState() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
 
getTempDir() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getTimeOfLastLog() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
last time a log entry was added.
getTotalMemory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getTriggerReason() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
The reason this build was triggered
getUptime() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getUsedMemory() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getUserDescription() - Method in interface com.atlassian.bamboo.task.TaskIdentifier
 
getUserHome() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getUserLocale() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getUserName() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getUserTimezone() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
getVariableContext() - Method in interface com.atlassian.bamboo.v2.build.BuildContext
 
getVariables(BuildContext) - Method in interface com.atlassian.bamboo.build.VariableSubstitutionBean
Deprecated.  
getVariables(BuildContext) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
getWorkingDirectory() - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
getWorkingDirectory() - Method in interface com.atlassian.bamboo.task.TaskContext
Get build working directory (where task should be executed).
getWorkingDirectoryOfCurrentAgent() - Method in interface com.atlassian.bamboo.build.fileserver.BuildDirectoryManager
 

I

incrementTaskId - Variable in class com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
Creates id that is unique within single Plan.
isFinalising() - Method in interface com.atlassian.bamboo.task.TaskIdentifier
 

J

joinEnvironmentVariables(Map) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Concatenate environment variables into string.
joinEnvironmentVariables(Iterable) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Concatenate environment variables into string.

L

LegacyBuilderToTaskConverter - Interface in com.atlassian.bamboo.task.conversion
Represents a utility that creates a list of tasks that provide the same functionality that a legacy builder existing in a build configuration.

M

MAX_SAFE_ENVIRONMENT_LENGTH - Static variable in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
 
MAX_SAFE_INDIVIDUAL_VARIABLE_LENGTH - Static variable in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
 

P

path(String) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
path(List) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 
populateContextForCreate(Map) - Method in interface com.atlassian.bamboo.task.TaskConfigurator
Provide any required context to be used when rendering the freemarker template for creating a task definition.
populateContextForEdit(Map, TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskConfigurator
Provide any required context to be used when rendering the freemarker template for view editing a task definition
populateContextForView(Map, TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskConfigurator
Provide any required context to be used when rendering the freemarker template for viewing a task definition
populateContextWithConfiguration(Map, TaskDefinition, Iterable) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Populate Freemarker context with selected data from task configuration.
populateTaskConfigMapWithActionParameters(Map, ActionParametersMap, Iterable) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Populate task configuration with selected data from action parameters.
ProcessService - Interface in com.atlassian.bamboo.process
Provides support for executing ExternalProcesss
publish(BuildLogger, PlanResultKey, File, ArtifactDefinitionContext, boolean, int) - Method in interface com.atlassian.bamboo.build.artifact.ArtifactManager
Request copy of artifacts from a designated location to artifact storage.

R

recordElasticError(String, Long, Throwable, String) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Record an error resulting from Elastic Bamboo
recordError(String, int, String, Throwable) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Record a build error against a build
recordError(PlanResultKey, String, Throwable) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Record a build error against a build result
recordError(String, String, Throwable) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Record a build error against a build
recordError(PlanKey, String, Throwable) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
 
recordError(String, String) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
Record a build error against a build
recordError(PlanKey, String) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
 
recordError(BuildContext, String, Throwable) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
 
recordError(String) - Method in interface com.atlassian.bamboo.logger.ErrorUpdateHandler
 
removeAllVariables(String) - Method in interface com.atlassian.bamboo.build.VariableSubstitutionBean
Deprecated. Remove all variables from unparsedString
removeAllVariables(String) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
removeBuildErrors(String) - Method in interface com.atlassian.bamboo.logger.ErrorHandler
Remove all the errors for a given build
removeError(String, int) - Method in interface com.atlassian.bamboo.logger.ErrorHandler
Remove a specific error from the handler.
removeRequirementsForTaskDefinition(Buildable, TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskManager
Removes all the Requirements that belong to the TaskDefinition
retrieve(PlanResultKey, ArtifactSubscriptionContext) - Method in interface com.atlassian.bamboo.build.artifact.ArtifactManager
Retrieves an artifact from artifact storage.

S

setBuildAgent(ExecutableBuildAgent) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.AgentContext
Stores a agent set within the ThreadLocal
setBuildContext(BuildContext) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
setCapabilitySet(ReadOnlyCapabilitySet) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityContext
Stores a specific capability set within the ThreadLocal
setConfiguration(Map) - Method in interface com.atlassian.bamboo.task.TaskDefinition
 
setConfiguration(String, Configuration) - Method in interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityConfigurationManager
Associate CapabilityConfiguration with the capability key.
setFinalising(boolean) - Method in interface com.atlassian.bamboo.task.TaskDefinition
 
setPlan(Plan, Map) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
setUserDescription(String) - Method in interface com.atlassian.bamboo.task.TaskDefinition
 
setVariables(Map) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
splitEnvironmentAssignments(String, boolean) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Splits "Environment settings" string into array of separate strings.
splitEnvironmentAssignments(String) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Splits "Environment settings" string into array of separate strings.
startStreamingBuildLogs(int, String) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Deprecated. since 3.1 use BuildLogger.startStreamingBuildLogs(PlanResultKey)
startStreamingBuildLogs(PlanResultKey) - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Begin streaming any logs to build logs file
stopStreamingBuildLogs() - Method in interface com.atlassian.bamboo.build.logger.BuildLogger
Stop streaming any logs to the build logs file
stripBuilderParameters(BuildConfiguration, String) - Method in class com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
Retrieves builder parameters, removes the prefix from them and puts them into a map.
substituteBambooVariables(String) - Method in interface com.atlassian.bamboo.build.VariableSubstitutionBean
Deprecated. Takes a String to be parsed for variable references and substitutes with the variable values then returns the substituted string.
substituteBambooVariables(String, BuildContext, BuildLogger) - Method in interface com.atlassian.bamboo.build.VariableSubstitutionBean
Deprecated. Takes a String to be parsed for variable references and substitutes with the variable values then returns the substituted string.
substituteBambooVariables(String[], BuildContext, BuildLogger) - Method in interface com.atlassian.bamboo.build.VariableSubstitutionBean
Deprecated. Takes an array of Strings to be parsed for variable references and substitutes with the variable values then returns the substituted string If BuildContext is null only global variables, system variables and capabilities will be substituted.
substituteString(String) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
substituteString(String, BuildContext, BuildLogger) - Method in interface com.atlassian.bamboo.variable.CustomVariableContext
 
success() - Method in class com.atlassian.bamboo.task.TaskResultBuilder
Sets the Task Result Status as TaskState.SUCCESS
SUCCESS - Static variable in class com.atlassian.bamboo.task.TaskState
 
SystemInfo - Class in com.atlassian.bamboo.configuration
POJO for presenting the system runtime information.
SystemInfo() - Constructor for class com.atlassian.bamboo.configuration.SystemInfo
 
SystemInfo(StartupStatisticsBean, BuildDirectoryManager, HomeLocator) - Constructor for class com.atlassian.bamboo.configuration.SystemInfo
 

T

TaskCategory - Class in com.atlassian.bamboo.task
Categories for TaskTypes
TaskConfigConstants - Interface in com.atlassian.bamboo.task
Keys for some common task parameters.
TaskConfigurator - Interface in com.atlassian.bamboo.task
Implement this class if you want the user to be able to configure your task.
TaskConfiguratorHelper - Interface in com.atlassian.bamboo.task
Bucket of TaskConfigurator helper methods
TaskContext - Interface in com.atlassian.bamboo.task
Encapsulates the environment and configuration of a task running in a building environment.
TaskDefinition - Interface in com.atlassian.bamboo.task
A definition of one configuration of a TaskType
TaskException - Exception in com.atlassian.bamboo.task
When thrown indicates a problem with the execution of a TaskType
TaskException(String) - Constructor for exception com.atlassian.bamboo.task.TaskException
 
TaskException(String, Throwable) - Constructor for exception com.atlassian.bamboo.task.TaskException
 
TaskIdentifier - Interface in com.atlassian.bamboo.task
This interface defines a configured instance of a TaskType
TaskManager - Interface in com.atlassian.bamboo.task
 
taskProducesTestResults(TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskManager
Return true iff task defined in TaskDefinition is configured to produce test results.
taskProducesTestResults(TaskDefinition) - Method in interface com.atlassian.bamboo.task.TaskTestResultsSupport
Returns true iff task defined by TaskDefinition produces test results.
TaskRequirementSupport - Interface in com.atlassian.bamboo.task
Allows creators of TaskTypes to specify Requirements
TaskResult - Interface in com.atlassian.bamboo.task
Represents the result of a TaskType execution.
TaskResultBuilder - Class in com.atlassian.bamboo.task
Evaluates the execution of TaskTypes to produce a TaskResult
TaskState - Class in com.atlassian.bamboo.task
The state of a TaskResult
TaskTestResultsSupport - Interface in com.atlassian.bamboo.task
Allows creators of TaskTypes to utilise Bamboo's support for test results
TaskType - Interface in com.atlassian.bamboo.task
An Executable Task.
TEST - Static variable in class com.atlassian.bamboo.task.TaskCategory
 
TestCollationService - Interface in com.atlassian.bamboo.build.test
Collates TestClassResults and TestCaseResults from the file system after a TaskType execution
TestCollectionResult - Interface in com.atlassian.bamboo.build.test
Holds the successful and failed TestResults after calling TestReportCollector.collect(File)
TestReportCollector - Interface in com.atlassian.bamboo.build.test
Collects a builds test results.
toString() - Method in class com.atlassian.bamboo.configuration.SystemInfo
 
toString() - Method in class com.atlassian.bamboo.task.TaskState
 

V

validate(ActionParametersMap, ErrorCollection) - Method in interface com.atlassian.bamboo.task.TaskConfigurator
Validate the params submitted from the UI for this task definition
validateBuilderLabel(ActionParametersMap, ErrorCollection) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Validate builder definition in action parameters
validateEnvironmentVariables(Map) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Perform basic validation of environment settings before passing it to process-utils
validateEnvironmentVariables(Iterable) - Method in interface com.atlassian.bamboo.process.EnvironmentVariableAccessor
Perform basic validation of environment settings before passing it to process-utils
validateJdk(ActionParametersMap, ErrorCollection) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Validate JDK definition in action parameters
validateTestResultsFilePattern(ActionParametersMap, ErrorCollection) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Validate test results file pattern in action parameters
validateTestResultsFilePatternIfCustomPatternSelected(ActionParametersMap, ErrorCollection, String) - Method in interface com.atlassian.bamboo.task.TaskConfiguratorHelper
Validate test results file pattern in action parameters when manual pattern is enabled by an option
valueOf(String) - Static method in class com.atlassian.bamboo.task.TaskCategory
 
valueOf(String) - Static method in class com.atlassian.bamboo.task.TaskState
 
values() - Static method in class com.atlassian.bamboo.task.TaskCategory
 
values() - Static method in class com.atlassian.bamboo.task.TaskState
 
VariableSubstitutionBean - Interface in com.atlassian.bamboo.build
Deprecated. since 3.1 use CustomVariableContext

W

workingDirectory(File) - Method in class com.atlassian.bamboo.process.ExternalProcessBuilder
 

A B C D E F G I J L M P R S T V W

Copyright © 2011 Atlassian. All Rights Reserved.