public class UpdateReleaseTrainDocsTrainPostReleaseTask extends Object implements TrainPostReleaseReleaserTask
Modifier and Type | Field and Description |
---|---|
static int |
ORDER
Order of this task.
|
Constructor and Description |
---|
UpdateReleaseTrainDocsTrainPostReleaseTask(Releaser releaser) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
int |
getOrder() |
String |
header() |
String |
name() |
ExecutionResult |
runTask(Arguments args)
Main task execution logic.
|
String |
shortName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
setup
public static final int ORDER
public UpdateReleaseTrainDocsTrainPostReleaseTask(Releaser releaser)
public String name()
name
in interface ReleaserTask
public String shortName()
shortName
in interface ReleaserTask
public String header()
header
in interface ReleaserTask
public String description()
description
in interface ReleaserTask
public ExecutionResult runTask(Arguments args)
ReleaserTask
runTask
in interface ReleaserTask
args
- - arguments for the jobpublic int getOrder()
getOrder
in interface org.springframework.core.Ordered
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.