public interface CustomPreBuildAction extends AgentBuildTask, BambooPluginModule
ExecutableBuildAgent
. It occurs after the build has been updated to the
specified time, but before the actual build execution. Any exceptions thrown or errors added to the BuildContext
will cause the build to fail.Modifier and Type | Method and Description |
---|---|
ErrorCollection |
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. |
@Nullable ErrorCollection validate(BuildConfiguration config)
Plan
This is used if the CustomPreBuildAction needs to have configuration stored
against the build plan.config
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.