Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyComparator.EQUALS.DisplayName:Equals.static org.jvnet.localizer.LocalizableKeyComparator.GLOB.DisplayName:Glob.static org.jvnet.localizer.LocalizableKeyComparator.REGEXP.DisplayName:Regular Expression.static org.jvnet.localizer.LocalizableKeyJSONParser.InvalidArgumentSyntax:Invalid argument syntax.static org.jvnet.localizer.LocalizableKeyJSONParser.InvalidGroovyString:{0} is not a valid Groovy string value.static org.jvnet.localizer.LocalizableKeyJSONParser.InvalidValueType:Invalid value type.static org.jvnet.localizer.LocalizableKeyJSONParser.MethArgsMissing:Method or function arguments missing or not an array.static org.jvnet.localizer.LocalizableKeyJSONParser.MethArgsMustBeObj:Individual method or function arguments must be a JSON object.static org.jvnet.localizer.LocalizableKeyJSONParser.MethCallMustBeObj:Method or function call definition must be a JSON object.static org.jvnet.localizer.LocalizableKeyJSONParser.MissingPipelineRoot:No pipeline block or invalid pipeline block content.static org.jvnet.localizer.LocalizableKeyJSONParser.MissingRequiredProperties:Missing one or more required properties: {0}.static org.jvnet.localizer.Localizable_JSONParser_ObjNotJSON(Object arg0) KeyJSONParser.ObjNotJSON:Object {0} is neither a JSON array nor a JSON object.static org.jvnet.localizer.Localizable_JSONParser_TooFewItems(Object arg0, Object arg1) KeyJSONParser.TooFewItems:Array has {0} entries, requires minimum of {1}.static org.jvnet.localizer.LocalizableKeyModelInterpreter.EnvironmentVariableFailed:One or more variables have some issues with their values: {0}.static org.jvnet.localizer.LocalizableKeyModelInterpreter.NoNodeContext:Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’..static org.jvnet.localizer.LocalizableKeyModelParser.BareDollarCurly:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes).static org.jvnet.localizer.LocalizableKeyModelParser.BigIntegerValue:BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808..static org.jvnet.localizer.LocalizableKeyModelParser.CannotHaveBlocks:{0} definitions cannot have blocks.static org.jvnet.localizer.LocalizableKeyModelParser.DuplicateEnvVar:Duplicate environment variable name: "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedAgent:Expected an agent.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedAgentKeyValue:Expected to find ‘key "value"’.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedAxis:Expected an axis.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedBlock:Expected a block.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedBlockFor:Expected a block for {0}.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedBoolean:Expected a boolean with {0}.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedBuildParameter:Expected a build parameter definition.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedClosureOrFailFast:Expected closure or failFast.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedLibrary:Expected a "lib(...)" but got {0}.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedMapMethod:Expected to find ‘someKey "someValue"’.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedNVPairs:Expected name=value pairs.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedOption:Expected an option.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedStage:Expected a stage.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedStageName:Expected a stage name but did not find any.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedStep:Expected a step.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedStringLiteral:Expected string literal.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedStringLiteralButGot:Expected string literal but got {0}.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedSymbol:Expected a symbol.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedTool:Expected to find ‘someTool "someVersion"’.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedTrigger:Expected a trigger.static org.jvnet.localizer.LocalizableKeyModelParser.ExpectedWhen:Expected a when condition.static org.jvnet.localizer.LocalizableKeyModelParser.InvalidAgent:Only "agent none", "agent any" or "agent '{'...}" are allowed..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidBuildCondition:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}.static org.jvnet.localizer.LocalizableKeyModelParser.InvalidEnvironmentConcatValue:Environment variable values to be concatenated together must be single or double quoted..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidEnvironmentIdentifier:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidEnvironmentOperation:Environment variable values can only be joined together with ‘+’s..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidEnvironmentValue:Environment variable values must either be single quoted, double quoted, or function calls..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidInputField:Not a valid field for input: "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.InvalidInternalFunctionArg:Internal function call parameters must be strings..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidSectionDefinition:Not a valid section definition: "{0}". Some extra configuration is required..static org.jvnet.localizer.LocalizableKeyModelParser.InvalidStageSectionDefinition:Not a valid stage section definition: "{0}". Some extra configuration is required..static org.jvnet.localizer.LocalizableKeyModelParser.MapNotAllowed:{0} cannot be defined as maps.static org.jvnet.localizer.LocalizableKeyModelParser.MatrixExcludeAxisValuesOrNotValues:Exclude axis must contain either "values" or "notValues".static org.jvnet.localizer.LocalizableKeyModelParser.MethodCallWithClosure:Method call arguments.static org.jvnet.localizer.LocalizableKeyModelParser.NoArgForAgent:No argument for agent.static org.jvnet.localizer.LocalizableKeyModelParser.NoArgForAgentKey:No argument for agent key "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.NoArgForField:No argument for field "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.NoArgForMapMethodKey:No argument for map key "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.NoArgForTool:No argument for tool "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.ObjectMethodCall:Method calls on objects not allowed outside "script" blocks..static org.jvnet.localizer.LocalizableKeyModelParser.OneAgentMax:Only one agent type is allowed per agent section.static org.jvnet.localizer.LocalizableKeyModelParser.PipelineBlockNotAtTop:{0} block must be at the top-level, not within another block..static org.jvnet.localizer.LocalizableKeyModelParser.PipelineStepWithoutBlock:Expected a block with the "{0}" step.static org.jvnet.localizer.LocalizableKeyModelParser.RenamedJobProperties:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead..static org.jvnet.localizer.LocalizableKeyModelParser.RenamedNotifications:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions..static org.jvnet.localizer.LocalizableKeyModelParser.RenamedPostBuild:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions..static org.jvnet.localizer.LocalizableKeyModelParser.RenamedProperties:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead..static org.jvnet.localizer.LocalizableKeyModelParser.StageWithoutBlock:Stage does not have a block.static org.jvnet.localizer.LocalizableKeyModelParser.StepWithoutBlock:{0} step without a block.static org.jvnet.localizer.LocalizableKeyModelParser.TooManyArgsForAgentKey:Too many arguments for agent key "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.TooManyArgsForField:Too many arguments for field "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.TooManyArgsForMapMethodKey:Too many arguments for map key "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.TooManyArgsForTool:Too many arguments for tool "{0}".static org.jvnet.localizer.LocalizableKeyModelParser.UnknownStageSection:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block..static org.jvnet.localizer.LocalizableKeyModelParser.WrongWhenCount:One condition is required in "when".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.AgentInNestedStages:"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages.static org.jvnet.localizer.Localizable_ModelValidatorImpl_BlockedStep(Object arg0, Object arg1) KeyModelValidatorImpl.BlockedStep:Invalid step "{0}" used - not allowed in this context - {1}.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.CompilationErrorInCodeBlock:Groovy compilation error(s) in {0}. Error(s): "{1}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateAxisName:Duplicate axis name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateAxisValue:Duplicate axis value: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateBuildCondition:Duplicate build condition name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateOptionName:Duplicate option name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateParallelName:Duplicate parallel branch name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateStageName:Duplicate stage name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.DuplicateTriggerName:Duplicate trigger name: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.EmptySection:{0} can not be empty.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.EmptyWhen:Empty when closure, remove the property or add some content..static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidAgent(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgent:Invalid argument for agent - "{0}" - must be map of config options or bare {1}..static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidAgentParameter:Invalid config option "{0}" for agent type "{1}". Valid config options are {2}.static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidAgentType(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgentType:Invalid agent type "{0}" specified. Must be one of {1}.static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidBuildCondition(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidBuildCondition:Invalid condition "{0}" - valid conditions are {1}.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.InvalidIdentifierInEnv:"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores..static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3) KeyModelValidatorImpl.InvalidParameterType:Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead.static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidSectionType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidSectionType:Invalid {0} type "{1}". Valid {0} types: {2}.static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidStepParameter(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidStepParameter:Invalid parameter "{0}", did you mean "{1}"?.static org.jvnet.localizer.Localizable_ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidUnnamedParameterType:Expecting "{0}" but got "{1}" of type {2} instead.static org.jvnet.localizer.Localizable_ModelValidatorImpl_MissingAgentParameter(Object arg0, Object arg1) KeyModelValidatorImpl.MissingAgentParameter:Missing required parameter for agent type "{0}": {1}.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.MissingInputMessage:No message specified for input.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.MissingRequiredStepParameter:Missing required parameter: "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.MixedNamedAndUnnamedParameters:Cannot mix named and unnamed arguments.static org.jvnet.localizer.Localizable_ModelValidatorImpl_MultipleAgentParameters(Object arg0, Object arg1) KeyModelValidatorImpl.MultipleAgentParameters:Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NestedWhenNoArgs:No additional arguments are allowed for children when condition "{0}"..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NestedWhenWithoutChildren:Nested when condition "{0}" requires at least one child condition..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NestedWhenWrongChildrenCount:Nested when condition "{0}" requires exactly {1} child condition(s)..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoAgentType:No agent type specified. Must be one of {0}.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoAxes:No axis directives specified.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoEnvVars:No variables specified for environment.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoExcludes:No exclude directives specified.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoNestedWhenAllowed:No children when conditions are allowed for when condition "{0}"..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoNestedWithinNestedStages:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel"..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoStageName:Stage does not have a name.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoStages:No stages specified.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoSteps:No steps specified for branch.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NothingForStage:Expected one of "steps", "stages", or "parallel" for stage "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NoTools:No tools specified.static org.jvnet.localizer.Localizable_ModelValidatorImpl_NoToolVersion(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.NoToolVersion:Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.NotSingleRequiredParameter:Step does not take a single required parameter - use named parameters instead.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.RequiredSection:Missing required section "{0}".static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.ToolsInNestedStages:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.TooManyUnnamedParameters:Arguments to "{0}" must be explicitly named..static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.TwoOfStepsStagesParallel:Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}".static org.jvnet.localizer.Localizable_ModelValidatorImpl_UnknownWhenConditional(Object arg0, Object arg1) KeyModelValidatorImpl.UnknownWhenConditional:Unknown conditional {0}. Valid conditionals are: {1}.static org.jvnet.localizer.LocalizableKeyModelValidatorImpl.WrongBuildParameterType:Invalid type for parameter "{0}".static org.jvnet.localizer.Localizable_ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.WrongNumberOfStepParameters:"{0}" should have {1} arguments but has {2} arguments instead..static org.jvnet.localizer.LocalizableKeyParser.BuildParameters:Build parameters.static org.jvnet.localizer.LocalizableKeyParser.Libraries:Libraries.static org.jvnet.localizer.LocalizableKeyParser.MultipleOfSection:Multiple occurrences of the {0} section.static org.jvnet.localizer.LocalizableKeyParser.Options:Options.static org.jvnet.localizer.LocalizableKeyParser.Triggers:Triggers.static org.jvnet.localizer.LocalizableKeyParser.UndefinedSection:Undefined section "{0}".static org.jvnet.localizer.LocalizableKeyWhenConditionalValidator.changelog.badPattern:"{0}" is not a valid regular expression. {1}.static org.jvnet.localizer.LocalizableKeyWhenConditionalValidator.changelog.missingParameter:Changelog is missing required parameter "pattern"..static StringKeyComparator.EQUALS.DisplayName:Equals.static StringKeyComparator.GLOB.DisplayName:Glob.static StringKeyComparator.REGEXP.DisplayName:Regular Expression.static StringKeyJSONParser.InvalidArgumentSyntax:Invalid argument syntax.static StringKeyJSONParser.InvalidGroovyString:{0} is not a valid Groovy string value.static StringKeyJSONParser.InvalidValueType:Invalid value type.static StringKeyJSONParser.MethArgsMissing:Method or function arguments missing or not an array.static StringKeyJSONParser.MethArgsMustBeObj:Individual method or function arguments must be a JSON object.static StringKeyJSONParser.MethCallMustBeObj:Method or function call definition must be a JSON object.static StringKeyJSONParser.MissingPipelineRoot:No pipeline block or invalid pipeline block content.static StringKeyJSONParser.MissingRequiredProperties:Missing one or more required properties: {0}.static StringJSONParser_ObjNotJSON(Object arg0) KeyJSONParser.ObjNotJSON:Object {0} is neither a JSON array nor a JSON object.static StringJSONParser_TooFewItems(Object arg0, Object arg1) KeyJSONParser.TooFewItems:Array has {0} entries, requires minimum of {1}.static StringKeyModelInterpreter.EnvironmentVariableFailed:One or more variables have some issues with their values: {0}.static StringKeyModelInterpreter.NoNodeContext:Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’..static StringKeyModelParser.BareDollarCurly:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes).static StringKeyModelParser.BigIntegerValue:BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808..static StringKeyModelParser.CannotHaveBlocks:{0} definitions cannot have blocks.static StringKeyModelParser.DuplicateEnvVar:Duplicate environment variable name: "{0}".static StringKeyModelParser.ExpectedAgent:Expected an agent.static StringKeyModelParser.ExpectedAgentKeyValue:Expected to find ‘key "value"’.static StringKeyModelParser.ExpectedAxis:Expected an axis.static StringKeyModelParser.ExpectedBlock:Expected a block.static StringKeyModelParser.ExpectedBlockFor:Expected a block for {0}.static StringKeyModelParser.ExpectedBoolean:Expected a boolean with {0}.static StringKeyModelParser.ExpectedBuildParameter:Expected a build parameter definition.static StringKeyModelParser.ExpectedClosureOrFailFast:Expected closure or failFast.static StringKeyModelParser.ExpectedLibrary:Expected a "lib(...)" but got {0}.static StringKeyModelParser.ExpectedMapMethod:Expected to find ‘someKey "someValue"’.static StringKeyModelParser.ExpectedNVPairs:Expected name=value pairs.static StringKeyModelParser.ExpectedOption:Expected an option.static StringKeyModelParser.ExpectedStage:Expected a stage.static StringKeyModelParser.ExpectedStageName:Expected a stage name but did not find any.static StringKeyModelParser.ExpectedStep:Expected a step.static StringKeyModelParser.ExpectedStringLiteral:Expected string literal.static StringKeyModelParser.ExpectedStringLiteralButGot:Expected string literal but got {0}.static StringKeyModelParser.ExpectedSymbol:Expected a symbol.static StringKeyModelParser.ExpectedTool:Expected to find ‘someTool "someVersion"’.static StringKeyModelParser.ExpectedTrigger:Expected a trigger.static StringKeyModelParser.ExpectedWhen:Expected a when condition.static StringKeyModelParser.InvalidAgent:Only "agent none", "agent any" or "agent '{'...}" are allowed..static StringKeyModelParser.InvalidBuildCondition:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}.static StringKeyModelParser.InvalidEnvironmentConcatValue:Environment variable values to be concatenated together must be single or double quoted..static StringKeyModelParser.InvalidEnvironmentIdentifier:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys..static StringKeyModelParser.InvalidEnvironmentOperation:Environment variable values can only be joined together with ‘+’s..static StringKeyModelParser.InvalidEnvironmentValue:Environment variable values must either be single quoted, double quoted, or function calls..static StringKeyModelParser.InvalidInputField:Not a valid field for input: "{0}".static StringKeyModelParser.InvalidInternalFunctionArg:Internal function call parameters must be strings..static StringKeyModelParser.InvalidSectionDefinition:Not a valid section definition: "{0}". Some extra configuration is required..static StringKeyModelParser.InvalidStageSectionDefinition:Not a valid stage section definition: "{0}". Some extra configuration is required..static StringKeyModelParser.MapNotAllowed:{0} cannot be defined as maps.static StringKeyModelParser.MatrixExcludeAxisValuesOrNotValues:Exclude axis must contain either "values" or "notValues".static StringKeyModelParser.MethodCallWithClosure:Method call arguments.static StringKeyModelParser.NoArgForAgent:No argument for agent.static StringKeyModelParser.NoArgForAgentKey:No argument for agent key "{0}".static StringKeyModelParser.NoArgForField:No argument for field "{0}".static StringKeyModelParser.NoArgForMapMethodKey:No argument for map key "{0}".static StringKeyModelParser.NoArgForTool:No argument for tool "{0}".static StringKeyModelParser.ObjectMethodCall:Method calls on objects not allowed outside "script" blocks..static StringKeyModelParser.OneAgentMax:Only one agent type is allowed per agent section.static StringKeyModelParser.PipelineBlockNotAtTop:{0} block must be at the top-level, not within another block..static StringKeyModelParser.PipelineStepWithoutBlock:Expected a block with the "{0}" step.static StringKeyModelParser.RenamedJobProperties:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead..static StringKeyModelParser.RenamedNotifications:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions..static StringKeyModelParser.RenamedPostBuild:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions..static StringKeyModelParser.RenamedProperties:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead..static StringKeyModelParser.StageWithoutBlock:Stage does not have a block.static StringKeyModelParser.StepWithoutBlock:{0} step without a block.static StringKeyModelParser.TooManyArgsForAgentKey:Too many arguments for agent key "{0}".static StringKeyModelParser.TooManyArgsForField:Too many arguments for field "{0}".static StringKeyModelParser.TooManyArgsForMapMethodKey:Too many arguments for map key "{0}".static StringKeyModelParser.TooManyArgsForTool:Too many arguments for tool "{0}".static StringKeyModelParser.UnknownStageSection:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block..static StringKeyModelParser.WrongWhenCount:One condition is required in "when".static StringKeyModelValidatorImpl.AgentInNestedStages:"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages.static StringModelValidatorImpl_BlockedStep(Object arg0, Object arg1) KeyModelValidatorImpl.BlockedStep:Invalid step "{0}" used - not allowed in this context - {1}.static StringKeyModelValidatorImpl.CompilationErrorInCodeBlock:Groovy compilation error(s) in {0}. Error(s): "{1}".static StringKeyModelValidatorImpl.DuplicateAxisName:Duplicate axis name: "{0}".static StringKeyModelValidatorImpl.DuplicateAxisValue:Duplicate axis value: "{0}".static StringKeyModelValidatorImpl.DuplicateBuildCondition:Duplicate build condition name: "{0}".static StringKeyModelValidatorImpl.DuplicateOptionName:Duplicate option name: "{0}".static StringKeyModelValidatorImpl.DuplicateParallelName:Duplicate parallel branch name: "{0}".static StringKeyModelValidatorImpl.DuplicateStageName:Duplicate stage name: "{0}".static StringKeyModelValidatorImpl.DuplicateTriggerName:Duplicate trigger name: "{0}".static StringKeyModelValidatorImpl.EmptySection:{0} can not be empty.static StringKeyModelValidatorImpl.EmptyWhen:Empty when closure, remove the property or add some content..static StringModelValidatorImpl_InvalidAgent(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgent:Invalid argument for agent - "{0}" - must be map of config options or bare {1}..static StringModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidAgentParameter:Invalid config option "{0}" for agent type "{1}". Valid config options are {2}.static StringModelValidatorImpl_InvalidAgentType(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgentType:Invalid agent type "{0}" specified. Must be one of {1}.static StringModelValidatorImpl_InvalidBuildCondition(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidBuildCondition:Invalid condition "{0}" - valid conditions are {1}.static StringKeyModelValidatorImpl.InvalidIdentifierInEnv:"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores..static StringModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3) KeyModelValidatorImpl.InvalidParameterType:Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead.static StringModelValidatorImpl_InvalidSectionType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidSectionType:Invalid {0} type "{1}". Valid {0} types: {2}.static StringModelValidatorImpl_InvalidStepParameter(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidStepParameter:Invalid parameter "{0}", did you mean "{1}"?.static StringModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidUnnamedParameterType:Expecting "{0}" but got "{1}" of type {2} instead.static StringModelValidatorImpl_MissingAgentParameter(Object arg0, Object arg1) KeyModelValidatorImpl.MissingAgentParameter:Missing required parameter for agent type "{0}": {1}.static StringKeyModelValidatorImpl.MissingInputMessage:No message specified for input.static StringKeyModelValidatorImpl.MissingRequiredStepParameter:Missing required parameter: "{0}".static StringKeyModelValidatorImpl.MixedNamedAndUnnamedParameters:Cannot mix named and unnamed arguments.static StringModelValidatorImpl_MultipleAgentParameters(Object arg0, Object arg1) KeyModelValidatorImpl.MultipleAgentParameters:Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead..static StringKeyModelValidatorImpl.NestedWhenNoArgs:No additional arguments are allowed for children when condition "{0}"..static StringKeyModelValidatorImpl.NestedWhenWithoutChildren:Nested when condition "{0}" requires at least one child condition..static StringKeyModelValidatorImpl.NestedWhenWrongChildrenCount:Nested when condition "{0}" requires exactly {1} child condition(s)..static StringKeyModelValidatorImpl.NoAgentType:No agent type specified. Must be one of {0}.static StringKeyModelValidatorImpl.NoAxes:No axis directives specified.static StringKeyModelValidatorImpl.NoEnvVars:No variables specified for environment.static StringKeyModelValidatorImpl.NoExcludes:No exclude directives specified.static StringKeyModelValidatorImpl.NoNestedWhenAllowed:No children when conditions are allowed for when condition "{0}"..static StringKeyModelValidatorImpl.NoNestedWithinNestedStages:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel"..static StringKeyModelValidatorImpl.NoStageName:Stage does not have a name.static StringKeyModelValidatorImpl.NoStages:No stages specified.static StringKeyModelValidatorImpl.NoSteps:No steps specified for branch.static StringKeyModelValidatorImpl.NothingForStage:Expected one of "steps", "stages", or "parallel" for stage "{0}".static StringKeyModelValidatorImpl.NoTools:No tools specified.static StringModelValidatorImpl_NoToolVersion(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.NoToolVersion:Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?.static StringKeyModelValidatorImpl.NotSingleRequiredParameter:Step does not take a single required parameter - use named parameters instead.static StringKeyModelValidatorImpl.RequiredSection:Missing required section "{0}".static StringKeyModelValidatorImpl.ToolsInNestedStages:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages.static StringKeyModelValidatorImpl.TooManyUnnamedParameters:Arguments to "{0}" must be explicitly named..static StringKeyModelValidatorImpl.TwoOfStepsStagesParallel:Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}".static StringModelValidatorImpl_UnknownWhenConditional(Object arg0, Object arg1) KeyModelValidatorImpl.UnknownWhenConditional:Unknown conditional {0}. Valid conditionals are: {1}.static StringKeyModelValidatorImpl.WrongBuildParameterType:Invalid type for parameter "{0}".static StringModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.WrongNumberOfStepParameters:"{0}" should have {1} arguments but has {2} arguments instead..static StringKeyParser.BuildParameters:Build parameters.static StringKeyParser.Libraries:Libraries.static StringKeyParser.MultipleOfSection:Multiple occurrences of the {0} section.static StringKeyParser.Options:Options.static StringKeyParser.Triggers:Triggers.static StringKeyParser.UndefinedSection:Undefined section "{0}".static StringKeyWhenConditionalValidator.changelog.badPattern:"{0}" is not a valid regular expression. {1}.static StringKeyWhenConditionalValidator.changelog.missingParameter:Changelog is missing required parameter "pattern"..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ModelParser_NoArgForTool
KeyModelParser.NoArgForTool:No argument for tool "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for tool "{0}"
-
_ModelParser_NoArgForTool
KeyModelParser.NoArgForTool:No argument for tool "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for tool "{0}"
-
ModelValidatorImpl_NoEnvVars
KeyModelValidatorImpl.NoEnvVars:No variables specified for environment.- Returns:
No variables specified for environment
-
_ModelValidatorImpl_NoEnvVars
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoEnvVars()KeyModelValidatorImpl.NoEnvVars:No variables specified for environment.- Returns:
No variables specified for environment
-
Comparator_EQUALS_DisplayName
KeyComparator.EQUALS.DisplayName:Equals.- Returns:
Equals
-
_Comparator_EQUALS_DisplayName
public static org.jvnet.localizer.Localizable _Comparator_EQUALS_DisplayName()KeyComparator.EQUALS.DisplayName:Equals.- Returns:
Equals
-
ModelValidatorImpl_NestedWhenWrongChildrenCount
KeyModelValidatorImpl.NestedWhenWrongChildrenCount:Nested when condition "{0}" requires exactly {1} child condition(s)..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nested when condition "{0}" requires exactly {1} child condition(s).
-
_ModelValidatorImpl_NestedWhenWrongChildrenCount
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NestedWhenWrongChildrenCount(Object arg0, Object arg1) KeyModelValidatorImpl.NestedWhenWrongChildrenCount:Nested when condition "{0}" requires exactly {1} child condition(s)..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nested when condition "{0}" requires exactly {1} child condition(s).
-
ModelParser_ExpectedMapMethod
KeyModelParser.ExpectedMapMethod:Expected to find ‘someKey "someValue"’.- Returns:
Expected to find ‘someKey "someValue"’
-
_ModelParser_ExpectedMapMethod
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedMapMethod()KeyModelParser.ExpectedMapMethod:Expected to find ‘someKey "someValue"’.- Returns:
Expected to find ‘someKey "someValue"’
-
ModelValidatorImpl_NothingForStage
KeyModelValidatorImpl.NothingForStage:Expected one of "steps", "stages", or "parallel" for stage "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected one of "steps", "stages", or "parallel" for stage "{0}"
-
_ModelValidatorImpl_NothingForStage
KeyModelValidatorImpl.NothingForStage:Expected one of "steps", "stages", or "parallel" for stage "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected one of "steps", "stages", or "parallel" for stage "{0}"
-
ModelValidatorImpl_DuplicateAxisName
KeyModelValidatorImpl.DuplicateAxisName:Duplicate axis name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate axis name: "{0}"
-
_ModelValidatorImpl_DuplicateAxisName
KeyModelValidatorImpl.DuplicateAxisName:Duplicate axis name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate axis name: "{0}"
-
WhenConditionalValidator_changelog_badPattern
KeyWhenConditionalValidator.changelog.badPattern:"{0}" is not a valid regular expression. {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid regular expression. {1}
-
_WhenConditionalValidator_changelog_badPattern
public static org.jvnet.localizer.Localizable _WhenConditionalValidator_changelog_badPattern(Object arg0, Object arg1) KeyWhenConditionalValidator.changelog.badPattern:"{0}" is not a valid regular expression. {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid regular expression. {1}
-
ModelValidatorImpl_CompilationErrorInCodeBlock
KeyModelValidatorImpl.CompilationErrorInCodeBlock:Groovy compilation error(s) in {0}. Error(s): "{1}".- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Groovy compilation error(s) in {0}. Error(s): "{1}"
-
_ModelValidatorImpl_CompilationErrorInCodeBlock
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_CompilationErrorInCodeBlock(Object arg0, Object arg1) KeyModelValidatorImpl.CompilationErrorInCodeBlock:Groovy compilation error(s) in {0}. Error(s): "{1}".- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Groovy compilation error(s) in {0}. Error(s): "{1}"
-
ModelValidatorImpl_MultipleAgentParameters
KeyModelValidatorImpl.MultipleAgentParameters:Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead.
-
_ModelValidatorImpl_MultipleAgentParameters
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MultipleAgentParameters(Object arg0, Object arg1) KeyModelValidatorImpl.MultipleAgentParameters:Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead.
-
ModelParser_ExpectedSymbol
KeyModelParser.ExpectedSymbol:Expected a symbol.- Returns:
Expected a symbol
-
_ModelParser_ExpectedSymbol
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedSymbol()KeyModelParser.ExpectedSymbol:Expected a symbol.- Returns:
Expected a symbol
-
Parser_UndefinedSection
KeyParser.UndefinedSection:Undefined section "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Undefined section "{0}"
-
_Parser_UndefinedSection
KeyParser.UndefinedSection:Undefined section "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Undefined section "{0}"
-
ModelValidatorImpl_RequiredSection
KeyModelValidatorImpl.RequiredSection:Missing required section "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required section "{0}"
-
_ModelValidatorImpl_RequiredSection
KeyModelValidatorImpl.RequiredSection:Missing required section "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required section "{0}"
-
ModelParser_BareDollarCurly
KeyModelParser.BareDollarCurly:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes)
-
_ModelParser_BareDollarCurly
KeyModelParser.BareDollarCurly:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes)
-
ModelParser_ExpectedAgentKeyValue
KeyModelParser.ExpectedAgentKeyValue:Expected to find ‘key "value"’.- Returns:
Expected to find ‘key "value"’
-
_ModelParser_ExpectedAgentKeyValue
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedAgentKeyValue()KeyModelParser.ExpectedAgentKeyValue:Expected to find ‘key "value"’.- Returns:
Expected to find ‘key "value"’
-
ModelValidatorImpl_EmptySection
KeyModelValidatorImpl.EmptySection:{0} can not be empty.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} can not be empty
-
_ModelValidatorImpl_EmptySection
KeyModelValidatorImpl.EmptySection:{0} can not be empty.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} can not be empty
-
ModelParser_InvalidBuildCondition
KeyModelParser.InvalidBuildCondition:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}
-
_ModelParser_InvalidBuildCondition
KeyModelParser.InvalidBuildCondition:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}
-
ModelParser_ExpectedTool
KeyModelParser.ExpectedTool:Expected to find ‘someTool "someVersion"’.- Returns:
Expected to find ‘someTool "someVersion"’
-
_ModelParser_ExpectedTool
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedTool()KeyModelParser.ExpectedTool:Expected to find ‘someTool "someVersion"’.- Returns:
Expected to find ‘someTool "someVersion"’
-
ModelParser_OneAgentMax
KeyModelParser.OneAgentMax:Only one agent type is allowed per agent section.- Returns:
Only one agent type is allowed per agent section
-
_ModelParser_OneAgentMax
public static org.jvnet.localizer.Localizable _ModelParser_OneAgentMax()KeyModelParser.OneAgentMax:Only one agent type is allowed per agent section.- Returns:
Only one agent type is allowed per agent section
-
ModelValidatorImpl_WrongBuildParameterType
KeyModelValidatorImpl.WrongBuildParameterType:Invalid type for parameter "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid type for parameter "{0}"
-
_ModelValidatorImpl_WrongBuildParameterType
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_WrongBuildParameterType(Object arg0) KeyModelValidatorImpl.WrongBuildParameterType:Invalid type for parameter "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid type for parameter "{0}"
-
ModelValidatorImpl_AgentInNestedStages
KeyModelValidatorImpl.AgentInNestedStages:"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages
-
_ModelValidatorImpl_AgentInNestedStages
KeyModelValidatorImpl.AgentInNestedStages:"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages
-
ModelValidatorImpl_NoToolVersion
KeyModelValidatorImpl.NoToolVersion:Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?
-
_ModelValidatorImpl_NoToolVersion
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoToolVersion(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.NoToolVersion:Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Tool type "{0}" does not have an install of "{1}" configured - did you mean "{2}"?
-
ModelValidatorImpl_DuplicateTriggerName
KeyModelValidatorImpl.DuplicateTriggerName:Duplicate trigger name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate trigger name: "{0}"
-
_ModelValidatorImpl_DuplicateTriggerName
KeyModelValidatorImpl.DuplicateTriggerName:Duplicate trigger name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate trigger name: "{0}"
-
ModelValidatorImpl_TwoOfStepsStagesParallel
KeyModelValidatorImpl.TwoOfStepsStagesParallel:Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}"
-
_ModelValidatorImpl_TwoOfStepsStagesParallel
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_TwoOfStepsStagesParallel(Object arg0) KeyModelValidatorImpl.TwoOfStepsStagesParallel:Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}"
-
ModelValidatorImpl_NoNestedWhenAllowed
KeyModelValidatorImpl.NoNestedWhenAllowed:No children when conditions are allowed for when condition "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No children when conditions are allowed for when condition "{0}".
-
_ModelValidatorImpl_NoNestedWhenAllowed
KeyModelValidatorImpl.NoNestedWhenAllowed:No children when conditions are allowed for when condition "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No children when conditions are allowed for when condition "{0}".
-
ModelValidatorImpl_NoStageName
KeyModelValidatorImpl.NoStageName:Stage does not have a name.- Returns:
Stage does not have a name
-
_ModelValidatorImpl_NoStageName
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoStageName()KeyModelValidatorImpl.NoStageName:Stage does not have a name.- Returns:
Stage does not have a name
-
ModelParser_NoArgForField
KeyModelParser.NoArgForField:No argument for field "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for field "{0}"
-
_ModelParser_NoArgForField
KeyModelParser.NoArgForField:No argument for field "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for field "{0}"
-
ModelParser_InvalidEnvironmentIdentifier
KeyModelParser.InvalidEnvironmentIdentifier:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys.
-
_ModelParser_InvalidEnvironmentIdentifier
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentIdentifier(Object arg0) KeyModelParser.InvalidEnvironmentIdentifier:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys.
-
ModelValidatorImpl_MissingRequiredStepParameter
KeyModelValidatorImpl.MissingRequiredStepParameter:Missing required parameter: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required parameter: "{0}"
-
_ModelValidatorImpl_MissingRequiredStepParameter
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MissingRequiredStepParameter(Object arg0) KeyModelValidatorImpl.MissingRequiredStepParameter:Missing required parameter: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required parameter: "{0}"
-
ModelParser_MatrixExcludeAxisValuesOrNotValues
KeyModelParser.MatrixExcludeAxisValuesOrNotValues:Exclude axis must contain either "values" or "notValues".- Returns:
Exclude axis must contain either "values" or "notValues"
-
_ModelParser_MatrixExcludeAxisValuesOrNotValues
public static org.jvnet.localizer.Localizable _ModelParser_MatrixExcludeAxisValuesOrNotValues()KeyModelParser.MatrixExcludeAxisValuesOrNotValues:Exclude axis must contain either "values" or "notValues".- Returns:
Exclude axis must contain either "values" or "notValues"
-
ModelParser_ExpectedLibrary
KeyModelParser.ExpectedLibrary:Expected a "lib(...)" but got {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a "lib(...)" but got {0}
-
_ModelParser_ExpectedLibrary
KeyModelParser.ExpectedLibrary:Expected a "lib(...)" but got {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a "lib(...)" but got {0}
-
ModelValidatorImpl_NestedWhenNoArgs
KeyModelValidatorImpl.NestedWhenNoArgs:No additional arguments are allowed for children when condition "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No additional arguments are allowed for children when condition "{0}".
-
_ModelValidatorImpl_NestedWhenNoArgs
KeyModelValidatorImpl.NestedWhenNoArgs:No additional arguments are allowed for children when condition "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No additional arguments are allowed for children when condition "{0}".
-
ModelParser_InvalidStageSectionDefinition
KeyModelParser.InvalidStageSectionDefinition:Not a valid stage section definition: "{0}". Some extra configuration is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid stage section definition: "{0}". Some extra configuration is required.
-
_ModelParser_InvalidStageSectionDefinition
public static org.jvnet.localizer.Localizable _ModelParser_InvalidStageSectionDefinition(Object arg0) KeyModelParser.InvalidStageSectionDefinition:Not a valid stage section definition: "{0}". Some extra configuration is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid stage section definition: "{0}". Some extra configuration is required.
-
ModelValidatorImpl_NoTools
KeyModelValidatorImpl.NoTools:No tools specified.- Returns:
No tools specified
-
_ModelValidatorImpl_NoTools
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoTools()KeyModelValidatorImpl.NoTools:No tools specified.- Returns:
No tools specified
-
ModelValidatorImpl_InvalidUnnamedParameterType
public static String ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidUnnamedParameterType:Expecting "{0}" but got "{1}" of type {2} instead.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expecting "{0}" but got "{1}" of type {2} instead
-
_ModelValidatorImpl_InvalidUnnamedParameterType
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidUnnamedParameterType:Expecting "{0}" but got "{1}" of type {2} instead.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expecting "{0}" but got "{1}" of type {2} instead
-
ModelParser_ExpectedStringLiteralButGot
KeyModelParser.ExpectedStringLiteralButGot:Expected string literal but got {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected string literal but got {0}
-
_ModelParser_ExpectedStringLiteralButGot
KeyModelParser.ExpectedStringLiteralButGot:Expected string literal but got {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected string literal but got {0}
-
ModelParser_PipelineBlockNotAtTop
KeyModelParser.PipelineBlockNotAtTop:{0} block must be at the top-level, not within another block..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} block must be at the top-level, not within another block.
-
_ModelParser_PipelineBlockNotAtTop
KeyModelParser.PipelineBlockNotAtTop:{0} block must be at the top-level, not within another block..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} block must be at the top-level, not within another block.
-
ModelValidatorImpl_NoExcludes
KeyModelValidatorImpl.NoExcludes:No exclude directives specified.- Returns:
No exclude directives specified
-
_ModelValidatorImpl_NoExcludes
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoExcludes()KeyModelValidatorImpl.NoExcludes:No exclude directives specified.- Returns:
No exclude directives specified
-
ModelValidatorImpl_NoSteps
KeyModelValidatorImpl.NoSteps:No steps specified for branch.- Returns:
No steps specified for branch
-
_ModelValidatorImpl_NoSteps
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoSteps()KeyModelValidatorImpl.NoSteps:No steps specified for branch.- Returns:
No steps specified for branch
-
ModelParser_ExpectedBuildParameter
KeyModelParser.ExpectedBuildParameter:Expected a build parameter definition.- Returns:
Expected a build parameter definition
-
_ModelParser_ExpectedBuildParameter
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedBuildParameter()KeyModelParser.ExpectedBuildParameter:Expected a build parameter definition.- Returns:
Expected a build parameter definition
-
ModelValidatorImpl_ToolsInNestedStages
KeyModelValidatorImpl.ToolsInNestedStages:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages
-
_ModelValidatorImpl_ToolsInNestedStages
KeyModelValidatorImpl.ToolsInNestedStages:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages
-
ModelParser_ExpectedStageName
KeyModelParser.ExpectedStageName:Expected a stage name but did not find any.- Returns:
Expected a stage name but did not find any
-
_ModelParser_ExpectedStageName
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStageName()KeyModelParser.ExpectedStageName:Expected a stage name but did not find any.- Returns:
Expected a stage name but did not find any
-
ModelParser_ExpectedTrigger
KeyModelParser.ExpectedTrigger:Expected a trigger.- Returns:
Expected a trigger
-
_ModelParser_ExpectedTrigger
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedTrigger()KeyModelParser.ExpectedTrigger:Expected a trigger.- Returns:
Expected a trigger
-
ModelParser_ExpectedBlock
KeyModelParser.ExpectedBlock:Expected a block.- Returns:
Expected a block
-
_ModelParser_ExpectedBlock
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedBlock()KeyModelParser.ExpectedBlock:Expected a block.- Returns:
Expected a block
-
ModelParser_TooManyArgsForMapMethodKey
KeyModelParser.TooManyArgsForMapMethodKey:Too many arguments for map key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for map key "{0}"
-
_ModelParser_TooManyArgsForMapMethodKey
KeyModelParser.TooManyArgsForMapMethodKey:Too many arguments for map key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for map key "{0}"
-
ModelValidatorImpl_WrongNumberOfStepParameters
public static String ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.WrongNumberOfStepParameters:"{0}" should have {1} arguments but has {2} arguments instead..- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" should have {1} arguments but has {2} arguments instead.
-
_ModelValidatorImpl_WrongNumberOfStepParameters
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.WrongNumberOfStepParameters:"{0}" should have {1} arguments but has {2} arguments instead..- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" should have {1} arguments but has {2} arguments instead.
-
ModelParser_InvalidInputField
KeyModelParser.InvalidInputField:Not a valid field for input: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid field for input: "{0}"
-
_ModelParser_InvalidInputField
KeyModelParser.InvalidInputField:Not a valid field for input: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid field for input: "{0}"
-
ModelValidatorImpl_InvalidParameterType
public static String ModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3) KeyModelValidatorImpl.InvalidParameterType:Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead.- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead
-
_ModelValidatorImpl_InvalidParameterType
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3) KeyModelValidatorImpl.InvalidParameterType:Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead.- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expecting "{0}" for parameter "{1}" but got "{2}" of type {3} instead
-
ModelParser_ExpectedStep
KeyModelParser.ExpectedStep:Expected a step.- Returns:
Expected a step
-
_ModelParser_ExpectedStep
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStep()KeyModelParser.ExpectedStep:Expected a step.- Returns:
Expected a step
-
ModelValidatorImpl_UnknownWhenConditional
KeyModelValidatorImpl.UnknownWhenConditional:Unknown conditional {0}. Valid conditionals are: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown conditional {0}. Valid conditionals are: {1}
-
_ModelValidatorImpl_UnknownWhenConditional
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_UnknownWhenConditional(Object arg0, Object arg1) KeyModelValidatorImpl.UnknownWhenConditional:Unknown conditional {0}. Valid conditionals are: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown conditional {0}. Valid conditionals are: {1}
-
ModelParser_BigIntegerValue
KeyModelParser.BigIntegerValue:BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808..- Returns:
BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808.
-
_ModelParser_BigIntegerValue
public static org.jvnet.localizer.Localizable _ModelParser_BigIntegerValue()KeyModelParser.BigIntegerValue:BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808..- Returns:
BigIntegers cannot be used as constants in Declarative. The maximum value for an integer is 9,223,372,036,854,775,807 and the minimum value for an integer is -9,223,372,036,854,775,808.
-
ModelParser_InvalidSectionDefinition
KeyModelParser.InvalidSectionDefinition:Not a valid section definition: "{0}". Some extra configuration is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid section definition: "{0}". Some extra configuration is required.
-
_ModelParser_InvalidSectionDefinition
KeyModelParser.InvalidSectionDefinition:Not a valid section definition: "{0}". Some extra configuration is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not a valid section definition: "{0}". Some extra configuration is required.
-
ModelParser_RenamedPostBuild
KeyModelParser.RenamedPostBuild:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions..- Returns:
The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions.
-
_ModelParser_RenamedPostBuild
public static org.jvnet.localizer.Localizable _ModelParser_RenamedPostBuild()KeyModelParser.RenamedPostBuild:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions..- Returns:
The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions.
-
ModelValidatorImpl_NestedWhenWithoutChildren
KeyModelValidatorImpl.NestedWhenWithoutChildren:Nested when condition "{0}" requires at least one child condition..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nested when condition "{0}" requires at least one child condition.
-
_ModelValidatorImpl_NestedWhenWithoutChildren
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NestedWhenWithoutChildren(Object arg0) KeyModelValidatorImpl.NestedWhenWithoutChildren:Nested when condition "{0}" requires at least one child condition..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Nested when condition "{0}" requires at least one child condition.
-
ModelValidatorImpl_InvalidStepParameter
KeyModelValidatorImpl.InvalidStepParameter:Invalid parameter "{0}", did you mean "{1}"?.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid parameter "{0}", did you mean "{1}"?
-
_ModelValidatorImpl_InvalidStepParameter
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidStepParameter(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidStepParameter:Invalid parameter "{0}", did you mean "{1}"?.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid parameter "{0}", did you mean "{1}"?
-
JSONParser_MethCallMustBeObj
KeyJSONParser.MethCallMustBeObj:Method or function call definition must be a JSON object.- Returns:
Method or function call definition must be a JSON object
-
_JSONParser_MethCallMustBeObj
public static org.jvnet.localizer.Localizable _JSONParser_MethCallMustBeObj()KeyJSONParser.MethCallMustBeObj:Method or function call definition must be a JSON object.- Returns:
Method or function call definition must be a JSON object
-
Parser_MultipleOfSection
KeyParser.MultipleOfSection:Multiple occurrences of the {0} section.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Multiple occurrences of the {0} section
-
_Parser_MultipleOfSection
KeyParser.MultipleOfSection:Multiple occurrences of the {0} section.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Multiple occurrences of the {0} section
-
JSONParser_MethArgsMissing
KeyJSONParser.MethArgsMissing:Method or function arguments missing or not an array.- Returns:
Method or function arguments missing or not an array
-
_JSONParser_MethArgsMissing
public static org.jvnet.localizer.Localizable _JSONParser_MethArgsMissing()KeyJSONParser.MethArgsMissing:Method or function arguments missing or not an array.- Returns:
Method or function arguments missing or not an array
-
ModelValidatorImpl_NoAxes
KeyModelValidatorImpl.NoAxes:No axis directives specified.- Returns:
No axis directives specified
-
_ModelValidatorImpl_NoAxes
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoAxes()KeyModelValidatorImpl.NoAxes:No axis directives specified.- Returns:
No axis directives specified
-
ModelValidatorImpl_BlockedStep
KeyModelValidatorImpl.BlockedStep:Invalid step "{0}" used - not allowed in this context - {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid step "{0}" used - not allowed in this context - {1}
-
_ModelValidatorImpl_BlockedStep
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_BlockedStep(Object arg0, Object arg1) KeyModelValidatorImpl.BlockedStep:Invalid step "{0}" used - not allowed in this context - {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid step "{0}" used - not allowed in this context - {1}
-
ModelValidatorImpl_NoNestedWithinNestedStages
KeyModelValidatorImpl.NoNestedWithinNestedStages:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel"..- Returns:
"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel".
-
_ModelValidatorImpl_NoNestedWithinNestedStages
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoNestedWithinNestedStages()KeyModelValidatorImpl.NoNestedWithinNestedStages:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel"..- Returns:
"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel".
-
ModelParser_ExpectedClosureOrFailFast
KeyModelParser.ExpectedClosureOrFailFast:Expected closure or failFast.- Returns:
Expected closure or failFast
-
_ModelParser_ExpectedClosureOrFailFast
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedClosureOrFailFast()KeyModelParser.ExpectedClosureOrFailFast:Expected closure or failFast.- Returns:
Expected closure or failFast
-
ModelParser_InvalidInternalFunctionArg
KeyModelParser.InvalidInternalFunctionArg:Internal function call parameters must be strings..- Returns:
Internal function call parameters must be strings.
-
_ModelParser_InvalidInternalFunctionArg
public static org.jvnet.localizer.Localizable _ModelParser_InvalidInternalFunctionArg()KeyModelParser.InvalidInternalFunctionArg:Internal function call parameters must be strings..- Returns:
Internal function call parameters must be strings.
-
ModelValidatorImpl_MissingAgentParameter
KeyModelValidatorImpl.MissingAgentParameter:Missing required parameter for agent type "{0}": {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required parameter for agent type "{0}": {1}
-
_ModelValidatorImpl_MissingAgentParameter
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MissingAgentParameter(Object arg0, Object arg1) KeyModelValidatorImpl.MissingAgentParameter:Missing required parameter for agent type "{0}": {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing required parameter for agent type "{0}": {1}
-
ModelParser_ExpectedStringLiteral
KeyModelParser.ExpectedStringLiteral:Expected string literal.- Returns:
Expected string literal
-
_ModelParser_ExpectedStringLiteral
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStringLiteral()KeyModelParser.ExpectedStringLiteral:Expected string literal.- Returns:
Expected string literal
-
ModelValidatorImpl_InvalidAgentType
KeyModelValidatorImpl.InvalidAgentType:Invalid agent type "{0}" specified. Must be one of {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid agent type "{0}" specified. Must be one of {1}
-
_ModelValidatorImpl_InvalidAgentType
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgentType(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgentType:Invalid agent type "{0}" specified. Must be one of {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid agent type "{0}" specified. Must be one of {1}
-
JSONParser_TooFewItems
KeyJSONParser.TooFewItems:Array has {0} entries, requires minimum of {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Array has {0} entries, requires minimum of {1}
-
_JSONParser_TooFewItems
KeyJSONParser.TooFewItems:Array has {0} entries, requires minimum of {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Array has {0} entries, requires minimum of {1}
-
ModelParser_TooManyArgsForAgentKey
KeyModelParser.TooManyArgsForAgentKey:Too many arguments for agent key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for agent key "{0}"
-
_ModelParser_TooManyArgsForAgentKey
KeyModelParser.TooManyArgsForAgentKey:Too many arguments for agent key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for agent key "{0}"
-
ModelValidatorImpl_InvalidAgent
KeyModelValidatorImpl.InvalidAgent:Invalid argument for agent - "{0}" - must be map of config options or bare {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid argument for agent - "{0}" - must be map of config options or bare {1}.
-
_ModelValidatorImpl_InvalidAgent
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgent(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgent:Invalid argument for agent - "{0}" - must be map of config options or bare {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid argument for agent - "{0}" - must be map of config options or bare {1}.
-
ModelParser_MethodCallWithClosure
KeyModelParser.MethodCallWithClosure:Method call arguments.- Returns:
Method call arguments
-
_ModelParser_MethodCallWithClosure
public static org.jvnet.localizer.Localizable _ModelParser_MethodCallWithClosure()KeyModelParser.MethodCallWithClosure:Method call arguments.- Returns:
Method call arguments
-
ModelValidatorImpl_MixedNamedAndUnnamedParameters
KeyModelValidatorImpl.MixedNamedAndUnnamedParameters:Cannot mix named and unnamed arguments.- Returns:
Cannot mix named and unnamed arguments
-
_ModelValidatorImpl_MixedNamedAndUnnamedParameters
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MixedNamedAndUnnamedParameters()KeyModelValidatorImpl.MixedNamedAndUnnamedParameters:Cannot mix named and unnamed arguments.- Returns:
Cannot mix named and unnamed arguments
-
ModelParser_ExpectedAgent
KeyModelParser.ExpectedAgent:Expected an agent.- Returns:
Expected an agent
-
_ModelParser_ExpectedAgent
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedAgent()KeyModelParser.ExpectedAgent:Expected an agent.- Returns:
Expected an agent
-
ModelParser_WrongWhenCount
KeyModelParser.WrongWhenCount:One condition is required in "when".- Returns:
One condition is required in "when"
-
_ModelParser_WrongWhenCount
public static org.jvnet.localizer.Localizable _ModelParser_WrongWhenCount()KeyModelParser.WrongWhenCount:One condition is required in "when".- Returns:
One condition is required in "when"
-
ModelParser_RenamedNotifications
KeyModelParser.RenamedNotifications:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions..- Returns:
The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions.
-
_ModelParser_RenamedNotifications
public static org.jvnet.localizer.Localizable _ModelParser_RenamedNotifications()KeyModelParser.RenamedNotifications:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions..- Returns:
The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions.
-
ModelParser_UnknownStageSection
KeyModelParser.UnknownStageSection:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block.
-
_ModelParser_UnknownStageSection
KeyModelParser.UnknownStageSection:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block.
-
JSONParser_MissingPipelineRoot
KeyJSONParser.MissingPipelineRoot:No pipeline block or invalid pipeline block content.- Returns:
No pipeline block or invalid pipeline block content
-
_JSONParser_MissingPipelineRoot
public static org.jvnet.localizer.Localizable _JSONParser_MissingPipelineRoot()KeyJSONParser.MissingPipelineRoot:No pipeline block or invalid pipeline block content.- Returns:
No pipeline block or invalid pipeline block content
-
ModelParser_InvalidEnvironmentOperation
KeyModelParser.InvalidEnvironmentOperation:Environment variable values can only be joined together with ‘+’s..- Returns:
Environment variable values can only be joined together with ‘+’s.
-
_ModelParser_InvalidEnvironmentOperation
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentOperation()KeyModelParser.InvalidEnvironmentOperation:Environment variable values can only be joined together with ‘+’s..- Returns:
Environment variable values can only be joined together with ‘+’s.
-
ModelParser_ObjectMethodCall
KeyModelParser.ObjectMethodCall:Method calls on objects not allowed outside "script" blocks..- Returns:
Method calls on objects not allowed outside "script" blocks.
-
_ModelParser_ObjectMethodCall
public static org.jvnet.localizer.Localizable _ModelParser_ObjectMethodCall()KeyModelParser.ObjectMethodCall:Method calls on objects not allowed outside "script" blocks..- Returns:
Method calls on objects not allowed outside "script" blocks.
-
ModelParser_InvalidEnvironmentConcatValue
KeyModelParser.InvalidEnvironmentConcatValue:Environment variable values to be concatenated together must be single or double quoted..- Returns:
Environment variable values to be concatenated together must be single or double quoted.
-
_ModelParser_InvalidEnvironmentConcatValue
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentConcatValue()KeyModelParser.InvalidEnvironmentConcatValue:Environment variable values to be concatenated together must be single or double quoted..- Returns:
Environment variable values to be concatenated together must be single or double quoted.
-
ModelValidatorImpl_DuplicateOptionName
KeyModelValidatorImpl.DuplicateOptionName:Duplicate option name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate option name: "{0}"
-
_ModelValidatorImpl_DuplicateOptionName
KeyModelValidatorImpl.DuplicateOptionName:Duplicate option name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate option name: "{0}"
-
ModelParser_StageWithoutBlock
KeyModelParser.StageWithoutBlock:Stage does not have a block.- Returns:
Stage does not have a block
-
_ModelParser_StageWithoutBlock
public static org.jvnet.localizer.Localizable _ModelParser_StageWithoutBlock()KeyModelParser.StageWithoutBlock:Stage does not have a block.- Returns:
Stage does not have a block
-
Comparator_REGEXP_DisplayName
KeyComparator.REGEXP.DisplayName:Regular Expression.- Returns:
Regular Expression
-
_Comparator_REGEXP_DisplayName
public static org.jvnet.localizer.Localizable _Comparator_REGEXP_DisplayName()KeyComparator.REGEXP.DisplayName:Regular Expression.- Returns:
Regular Expression
-
ModelParser_TooManyArgsForField
KeyModelParser.TooManyArgsForField:Too many arguments for field "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for field "{0}"
-
_ModelParser_TooManyArgsForField
KeyModelParser.TooManyArgsForField:Too many arguments for field "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for field "{0}"
-
ModelParser_RenamedProperties
KeyModelParser.RenamedProperties:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead..- Returns:
The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead.
-
_ModelParser_RenamedProperties
public static org.jvnet.localizer.Localizable _ModelParser_RenamedProperties()KeyModelParser.RenamedProperties:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead..- Returns:
The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead.
-
ModelValidatorImpl_InvalidSectionType
KeyModelValidatorImpl.InvalidSectionType:Invalid {0} type "{1}". Valid {0} types: {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid {0} type "{1}". Valid {0} types: {2}
-
_ModelValidatorImpl_InvalidSectionType
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidSectionType(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidSectionType:Invalid {0} type "{1}". Valid {0} types: {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid {0} type "{1}". Valid {0} types: {2}
-
Parser_Options
KeyParser.Options:Options.- Returns:
Options
-
_Parser_Options
public static org.jvnet.localizer.Localizable _Parser_Options()KeyParser.Options:Options.- Returns:
Options
-
ModelValidatorImpl_EmptyWhen
KeyModelValidatorImpl.EmptyWhen:Empty when closure, remove the property or add some content..- Returns:
Empty when closure, remove the property or add some content.
-
_ModelValidatorImpl_EmptyWhen
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_EmptyWhen()KeyModelValidatorImpl.EmptyWhen:Empty when closure, remove the property or add some content..- Returns:
Empty when closure, remove the property or add some content.
-
ModelValidatorImpl_DuplicateStageName
KeyModelValidatorImpl.DuplicateStageName:Duplicate stage name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate stage name: "{0}"
-
_ModelValidatorImpl_DuplicateStageName
KeyModelValidatorImpl.DuplicateStageName:Duplicate stage name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate stage name: "{0}"
-
ModelParser_NoArgForMapMethodKey
KeyModelParser.NoArgForMapMethodKey:No argument for map key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for map key "{0}"
-
_ModelParser_NoArgForMapMethodKey
KeyModelParser.NoArgForMapMethodKey:No argument for map key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for map key "{0}"
-
ModelValidatorImpl_DuplicateParallelName
KeyModelValidatorImpl.DuplicateParallelName:Duplicate parallel branch name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate parallel branch name: "{0}"
-
_ModelValidatorImpl_DuplicateParallelName
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateParallelName(Object arg0) KeyModelValidatorImpl.DuplicateParallelName:Duplicate parallel branch name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate parallel branch name: "{0}"
-
JSONParser_InvalidGroovyString
KeyJSONParser.InvalidGroovyString:{0} is not a valid Groovy string value.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is not a valid Groovy string value
-
_JSONParser_InvalidGroovyString
KeyJSONParser.InvalidGroovyString:{0} is not a valid Groovy string value.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is not a valid Groovy string value
-
ModelParser_ExpectedAxis
KeyModelParser.ExpectedAxis:Expected an axis.- Returns:
Expected an axis
-
_ModelParser_ExpectedAxis
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedAxis()KeyModelParser.ExpectedAxis:Expected an axis.- Returns:
Expected an axis
-
ModelValidatorImpl_InvalidAgentParameter
public static String ModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidAgentParameter:Invalid config option "{0}" for agent type "{1}". Valid config options are {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid config option "{0}" for agent type "{1}". Valid config options are {2}
-
_ModelValidatorImpl_InvalidAgentParameter
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidAgentParameter:Invalid config option "{0}" for agent type "{1}". Valid config options are {2}.- Parameters:
arg2- 3rd format parameter,{2}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid config option "{0}" for agent type "{1}". Valid config options are {2}
-
ModelParser_RenamedJobProperties
KeyModelParser.RenamedJobProperties:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead..- Returns:
The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead.
-
_ModelParser_RenamedJobProperties
public static org.jvnet.localizer.Localizable _ModelParser_RenamedJobProperties()KeyModelParser.RenamedJobProperties:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead..- Returns:
The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead.
-
JSONParser_InvalidArgumentSyntax
KeyJSONParser.InvalidArgumentSyntax:Invalid argument syntax.- Returns:
Invalid argument syntax
-
_JSONParser_InvalidArgumentSyntax
public static org.jvnet.localizer.Localizable _JSONParser_InvalidArgumentSyntax()KeyJSONParser.InvalidArgumentSyntax:Invalid argument syntax.- Returns:
Invalid argument syntax
-
ModelParser_ExpectedNVPairs
KeyModelParser.ExpectedNVPairs:Expected name=value pairs.- Returns:
Expected name=value pairs
-
_ModelParser_ExpectedNVPairs
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedNVPairs()KeyModelParser.ExpectedNVPairs:Expected name=value pairs.- Returns:
Expected name=value pairs
-
ModelParser_ExpectedBoolean
KeyModelParser.ExpectedBoolean:Expected a boolean with {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a boolean with {0}
-
_ModelParser_ExpectedBoolean
KeyModelParser.ExpectedBoolean:Expected a boolean with {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a boolean with {0}
-
Parser_Triggers
KeyParser.Triggers:Triggers.- Returns:
Triggers
-
_Parser_Triggers
public static org.jvnet.localizer.Localizable _Parser_Triggers()KeyParser.Triggers:Triggers.- Returns:
Triggers
-
Parser_BuildParameters
KeyParser.BuildParameters:Build parameters.- Returns:
Build parameters
-
_Parser_BuildParameters
public static org.jvnet.localizer.Localizable _Parser_BuildParameters()KeyParser.BuildParameters:Build parameters.- Returns:
Build parameters
-
JSONParser_MethArgsMustBeObj
KeyJSONParser.MethArgsMustBeObj:Individual method or function arguments must be a JSON object.- Returns:
Individual method or function arguments must be a JSON object
-
_JSONParser_MethArgsMustBeObj
public static org.jvnet.localizer.Localizable _JSONParser_MethArgsMustBeObj()KeyJSONParser.MethArgsMustBeObj:Individual method or function arguments must be a JSON object.- Returns:
Individual method or function arguments must be a JSON object
-
ModelParser_InvalidEnvironmentValue
KeyModelParser.InvalidEnvironmentValue:Environment variable values must either be single quoted, double quoted, or function calls..- Returns:
Environment variable values must either be single quoted, double quoted, or function calls.
-
_ModelParser_InvalidEnvironmentValue
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentValue()KeyModelParser.InvalidEnvironmentValue:Environment variable values must either be single quoted, double quoted, or function calls..- Returns:
Environment variable values must either be single quoted, double quoted, or function calls.
-
ModelValidatorImpl_DuplicateBuildCondition
KeyModelValidatorImpl.DuplicateBuildCondition:Duplicate build condition name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate build condition name: "{0}"
-
_ModelValidatorImpl_DuplicateBuildCondition
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateBuildCondition(Object arg0) KeyModelValidatorImpl.DuplicateBuildCondition:Duplicate build condition name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate build condition name: "{0}"
-
ModelInterpreter_EnvironmentVariableFailed
KeyModelInterpreter.EnvironmentVariableFailed:One or more variables have some issues with their values: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
One or more variables have some issues with their values: {0}
-
_ModelInterpreter_EnvironmentVariableFailed
public static org.jvnet.localizer.Localizable _ModelInterpreter_EnvironmentVariableFailed(Object arg0) KeyModelInterpreter.EnvironmentVariableFailed:One or more variables have some issues with their values: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
One or more variables have some issues with their values: {0}
-
ModelParser_ExpectedOption
KeyModelParser.ExpectedOption:Expected an option.- Returns:
Expected an option
-
_ModelParser_ExpectedOption
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedOption()KeyModelParser.ExpectedOption:Expected an option.- Returns:
Expected an option
-
Comparator_GLOB_DisplayName
KeyComparator.GLOB.DisplayName:Glob.- Returns:
Glob
-
_Comparator_GLOB_DisplayName
public static org.jvnet.localizer.Localizable _Comparator_GLOB_DisplayName()KeyComparator.GLOB.DisplayName:Glob.- Returns:
Glob
-
ModelParser_TooManyArgsForTool
KeyModelParser.TooManyArgsForTool:Too many arguments for tool "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for tool "{0}"
-
_ModelParser_TooManyArgsForTool
KeyModelParser.TooManyArgsForTool:Too many arguments for tool "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Too many arguments for tool "{0}"
-
ModelValidatorImpl_InvalidBuildCondition
KeyModelValidatorImpl.InvalidBuildCondition:Invalid condition "{0}" - valid conditions are {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid condition "{0}" - valid conditions are {1}
-
_ModelValidatorImpl_InvalidBuildCondition
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidBuildCondition(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidBuildCondition:Invalid condition "{0}" - valid conditions are {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid condition "{0}" - valid conditions are {1}
-
ModelInterpreter_NoNodeContext
KeyModelInterpreter.NoNodeContext:Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’..- Returns:
Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’.
-
_ModelInterpreter_NoNodeContext
public static org.jvnet.localizer.Localizable _ModelInterpreter_NoNodeContext()KeyModelInterpreter.NoNodeContext:Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’..- Returns:
Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node '{ ... }'’ blocks when using ‘agent none’.
-
WhenConditionalValidator_changelog_missingParameter
KeyWhenConditionalValidator.changelog.missingParameter:Changelog is missing required parameter "pattern"..- Returns:
Changelog is missing required parameter "pattern".
-
_WhenConditionalValidator_changelog_missingParameter
public static org.jvnet.localizer.Localizable _WhenConditionalValidator_changelog_missingParameter()KeyWhenConditionalValidator.changelog.missingParameter:Changelog is missing required parameter "pattern"..- Returns:
Changelog is missing required parameter "pattern".
-
Parser_Libraries
KeyParser.Libraries:Libraries.- Returns:
Libraries
-
_Parser_Libraries
public static org.jvnet.localizer.Localizable _Parser_Libraries()KeyParser.Libraries:Libraries.- Returns:
Libraries
-
ModelValidatorImpl_NoStages
KeyModelValidatorImpl.NoStages:No stages specified.- Returns:
No stages specified
-
_ModelValidatorImpl_NoStages
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoStages()KeyModelValidatorImpl.NoStages:No stages specified.- Returns:
No stages specified
-
ModelValidatorImpl_MissingInputMessage
KeyModelValidatorImpl.MissingInputMessage:No message specified for input.- Returns:
No message specified for input
-
_ModelValidatorImpl_MissingInputMessage
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MissingInputMessage()KeyModelValidatorImpl.MissingInputMessage:No message specified for input.- Returns:
No message specified for input
-
ModelParser_ExpectedWhen
KeyModelParser.ExpectedWhen:Expected a when condition.- Returns:
Expected a when condition
-
_ModelParser_ExpectedWhen
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedWhen()KeyModelParser.ExpectedWhen:Expected a when condition.- Returns:
Expected a when condition
-
ModelParser_ExpectedStage
KeyModelParser.ExpectedStage:Expected a stage.- Returns:
Expected a stage
-
_ModelParser_ExpectedStage
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStage()KeyModelParser.ExpectedStage:Expected a stage.- Returns:
Expected a stage
-
ModelValidatorImpl_NotSingleRequiredParameter
KeyModelValidatorImpl.NotSingleRequiredParameter:Step does not take a single required parameter - use named parameters instead.- Returns:
Step does not take a single required parameter - use named parameters instead
-
_ModelValidatorImpl_NotSingleRequiredParameter
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NotSingleRequiredParameter()KeyModelValidatorImpl.NotSingleRequiredParameter:Step does not take a single required parameter - use named parameters instead.- Returns:
Step does not take a single required parameter - use named parameters instead
-
ModelParser_InvalidAgent
KeyModelParser.InvalidAgent:Only "agent none", "agent any" or "agent '{'...}" are allowed..- Returns:
Only "agent none", "agent any" or "agent '{'...}" are allowed.
-
_ModelParser_InvalidAgent
public static org.jvnet.localizer.Localizable _ModelParser_InvalidAgent()KeyModelParser.InvalidAgent:Only "agent none", "agent any" or "agent '{'...}" are allowed..- Returns:
Only "agent none", "agent any" or "agent '{'...}" are allowed.
-
ModelValidatorImpl_TooManyUnnamedParameters
KeyModelValidatorImpl.TooManyUnnamedParameters:Arguments to "{0}" must be explicitly named..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Arguments to "{0}" must be explicitly named.
-
_ModelValidatorImpl_TooManyUnnamedParameters
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_TooManyUnnamedParameters(Object arg0) KeyModelValidatorImpl.TooManyUnnamedParameters:Arguments to "{0}" must be explicitly named..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Arguments to "{0}" must be explicitly named.
-
ModelValidatorImpl_NoAgentType
KeyModelValidatorImpl.NoAgentType:No agent type specified. Must be one of {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No agent type specified. Must be one of {0}
-
_ModelValidatorImpl_NoAgentType
KeyModelValidatorImpl.NoAgentType:No agent type specified. Must be one of {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No agent type specified. Must be one of {0}
-
ModelParser_ExpectedBlockFor
KeyModelParser.ExpectedBlockFor:Expected a block for {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a block for {0}
-
_ModelParser_ExpectedBlockFor
KeyModelParser.ExpectedBlockFor:Expected a block for {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a block for {0}
-
ModelParser_CannotHaveBlocks
KeyModelParser.CannotHaveBlocks:{0} definitions cannot have blocks.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} definitions cannot have blocks
-
_ModelParser_CannotHaveBlocks
KeyModelParser.CannotHaveBlocks:{0} definitions cannot have blocks.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} definitions cannot have blocks
-
ModelParser_StepWithoutBlock
KeyModelParser.StepWithoutBlock:{0} step without a block.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} step without a block
-
_ModelParser_StepWithoutBlock
KeyModelParser.StepWithoutBlock:{0} step without a block.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} step without a block
-
ModelParser_DuplicateEnvVar
KeyModelParser.DuplicateEnvVar:Duplicate environment variable name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate environment variable name: "{0}"
-
_ModelParser_DuplicateEnvVar
KeyModelParser.DuplicateEnvVar:Duplicate environment variable name: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate environment variable name: "{0}"
-
JSONParser_InvalidValueType
KeyJSONParser.InvalidValueType:Invalid value type.- Returns:
Invalid value type
-
_JSONParser_InvalidValueType
public static org.jvnet.localizer.Localizable _JSONParser_InvalidValueType()KeyJSONParser.InvalidValueType:Invalid value type.- Returns:
Invalid value type
-
ModelParser_MapNotAllowed
KeyModelParser.MapNotAllowed:{0} cannot be defined as maps.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot be defined as maps
-
_ModelParser_MapNotAllowed
KeyModelParser.MapNotAllowed:{0} cannot be defined as maps.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot be defined as maps
-
JSONParser_ObjNotJSON
KeyJSONParser.ObjNotJSON:Object {0} is neither a JSON array nor a JSON object.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Object {0} is neither a JSON array nor a JSON object
-
_JSONParser_ObjNotJSON
KeyJSONParser.ObjNotJSON:Object {0} is neither a JSON array nor a JSON object.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Object {0} is neither a JSON array nor a JSON object
-
JSONParser_MissingRequiredProperties
KeyJSONParser.MissingRequiredProperties:Missing one or more required properties: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing one or more required properties: {0}
-
_JSONParser_MissingRequiredProperties
KeyJSONParser.MissingRequiredProperties:Missing one or more required properties: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Missing one or more required properties: {0}
-
ModelParser_PipelineStepWithoutBlock
KeyModelParser.PipelineStepWithoutBlock:Expected a block with the "{0}" step.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a block with the "{0}" step
-
_ModelParser_PipelineStepWithoutBlock
KeyModelParser.PipelineStepWithoutBlock:Expected a block with the "{0}" step.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Expected a block with the "{0}" step
-
ModelParser_NoArgForAgentKey
KeyModelParser.NoArgForAgentKey:No argument for agent key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for agent key "{0}"
-
_ModelParser_NoArgForAgentKey
KeyModelParser.NoArgForAgentKey:No argument for agent key "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No argument for agent key "{0}"
-
ModelParser_NoArgForAgent
KeyModelParser.NoArgForAgent:No argument for agent.- Returns:
No argument for agent
-
_ModelParser_NoArgForAgent
public static org.jvnet.localizer.Localizable _ModelParser_NoArgForAgent()KeyModelParser.NoArgForAgent:No argument for agent.- Returns:
No argument for agent
-
ModelValidatorImpl_DuplicateAxisValue
KeyModelValidatorImpl.DuplicateAxisValue:Duplicate axis value: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate axis value: "{0}"
-
_ModelValidatorImpl_DuplicateAxisValue
KeyModelValidatorImpl.DuplicateAxisValue:Duplicate axis value: "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Duplicate axis value: "{0}"
-
ModelValidatorImpl_InvalidIdentifierInEnv
KeyModelValidatorImpl.InvalidIdentifierInEnv:"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores.
-
_ModelValidatorImpl_InvalidIdentifierInEnv
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidIdentifierInEnv(Object arg0) KeyModelValidatorImpl.InvalidIdentifierInEnv:"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
"{0}" is not a valid identifier and cannot be used for an environment variable. Identifiers must start with a letter or underscore and can contain only letters, numbers or underscores.
-