public class DroneRecorder
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
DroneRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
DroneRecorder(String serverUrl,
String channel,
String deployKey,
String artifacts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifacts() |
String |
getChannel() |
String |
getDeployKey() |
String |
getExcludes() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServerUrl() |
boolean |
isDefaultExcludes() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setDefaultExcludes(boolean defaultExcludes) |
void |
setExcludes(String excludes) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuild@DataBoundSetter public final void setExcludes(String excludes)
@DataBoundSetter public final void setDefaultExcludes(boolean defaultExcludes)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic String getServerUrl()
public String getArtifacts()
public String getExcludes()
public String getChannel()
public String getDeployKey()
public boolean isDefaultExcludes()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.