Class VersionNumberStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jvnet.hudson.tools.versionnumber.VersionNumberStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class VersionNumberStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Returns the version number according to the
specified version number string.
Used like:
def x = VersionNumber("${BUILDS_TODAY}")
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Field Details
-
versionNumberString
-
skipFailedBuilds
Deprecated. -
worstResultForIncrement
-
versionPrefix
-
projectStartDate
-
overrideBuildsAllTime
-
overrideBuildsToday
-
overrideBuildsThisWeek
-
overrideBuildsThisMonth
-
overrideBuildsThisYear
-
-
Constructor Details
-
VersionNumberStep
-
-
Method Details
-
getProjectStartDate
-
getVersionPrefix
-
getWorstResultForIncrement
-