Package | Description |
---|---|
releaser.internal.spring |
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.
|
static FlowRunner.Decision |
FlowRunner.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowRunner.Decision[] |
FlowRunner.Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.