public class SFEEReleasePublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SFEEReleasePublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
SFEEReleasePublisher(String sourceRegexp,
String releaseName,
String releaseToReplace,
String maturity,
boolean replaceArtifacts,
boolean uploadAutomatically) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
String |
getMaturity() |
String |
getReleaseName() |
String |
getReleaseToReplace() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSourceRegexp() |
boolean |
isReplaceArtifacts() |
boolean |
isUploadArtifacts() |
boolean |
isUploadAutomatically() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRun, 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 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic String getReleaseToReplace()
public boolean isUploadArtifacts()
public boolean isReplaceArtifacts()
public String getMaturity()
public boolean isUploadAutomatically()
public String getSourceRegexp()
public String getReleaseName()
Copyright © 2004-2014 Hudson. All Rights Reserved.