public class InfluxDBPublisher
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxDBPublisher.DescriptorImpl
The descriptor class.
|
| Constructor and Description |
|---|
InfluxDBPublisher(String userCredentialsID,
String dbUrl,
String dbName,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getDbName() |
String |
getDbUrl() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getUserCredentialsID() |
protected org.apache.commons.lang.text.StrSubstitutor |
getVariablesSubstitutor(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener lis)
Returns a StringSubstitutor replacing variables e.g.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getUserCredentialsID()
public String getDbUrl()
public String getDbName()
public String getContent()
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionprotected org.apache.commons.lang.text.StrSubstitutor getVariablesSubstitutor(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener lis)
build - the current buildlis - the listener of the current buildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.BuilderCopyright © 2004-2018. All Rights Reserved.