public class SemanticVersionBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
SemanticVersionBuildWrapper.DescriptorImpl
descriptor for
SemanticVersionBuildWrapper. |
| Modifier and Type | Field and Description |
|---|---|
static SemanticVersionBuildWrapper.DescriptorImpl |
descriptor |
| Constructor and Description |
|---|
SemanticVersionBuildWrapper(String environmentVariableName,
String parser) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildWrapperDescriptor |
getDescriptor() |
String |
getEnvironmentVariableName()
Used from config.jelly.
|
String |
getParser()
Used from config.jelly.
|
String |
getSemanticVersionFilename()
Used from config.jelly.
|
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@Extension public static final SemanticVersionBuildWrapper.DescriptorImpl descriptor
public String getEnvironmentVariableName()
public String getSemanticVersionFilename()
public String getParser()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
setUp in class hudson.tasks.BuildWrapperpublic hudson.tasks.BuildWrapperDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2014. All Rights Reserved.