public class SynergyFolderPublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SynergyFolderPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
SynergyFolderPublisher(Boolean onlyOnSuccess,
String intFolder,
String devFolder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevFolder() |
String |
getIntFolder() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isPublish() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setDevFolder(String devFolder) |
void |
setIntFolder(String intFolder) |
void |
setPublish(boolean publish) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void setPublish(boolean publish)
public boolean isPublish()
public void setIntFolder(String intFolder)
public String getIntFolder()
public void setDevFolder(String devFolder)
public String getDevFolder()
Copyright © 2008-2013. All Rights Reserved.