public class CopyToMasterNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyToMasterNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
CopyToMasterNotifier(java.lang.String includes,
java.lang.String excludes,
boolean overrideDestinationFolder,
java.lang.String destinationFolder,
boolean runAfterResultFinalised) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestinationFolder() |
java.lang.String |
getExcludes() |
java.lang.String |
getIncludes() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getRunAfterResultFinalised() |
boolean |
isOverrideDestinationFolder() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor
public CopyToMasterNotifier(java.lang.String includes,
java.lang.String excludes,
boolean overrideDestinationFolder,
java.lang.String destinationFolder,
boolean runAfterResultFinalised)
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerjava.lang.InterruptedExceptionjava.io.IOExceptionpublic java.lang.String getIncludes()
public java.lang.String getExcludes()
public java.lang.String getDestinationFolder()
public boolean isOverrideDestinationFolder()
public boolean getRunAfterResultFinalised()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2015. All Rights Reserved.