A B C D E G I O P S T U 

A

AbstractBuildDefinitionParser - Class in org.jenkinsci.plugins.SemanticVersioning.parsing
BuildDefinitionParser abstraction layer for better backward compatibility
AbstractBuildDefinitionParser() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.AbstractBuildDefinitionParser
 
AbstractSematicParserDescription - Class in org.jenkinsci.plugins.SemanticVersioning
 
AbstractSematicParserDescription() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.AbstractSematicParserDescription
 
AppVersion - Class in org.jenkinsci.plugins.SemanticVersioning
 

B

BuildDefinitionParser - Interface in org.jenkinsci.plugins.SemanticVersioning.parsing
 
BuildScalaParser - Class in org.jenkinsci.plugins.SemanticVersioning.parsing
 
BuildScalaParser() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.BuildScalaParser
 

C

configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
 

D

descriptor - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 
descriptor - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
doCheckEnvironmentVariableName(String) - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
Performs on-the-fly validation of the form field 'name'.
doFillParserItems() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
Generates ListBoxModel for available BuildDefinitionParsers

E

EmptyVersion - Static variable in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
extractAppVersion(AbstractBuild<?, ?>) - Method in interface org.jenkinsci.plugins.SemanticVersioning.parsing.BuildDefinitionParser
 
extractAppVersion(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.BuildScalaParser
 
extractAppVersion(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.PomParser
 
extractAppVersion(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.SbtParser
 

G

getBuild() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
getDefaultEnvironmentVariableName() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
Gets the default value for the environment variable name.
getDefaultUseJenkinsBuildNumber() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
Gets the default value for the checkbox.
getDescriptor() - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.BuildScalaParser
 
getDescriptor() - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.PomParser
 
getDescriptor() - Method in class org.jenkinsci.plugins.SemanticVersioning.parsing.SbtParser
 
getDescriptor() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 
getDisplayName() - Method in class org.jenkinsci.plugins.SemanticVersioning.AbstractSematicParserDescription
 
getDisplayName() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
This human readable name is used in the configuration screen.
getEnvironmentVariableName() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
Used from config.jelly.
getMajor() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
getMinor() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
getOriginal() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
getParser() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
Used from config.jelly.
getParsers() - Static method in class org.jenkinsci.plugins.SemanticVersioning.parsing.AbstractBuildDefinitionParser
 
getSemanticVersion(String, Job) - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
getSemanticVersionFilename() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
Used from config.jelly.
getUseJenkinsBuildNumber() - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 

I

InvalidBuildFileFormatException - Exception in org.jenkinsci.plugins.SemanticVersioning
 
InvalidBuildFileFormatException(String) - Constructor for exception org.jenkinsci.plugins.SemanticVersioning.InvalidBuildFileFormatException
 
isApplicable(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
 
isSnapshot() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 

O

org.jenkinsci.plugins.SemanticVersioning - package org.jenkinsci.plugins.SemanticVersioning
 
org.jenkinsci.plugins.SemanticVersioning.parsing - package org.jenkinsci.plugins.SemanticVersioning.parsing
 

P

parse(String) - Static method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
PomParser - Class in org.jenkinsci.plugins.SemanticVersioning.parsing
 
PomParser() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.PomParser
 
PomParser(String) - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.PomParser
Deprecated.

S

SbtParser - Class in org.jenkinsci.plugins.SemanticVersioning.parsing
 
SbtParser() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.SbtParser
 
SbtParser(String) - Constructor for class org.jenkinsci.plugins.SemanticVersioning.parsing.SbtParser
Deprecated.
SEMANTIC_VERSION_COLUMN_DISPLAY_NAME - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
SEMANTIC_VERSION_FILENAME - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
SEMANTIC_VERSION_PLUGIN_DISPLAY_NAME - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 
SemanticVersionBuildWrapper - Class in org.jenkinsci.plugins.SemanticVersioning
 
SemanticVersionBuildWrapper(String, String, boolean) - Constructor for class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 
SemanticVersionBuildWrapper.DescriptorImpl - Class in org.jenkinsci.plugins.SemanticVersioning
SemanticVersionBuildWrapper.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
SemanticVersionColumn - Class in org.jenkinsci.plugins.SemanticVersioning
 
SemanticVersionColumn() - Constructor for class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
setBuild(int) - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionBuildWrapper
 

T

toJsonString() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 
toString() - Method in class org.jenkinsci.plugins.SemanticVersioning.AppVersion
 

U

UNKNOWN_VERSION - Static variable in class org.jenkinsci.plugins.SemanticVersioning.SemanticVersionColumn
 
A B C D E G I O P S T U 

Copyright © 2004-2014. All Rights Reserved.