public class ElectricFlowUploadArtifactPublisher
extends hudson.tasks.Publisher
| Modifier and Type | Class and Description |
|---|---|
static class |
ElectricFlowUploadArtifactPublisher.DescriptorImpl
The class is marked as public so that it can be accessed from views.
|
| Constructor and Description |
|---|
ElectricFlowUploadArtifactPublisher(String repositoryName,
String artifactName,
String artifactVersion,
String filePath,
String configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactName() |
String |
getArtifactVersion() |
String |
getConfiguration()
We'll use this from the
config.jelly. |
ElectricFlowUploadArtifactPublisher.DescriptorImpl |
getDescriptor() |
String |
getFilePath() |
String |
getRepositoryName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic String getArtifactName()
public String getArtifactVersion()
public String getConfiguration()
config.jelly.config.jelly.public ElectricFlowUploadArtifactPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Publisherpublic String getFilePath()
public String getRepositoryName()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2017. All rights reserved.