public class InfluxDbPublisher
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Modifier and Type | Field and Description |
|---|---|
static DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
InfluxDbPublisher() |
InfluxDbPublisher(String target) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomPrefix() |
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSelectedTarget() |
Target |
getTarget() |
boolean |
needsToRunAfterFinalized() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
boolean |
prebuild(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener) |
void |
setCustomPrefix(String customPrefix) |
void |
setSelectedTarget(String target) |
getProjectAction, getProjectActions, perform, perform, prebuild@Extension public static final DescriptorImpl DESCRIPTOR
public InfluxDbPublisher()
@DataBoundConstructor public InfluxDbPublisher(String target)
public String getSelectedTarget()
public void setSelectedTarget(String target)
public String getCustomPrefix()
public void setCustomPrefix(String customPrefix)
public Target getTarget()
public boolean prebuild(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener)
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic void perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016. All rights reserved.