public class PretestedIntegrationAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
PretestedIntegrationAction(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMInterface scmInterface) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
finalise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
Invoked by the notifier, responsible for commiting or rolling back the workspace
|
Commit<?> |
getCommit() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
boolean |
initialise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
Invoked before the build is started, responsible for preparing the workspace
|
public PretestedIntegrationAction(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMInterface scmInterface)
throws IllegalArgumentException,
IOException
IllegalArgumentExceptionIOExceptionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Commit<?> getCommit()
public boolean initialise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IllegalArgumentException,
hudson.AbortException,
IOException
IOExceptionhudson.AbortExceptionIllegalArgumentExceptionpublic boolean finalise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IllegalArgumentException,
IOException
IllegalArgumentExceptionIOExceptionCopyright © 2004-2013. All Rights Reserved.