public class SelfServiceBookmarkBuilder extends DelphixBuilder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SelfServiceBookmarkBuilder.RefreshDescriptor |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
String |
delphixBookmark |
String |
delphixContainer |
String |
delphixEngine |
String |
delphixOperation |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
SelfServiceBookmarkBuilder(String delphixEngine,
String delphixBookmark,
String delphixOperation,
String delphixContainer)
SelfServiceBookmarkBuilder description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getLoadFromProps() |
boolean |
getSaveToProps() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setLoadFromProps(boolean loadFromProps) |
void |
setSaveToProps(boolean saveToProps) |
checkActionIsFinished, checkJobStatusall, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic final String delphixEngine
public final String delphixBookmark
public final String delphixOperation
public final String delphixContainer
@DataBoundConstructor public SelfServiceBookmarkBuilder(String delphixEngine, String delphixBookmark, String delphixOperation, String delphixContainer)
delphixEngine - StringdelphixBookmark - StringdelphixOperation - StringdelphixContainer - Stringpublic boolean getSaveToProps()
public boolean getLoadFromProps()
@DataBoundSetter public void setSaveToProps(boolean saveToProps)
@DataBoundSetter public void setLoadFromProps(boolean loadFromProps)
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2018. All rights reserved.