Class ModelASTOption
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodCall
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTOption
- All Implemented Interfaces:
- ModelASTMarkerInterface,- ModelASTMethodArg
A single job property, corresponding eventually to 
JobProperty or DeclarativeOption.- Author:
- Andrew Bayer
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodCallgetArgs, getBlockedSteps, getName, hashCode, removeSourceLocation, setArgs, setName, toGroovy, toJSONMethods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElementgetSourceLocation, nullIfEmpty, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, setSourceLocation, toGroovy, toGroovy, toGroovyArgList, toGroovyArgList, toGroovyBlock, toGroovyBlock, toGroovyBlock, toGroovyCheckEmpty, toJSON, toJSONArray, toJSONArray, toJSONCheckEmpty, toJSONObject, validate, validate, validate
- 
Constructor Details- 
ModelASTOption
 
- 
- 
Method Details- 
validateDescription copied from class:ModelASTElementCalled to do whatever validation is necessary for this element. Overridden in most cases.- Specified by:
- validatein interface- ModelASTMarkerInterface
- Overrides:
- validatein class- ModelASTMethodCall
- Parameters:
- validator- A- ModelValidatorto use for more complicated validation.
 
- 
toStringDescription copied from class:ModelASTElement- Overrides:
- toStringin class- ModelASTMethodCall
 
- 
equalsDescription copied from class:ModelASTElement- Overrides:
- equalsin class- ModelASTMethodCall
 
 
-