Uses of Interface
com.atlassian.bamboo.task.CommonTaskContext
-
-
Uses of CommonTaskContext in com.atlassian.bamboo.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type CommonTaskContext Modifier and Type Method Description voidPrePostTaskActions. executeBefore(@NotNull InternalTaskType task, @NotNull CommonTaskContext context)Executes a custom action before the task is executed. -
Uses of CommonTaskContext in com.atlassian.bamboo.deployments.execution
Subinterfaces of CommonTaskContext in com.atlassian.bamboo.deployments.execution Modifier and Type Interface Description interfaceDeploymentTaskContext -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.ant.task
Methods in com.atlassian.bamboo.plugins.ant.task with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultAntBuildTask. execute(@NotNull CommonTaskContext taskContext)Constructors in com.atlassian.bamboo.plugins.ant.task with parameters of type CommonTaskContext Constructor Description AntConfig(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.artifact
Methods in com.atlassian.bamboo.plugins.artifact with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultArtifactDownloaderTask. execute(@NotNull CommonTaskContext taskContext)TaskResultCleanWorkingDirectoryTask. execute(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.command.task
Methods in com.atlassian.bamboo.plugins.command.task with parameters of type CommonTaskContext Modifier and Type Method Description protected ShellConfigCommandBuildTask. getConfig(@NotNull CommonTaskContext taskContext)Constructors in com.atlassian.bamboo.plugins.command.task with parameters of type CommonTaskContext Constructor Description CommandConfig(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type CommonTaskContext Modifier and Type Method Description static @Nullable StringGrailsBuildTask. getRequiredGrailsVersion(@NotNull CommonTaskContext taskContext)Look up for 'application.properties' file and return Grails version set in it. -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.maven.task
Methods in com.atlassian.bamboo.plugins.maven.task with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultMaven1BuildTask. execute(@NotNull CommonTaskContext taskContext)@NotNull TaskResultMaven2BuildTask. execute(@NotNull CommonTaskContext taskContext)@NotNull TaskResultMaven3BuildTask. execute(@NotNull CommonTaskContext taskContext)static voidMvnReleasePluginVariablesPublisher. injectVariablesIfExists(List<String> commandline, File workingDir, CommonTaskContext taskContext)Constructors in com.atlassian.bamboo.plugins.maven.task with parameters of type CommonTaskContext Constructor Description AbstractMavenConfig(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor, @NotNull String capabilityPrefix, @NotNull String executableName)Maven1Config(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor)Maven2Config(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor)Maven3Config(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.script.task
Methods in com.atlassian.bamboo.plugins.script.task with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultScriptBuildTask. execute(@NotNull CommonTaskContext taskContext)protected ScriptConfigScriptBuildTask. getConfig(@NotNull CommonTaskContext taskContext)Constructors in com.atlassian.bamboo.plugins.script.task with parameters of type CommonTaskContext Constructor Description ScriptConfig(@NotNull CommonTaskContext taskContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.shell.task
Methods in com.atlassian.bamboo.plugins.shell.task with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultAbstractShellBuildTask. execute(@NotNull CommonTaskContext taskContext)protected TaskResultAbstractShellBuildTask. execute(CommonTaskContext taskContext, ShellConfig config)protected abstract ShellConfigAbstractShellBuildTask. getConfig(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.variable.debug
Methods in com.atlassian.bamboo.plugins.variable.debug with parameters of type CommonTaskContext Modifier and Type Method Description TaskResultDumpVariablesTask. execute(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.variable.inject
Methods in com.atlassian.bamboo.plugins.variable.inject with parameters of type CommonTaskContext Modifier and Type Method Description TaskResultInjectVariablesTask. execute(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.vcs.task
Methods in com.atlassian.bamboo.plugins.vcs.task with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull TaskResultVcsBranchTask. execute(@NotNull CommonTaskContext taskContext)@NotNull TaskResultVcsCheckoutTask. execute(@NotNull CommonTaskContext taskContext)@NotNull TaskResultVcsCommitTask. execute(@NotNull CommonTaskContext taskContext)@NotNull TaskResultVcsPushTask. execute(@NotNull CommonTaskContext commonTaskContext)@NotNull TaskResultVcsTagTask. execute(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.plugins.vcs.task.utils
Methods in com.atlassian.bamboo.plugins.vcs.task.utils with parameters of type CommonTaskContext Modifier and Type Method Description static voidVcsTaskUtils. appendAffectedCommits(long repositoryId, @NotNull String revisionId, @NotNull CommonTaskContext commonTaskContext)Adds information about commit made by task to task context.static @NotNull FileVcsTaskUtils. getCheckoutDirectory(@NotNull CommonTaskContext taskContext, long repositoryId)Returns the checkout directory for the given repository, given task context. -
Uses of CommonTaskContext in com.atlassian.bamboo.process
Methods in com.atlassian.bamboo.process that return CommonTaskContext Modifier and Type Method Description @Nullable CommonTaskContextProcessContext. getTaskContext()@Nullable CommonTaskContextProcessContextImpl. getTaskContext()Methods in com.atlassian.bamboo.process with parameters of type CommonTaskContext Modifier and Type Method Description @NotNull com.atlassian.utils.process.ExternalProcessProcessService. createExternalProcess(@NotNull CommonTaskContext taskContext, @NotNull ExternalProcessBuilder processBuilder)Create a newExternalProcessthat logs to theBuildLoggerfor the givenResultKeyProcesses created with this method will be decorated by any applicableTaskProcessCommandDecorator@NotNull com.atlassian.utils.process.ExternalProcessProcessServiceImpl. createExternalProcess(@NotNull CommonTaskContext taskContext, @NotNull ExternalProcessBuilder processBuilder)@NotNull com.atlassian.utils.process.ExternalProcessProcessService. executeExternalProcess(@NotNull CommonTaskContext taskContext, @NotNull ExternalProcessBuilder processBuilder)Create and executeExternalProcessthat logs to theBuildLoggerfor the givenResultKeyProcesses created with this method will be decorated by any applicableTaskProcessCommandDecorator@NotNull com.atlassian.utils.process.ExternalProcessProcessServiceImpl. executeExternalProcess(@NotNull CommonTaskContext taskContext, @NotNull ExternalProcessBuilder processBuilder)ProcessContextProcessContextFactory. forTaskContext(@NotNull CommonTaskContext taskContext)GenerateProcessContextfor a task.ProcessContextProcessContextFactoryImpl. forTaskContext(@NotNull CommonTaskContext taskContext)@NotNull Map<String,String>EnvironmentVariableAccessor. getEnvironment(@NotNull CommonTaskContext taskContext)UseTaskContextas a source of environment settings.@NotNull Map<String,String>EnvironmentVariableAccessorImpl. getEnvironment(@NotNull CommonTaskContext taskContext)@NotNull List<String>EnvironmentVariableAccessor. getPaths(@NotNull CommonTaskContext taskContext)UseTaskContextas a source of additional PATH settings.@NotNull List<String>EnvironmentVariableAccessorImpl. getPaths(@NotNull CommonTaskContext taskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type CommonTaskContext Modifier and Type Method Description static Function<String,Result<RepositoryDefinitionException,PlanRepositoryDefinition>>RepositoryFunctions. idSelectorToPlanRepositoryDefinition(@NotNull CommonTaskContext commonTaskContext) -
Uses of CommonTaskContext in com.atlassian.bamboo.task
Subinterfaces of CommonTaskContext in com.atlassian.bamboo.task Modifier and Type Interface Description interfaceTaskContextEncapsulates the environment and configuration of a task running in a building environment.Classes in com.atlassian.bamboo.task that implement CommonTaskContext Modifier and Type Class Description classCommonTaskContextImplclassDeploymentTaskContextImplclassTaskContextImplMethods in com.atlassian.bamboo.task with parameters of type CommonTaskContext Modifier and Type Method Description TaskResultCommonTaskType. execute(@NotNull CommonTaskContext taskContext)Executes the task.Collection<PrePostTaskActions>TaskActionExecutor. executePreTaskActions(@NotNull InternalTaskType task, @NotNull CommonTaskContext taskContext)Run pre-task execution actions.Collection<PrePostTaskActions>TaskActionExecutorImpl. executePreTaskActions(@NotNull InternalTaskType task, @NotNull CommonTaskContext taskContext)static TaskResultBuilderTaskResultBuilder. newBuilder(@NotNull CommonTaskContext taskContext)Creates a new TaskResultBuilder for aCommonTaskContext -
Uses of CommonTaskContext in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository with parameters of type CommonTaskContext Modifier and Type Method Description static PlanRepositoryDefinitionRepositoryTaskHelper. getPlanRepositoryByIdSelector(@NotNull CommonTaskContext commonTaskContext, @NotNull String repositoryIdSelector)
-