Package | Description |
---|---|
releaser.internal.options | |
releaser.internal.spring | |
releaser.internal.tasks | |
releaser.internal.tasks.composite |
Modifier and Type | Method and Description |
---|---|
Options |
OptionsBuilder.options() |
Options |
Parser.parse(String[] args) |
Modifier and Type | Field and Description |
---|---|
Options |
ProjectToRun.options
Options updated for this project. |
Options |
Arguments.options
Options updated for this project.
|
Modifier and Type | Method and Description |
---|---|
default FlowRunner.Decision |
FlowRunner.afterTask(Options options,
ReleaserProperties properties,
ReleaserTask releaserTask)
Decide what to do after running a task.
|
default FlowRunner.Decision |
FlowRunner.beforeTask(Options options,
ReleaserProperties properties,
ReleaserTask releaserTask)
Decide what to do before running a task.
|
ExecutionResult |
SpringReleaser.release(Options options)
Perform a release with provided options.
|
ExecutionResult |
FlowRunner.runPostReleaseTrainTasks(Options options,
ReleaserProperties properties,
String executingTaskName,
TasksToRun tasksToRun)
Runs the post release tasks.
|
ExecutionResult |
FlowRunner.runReleaseTasks(Options options,
ReleaserProperties properties,
ProjectsToRun projectToRuns,
TasksToRun tasksToRun)
Runs the release tasks.
|
Constructor and Description |
---|
ProjectToRun(File thisProjectFolder,
ProjectsFromBom allProjectsFromBom,
ProjectVersion originalVersion,
ReleaserProperties thisProjectReleaserProperties,
Options options) |
Modifier and Type | Method and Description |
---|---|
default void |
ReleaserTask.setup(Options options,
ReleaserProperties properties)
If necessary mutates options and properties for the release task.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaReleaseCompositeTask.setup(Options options,
ReleaserProperties properties) |
void |
TrainPostReleaseCompositeTask.setup(Options options,
ReleaserProperties properties) |
void |
ReleaseCompositeTask.setup(Options options,
ReleaserProperties properties) |
void |
ReleaseVerboseCompositeTask.setup(Options options,
ReleaserProperties properties) |
void |
DryRunCompositeTask.setup(Options options,
ReleaserProperties properties) |
void |
MetaReleaseDryRunCompositeTask.setup(Options options,
ReleaserProperties properties) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.