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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyComparator.EQUALS.DisplayName
:Equals
.static org.jvnet.localizer.Localizable
KeyComparator.GLOB.DisplayName
:Glob
.static org.jvnet.localizer.Localizable
KeyComparator.REGEXP.DisplayName
:Regular Expression
.static org.jvnet.localizer.Localizable
KeyJSONParser.InvalidArgumentSyntax
:Invalid argument syntax
.static org.jvnet.localizer.Localizable
KeyJSONParser.InvalidGroovyString
:{0} is not a valid Groovy string value
.static org.jvnet.localizer.Localizable
KeyJSONParser.InvalidValueType
:Invalid value type
.static org.jvnet.localizer.Localizable
KeyJSONParser.MethArgsMissing
:Method or function arguments missing or not an array
.static org.jvnet.localizer.Localizable
KeyJSONParser.MethArgsMustBeObj
:Individual method or function arguments must be a JSON object
.static org.jvnet.localizer.Localizable
KeyJSONParser.MethCallMustBeObj
:Method or function call definition must be a JSON object
.static org.jvnet.localizer.Localizable
KeyJSONParser.MissingPipelineRoot
:No pipeline block or invalid pipeline block content
.static org.jvnet.localizer.Localizable
KeyJSONParser.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.Localizable
KeyModelInterpreter.EnvironmentVariableFailed
:One or more variables have some issues with their values: {0}
.static org.jvnet.localizer.Localizable
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’.
.static org.jvnet.localizer.Localizable
KeyModelParser.BareDollarCurly
:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes)
.static org.jvnet.localizer.Localizable
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.
.static org.jvnet.localizer.Localizable
KeyModelParser.CannotHaveBlocks
:{0} definitions cannot have blocks
.static org.jvnet.localizer.Localizable
KeyModelParser.DuplicateEnvVar
:Duplicate environment variable name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedAgent
:Expected an agent
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedAgentKeyValue
:Expected to find ‘key "value"’
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedAxis
:Expected an axis
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedBlock
:Expected a block
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedBlockFor
:Expected a block for {0}
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedBoolean
:Expected a boolean with {0}
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedBuildParameter
:Expected a build parameter definition
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedClosureOrFailFast
:Expected closure or failFast
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedLibrary
:Expected a "lib(...)" but got {0}
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedMapMethod
:Expected to find ‘someKey "someValue"’
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedNVPairs
:Expected name=value pairs
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedOption
:Expected an option
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedStage
:Expected a stage
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedStageName
:Expected a stage name but did not find any
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedStep
:Expected a step
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedStringLiteral
:Expected string literal
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedStringLiteralButGot
:Expected string literal but got {0}
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedSymbol
:Expected a symbol
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedTool
:Expected to find ‘someTool "someVersion"’
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedTrigger
:Expected a trigger
.static org.jvnet.localizer.Localizable
KeyModelParser.ExpectedWhen
:Expected a when condition
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidAgent
:Only "agent none", "agent any" or "agent '{'...}" are allowed.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidBuildCondition
:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidEnvironmentConcatValue
:Environment variable values to be concatenated together must be single or double quoted.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidEnvironmentIdentifier
:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidEnvironmentOperation
:Environment variable values can only be joined together with ‘+’s.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidEnvironmentValue
:Environment variable values must either be single quoted, double quoted, or function calls.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidInputField
:Not a valid field for input: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidInternalFunctionArg
:Internal function call parameters must be strings.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidSectionDefinition
:Not a valid section definition: "{0}". Some extra configuration is required.
.static org.jvnet.localizer.Localizable
KeyModelParser.InvalidStageSectionDefinition
:Not a valid stage section definition: "{0}". Some extra configuration is required.
.static org.jvnet.localizer.Localizable
KeyModelParser.MapNotAllowed
:{0} cannot be defined as maps
.static org.jvnet.localizer.Localizable
KeyModelParser.MatrixExcludeAxisValuesOrNotValues
:Exclude axis must contain either "values" or "notValues"
.static org.jvnet.localizer.Localizable
KeyModelParser.MethodCallWithClosure
:Method call arguments
.static org.jvnet.localizer.Localizable
KeyModelParser.NoArgForAgent
:No argument for agent
.static org.jvnet.localizer.Localizable
KeyModelParser.NoArgForAgentKey
:No argument for agent key "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.NoArgForField
:No argument for field "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.NoArgForMapMethodKey
:No argument for map key "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.NoArgForTool
:No argument for tool "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.ObjectMethodCall
:Method calls on objects not allowed outside "script" blocks.
.static org.jvnet.localizer.Localizable
KeyModelParser.OneAgentMax
:Only one agent type is allowed per agent section
.static org.jvnet.localizer.Localizable
KeyModelParser.PipelineBlockNotAtTop
:{0} block must be at the top-level, not within another block.
.static org.jvnet.localizer.Localizable
KeyModelParser.PipelineStepWithoutBlock
:Expected a block with the "{0}" step
.static org.jvnet.localizer.Localizable
KeyModelParser.RenamedJobProperties
:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead.
.static org.jvnet.localizer.Localizable
KeyModelParser.RenamedNotifications
:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions.
.static org.jvnet.localizer.Localizable
KeyModelParser.RenamedPostBuild
:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions.
.static org.jvnet.localizer.Localizable
KeyModelParser.RenamedProperties
:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead.
.static org.jvnet.localizer.Localizable
KeyModelParser.StageWithoutBlock
:Stage does not have a block
.static org.jvnet.localizer.Localizable
KeyModelParser.StepWithoutBlock
:{0} step without a block
.static org.jvnet.localizer.Localizable
KeyModelParser.TooManyArgsForAgentKey
:Too many arguments for agent key "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.TooManyArgsForField
:Too many arguments for field "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.TooManyArgsForMapMethodKey
:Too many arguments for map key "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.TooManyArgsForTool
:Too many arguments for tool "{0}"
.static org.jvnet.localizer.Localizable
KeyModelParser.UnknownStageSection
:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block.
.static org.jvnet.localizer.Localizable
KeyModelParser.WrongWhenCount
:One condition is required in "when"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.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.Localizable
KeyModelValidatorImpl.CompilationErrorInCodeBlock
:Groovy compilation error(s) in {0}. Error(s): "{1}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateAxisName
:Duplicate axis name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateAxisValue
:Duplicate axis value: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateBuildCondition
:Duplicate build condition name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateOptionName
:Duplicate option name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateParallelName
:Duplicate parallel branch name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateStageName
:Duplicate stage name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.DuplicateTriggerName
:Duplicate trigger name: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.EmptySection
:{0} can not be empty
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.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.Localizable
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.
.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.Localizable
KeyModelValidatorImpl.MissingInputMessage
:No message specified for input
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.MissingRequiredStepParameter
:Missing required parameter: "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.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.Localizable
KeyModelValidatorImpl.NestedWhenNoArgs
:No additional arguments are allowed for children when condition "{0}".
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NestedWhenWithoutChildren
:Nested when condition "{0}" requires at least one child condition.
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NestedWhenWrongChildrenCount
:Nested when condition "{0}" requires exactly {1} child condition(s).
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoAgentType
:No agent type specified. Must be one of {0}
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoAxes
:No axis directives specified
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoEnvVars
:No variables specified for environment
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoExcludes
:No exclude directives specified
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoNestedWhenAllowed
:No children when conditions are allowed for when condition "{0}".
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoNestedWithinNestedStages
:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel".
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoStageName
:Stage does not have a name
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoStages
:No stages specified
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NoSteps
:No steps specified for branch
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.NothingForStage
:Expected one of "steps", "stages", or "parallel" for stage "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.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.Localizable
KeyModelValidatorImpl.NotSingleRequiredParameter
:Step does not take a single required parameter - use named parameters instead
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.RequiredSection
:Missing required section "{0}"
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.ToolsInNestedStages
:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.TooManyUnnamedParameters
:Arguments to "{0}" must be explicitly named.
.static org.jvnet.localizer.Localizable
KeyModelValidatorImpl.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.Localizable
KeyModelValidatorImpl.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.Localizable
KeyParser.BuildParameters
:Build parameters
.static org.jvnet.localizer.Localizable
KeyParser.Libraries
:Libraries
.static org.jvnet.localizer.Localizable
KeyParser.MultipleOfSection
:Multiple occurrences of the {0} section
.static org.jvnet.localizer.Localizable
KeyParser.Options
:Options
.static org.jvnet.localizer.Localizable
KeyParser.Triggers
:Triggers
.static org.jvnet.localizer.Localizable
KeyParser.UndefinedSection
:Undefined section "{0}"
.static org.jvnet.localizer.Localizable
KeyWhenConditionalValidator.changelog.badPattern
:"{0}" is not a valid regular expression. {1}
.static org.jvnet.localizer.Localizable
KeyWhenConditionalValidator.changelog.missingParameter
:Changelog is missing required parameter "pattern".
.static String
KeyComparator.EQUALS.DisplayName
:Equals
.static String
KeyComparator.GLOB.DisplayName
:Glob
.static String
KeyComparator.REGEXP.DisplayName
:Regular Expression
.static String
KeyJSONParser.InvalidArgumentSyntax
:Invalid argument syntax
.static String
KeyJSONParser.InvalidGroovyString
:{0} is not a valid Groovy string value
.static String
KeyJSONParser.InvalidValueType
:Invalid value type
.static String
KeyJSONParser.MethArgsMissing
:Method or function arguments missing or not an array
.static String
KeyJSONParser.MethArgsMustBeObj
:Individual method or function arguments must be a JSON object
.static String
KeyJSONParser.MethCallMustBeObj
:Method or function call definition must be a JSON object
.static String
KeyJSONParser.MissingPipelineRoot
:No pipeline block or invalid pipeline block content
.static String
KeyJSONParser.MissingRequiredProperties
:Missing one or more required properties: {0}
.static String
JSONParser_ObjNotJSON
(Object arg0) KeyJSONParser.ObjNotJSON
:Object {0} is neither a JSON array nor a JSON object
.static String
JSONParser_TooFewItems
(Object arg0, Object arg1) KeyJSONParser.TooFewItems
:Array has {0} entries, requires minimum of {1}
.static String
KeyModelInterpreter.EnvironmentVariableFailed
:One or more variables have some issues with their values: {0}
.static String
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’.
.static String
KeyModelParser.BareDollarCurly
:{0} cannot be used as a value directly. Did you mean "{0}"? (add quotes)
.static String
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.
.static String
KeyModelParser.CannotHaveBlocks
:{0} definitions cannot have blocks
.static String
KeyModelParser.DuplicateEnvVar
:Duplicate environment variable name: "{0}"
.static String
KeyModelParser.ExpectedAgent
:Expected an agent
.static String
KeyModelParser.ExpectedAgentKeyValue
:Expected to find ‘key "value"’
.static String
KeyModelParser.ExpectedAxis
:Expected an axis
.static String
KeyModelParser.ExpectedBlock
:Expected a block
.static String
KeyModelParser.ExpectedBlockFor
:Expected a block for {0}
.static String
KeyModelParser.ExpectedBoolean
:Expected a boolean with {0}
.static String
KeyModelParser.ExpectedBuildParameter
:Expected a build parameter definition
.static String
KeyModelParser.ExpectedClosureOrFailFast
:Expected closure or failFast
.static String
KeyModelParser.ExpectedLibrary
:Expected a "lib(...)" but got {0}
.static String
KeyModelParser.ExpectedMapMethod
:Expected to find ‘someKey "someValue"’
.static String
KeyModelParser.ExpectedNVPairs
:Expected name=value pairs
.static String
KeyModelParser.ExpectedOption
:Expected an option
.static String
KeyModelParser.ExpectedStage
:Expected a stage
.static String
KeyModelParser.ExpectedStageName
:Expected a stage name but did not find any
.static String
KeyModelParser.ExpectedStep
:Expected a step
.static String
KeyModelParser.ExpectedStringLiteral
:Expected string literal
.static String
KeyModelParser.ExpectedStringLiteralButGot
:Expected string literal but got {0}
.static String
KeyModelParser.ExpectedSymbol
:Expected a symbol
.static String
KeyModelParser.ExpectedTool
:Expected to find ‘someTool "someVersion"’
.static String
KeyModelParser.ExpectedTrigger
:Expected a trigger
.static String
KeyModelParser.ExpectedWhen
:Expected a when condition
.static String
KeyModelParser.InvalidAgent
:Only "agent none", "agent any" or "agent '{'...}" are allowed.
.static String
KeyModelParser.InvalidBuildCondition
:The ‘post’ section can only contain build condition names with code blocks. Valid condition names are {0}
.static String
KeyModelParser.InvalidEnvironmentConcatValue
:Environment variable values to be concatenated together must be single or double quoted.
.static String
KeyModelParser.InvalidEnvironmentIdentifier
:"{0}" is not a valid environment expression. Use "key = value" pairs with valid Java/shell keys.
.static String
KeyModelParser.InvalidEnvironmentOperation
:Environment variable values can only be joined together with ‘+’s.
.static String
KeyModelParser.InvalidEnvironmentValue
:Environment variable values must either be single quoted, double quoted, or function calls.
.static String
KeyModelParser.InvalidInputField
:Not a valid field for input: "{0}"
.static String
KeyModelParser.InvalidInternalFunctionArg
:Internal function call parameters must be strings.
.static String
KeyModelParser.InvalidSectionDefinition
:Not a valid section definition: "{0}". Some extra configuration is required.
.static String
KeyModelParser.InvalidStageSectionDefinition
:Not a valid stage section definition: "{0}". Some extra configuration is required.
.static String
KeyModelParser.MapNotAllowed
:{0} cannot be defined as maps
.static String
KeyModelParser.MatrixExcludeAxisValuesOrNotValues
:Exclude axis must contain either "values" or "notValues"
.static String
KeyModelParser.MethodCallWithClosure
:Method call arguments
.static String
KeyModelParser.NoArgForAgent
:No argument for agent
.static String
KeyModelParser.NoArgForAgentKey
:No argument for agent key "{0}"
.static String
KeyModelParser.NoArgForField
:No argument for field "{0}"
.static String
KeyModelParser.NoArgForMapMethodKey
:No argument for map key "{0}"
.static String
KeyModelParser.NoArgForTool
:No argument for tool "{0}"
.static String
KeyModelParser.ObjectMethodCall
:Method calls on objects not allowed outside "script" blocks.
.static String
KeyModelParser.OneAgentMax
:Only one agent type is allowed per agent section
.static String
KeyModelParser.PipelineBlockNotAtTop
:{0} block must be at the top-level, not within another block.
.static String
KeyModelParser.PipelineStepWithoutBlock
:Expected a block with the "{0}" step
.static String
KeyModelParser.RenamedJobProperties
:The ‘jobProperties’ section has been renamed as of version 0.7. Use ‘properties’ instead.
.static String
KeyModelParser.RenamedNotifications
:The ‘notifications’ section has been removed as of version 0.6. Use ‘post’ for all post-build actions.
.static String
KeyModelParser.RenamedPostBuild
:The ‘postBuild’ section has been renamed as of version 0.6. Use ‘post’ for all post-build actions.
.static String
KeyModelParser.RenamedProperties
:The ‘properties’ section has been renamed as of version 0.8. Use ‘options’ instead.
.static String
KeyModelParser.StageWithoutBlock
:Stage does not have a block
.static String
KeyModelParser.StepWithoutBlock
:{0} step without a block
.static String
KeyModelParser.TooManyArgsForAgentKey
:Too many arguments for agent key "{0}"
.static String
KeyModelParser.TooManyArgsForField
:Too many arguments for field "{0}"
.static String
KeyModelParser.TooManyArgsForMapMethodKey
:Too many arguments for map key "{0}"
.static String
KeyModelParser.TooManyArgsForTool
:Too many arguments for tool "{0}"
.static String
KeyModelParser.UnknownStageSection
:Unknown stage section "{0}". Starting with version 0.5, steps in a stage must be in a ‘steps’ block.
.static String
KeyModelParser.WrongWhenCount
:One condition is required in "when"
.static String
KeyModelValidatorImpl.AgentInNestedStages
:"agent" is not allowed in stage "{0}" as it contains parallel or matrix stages
.static String
ModelValidatorImpl_BlockedStep
(Object arg0, Object arg1) KeyModelValidatorImpl.BlockedStep
:Invalid step "{0}" used - not allowed in this context - {1}
.static String
KeyModelValidatorImpl.CompilationErrorInCodeBlock
:Groovy compilation error(s) in {0}. Error(s): "{1}"
.static String
KeyModelValidatorImpl.DuplicateAxisName
:Duplicate axis name: "{0}"
.static String
KeyModelValidatorImpl.DuplicateAxisValue
:Duplicate axis value: "{0}"
.static String
KeyModelValidatorImpl.DuplicateBuildCondition
:Duplicate build condition name: "{0}"
.static String
KeyModelValidatorImpl.DuplicateOptionName
:Duplicate option name: "{0}"
.static String
KeyModelValidatorImpl.DuplicateParallelName
:Duplicate parallel branch name: "{0}"
.static String
KeyModelValidatorImpl.DuplicateStageName
:Duplicate stage name: "{0}"
.static String
KeyModelValidatorImpl.DuplicateTriggerName
:Duplicate trigger name: "{0}"
.static String
KeyModelValidatorImpl.EmptySection
:{0} can not be empty
.static String
KeyModelValidatorImpl.EmptyWhen
:Empty when closure, remove the property or add some content.
.static String
ModelValidatorImpl_InvalidAgent
(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgent
:Invalid argument for agent - "{0}" - must be map of config options or bare {1}.
.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}
.static String
ModelValidatorImpl_InvalidAgentType
(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidAgentType
:Invalid agent type "{0}" specified. Must be one of {1}
.static String
ModelValidatorImpl_InvalidBuildCondition
(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidBuildCondition
:Invalid condition "{0}" - valid conditions are {1}
.static String
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.
.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
.static String
ModelValidatorImpl_InvalidSectionType
(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidSectionType
:Invalid {0} type "{1}". Valid {0} types: {2}
.static String
ModelValidatorImpl_InvalidStepParameter
(Object arg0, Object arg1) KeyModelValidatorImpl.InvalidStepParameter
:Invalid parameter "{0}", did you mean "{1}"?
.static String
ModelValidatorImpl_InvalidUnnamedParameterType
(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.InvalidUnnamedParameterType
:Expecting "{0}" but got "{1}" of type {2} instead
.static String
ModelValidatorImpl_MissingAgentParameter
(Object arg0, Object arg1) KeyModelValidatorImpl.MissingAgentParameter
:Missing required parameter for agent type "{0}": {1}
.static String
KeyModelValidatorImpl.MissingInputMessage
:No message specified for input
.static String
KeyModelValidatorImpl.MissingRequiredStepParameter
:Missing required parameter: "{0}"
.static String
KeyModelValidatorImpl.MixedNamedAndUnnamedParameters
:Cannot mix named and unnamed arguments
.static String
ModelValidatorImpl_MultipleAgentParameters
(Object arg0, Object arg1) KeyModelValidatorImpl.MultipleAgentParameters
:Multiple parameters are required for agent type "{0}" - {1}. Please use a block instead.
.static String
KeyModelValidatorImpl.NestedWhenNoArgs
:No additional arguments are allowed for children when condition "{0}".
.static String
KeyModelValidatorImpl.NestedWhenWithoutChildren
:Nested when condition "{0}" requires at least one child condition.
.static String
KeyModelValidatorImpl.NestedWhenWrongChildrenCount
:Nested when condition "{0}" requires exactly {1} child condition(s).
.static String
KeyModelValidatorImpl.NoAgentType
:No agent type specified. Must be one of {0}
.static String
KeyModelValidatorImpl.NoAxes
:No axis directives specified
.static String
KeyModelValidatorImpl.NoEnvVars
:No variables specified for environment
.static String
KeyModelValidatorImpl.NoExcludes
:No exclude directives specified
.static String
KeyModelValidatorImpl.NoNestedWhenAllowed
:No children when conditions are allowed for when condition "{0}".
.static String
KeyModelValidatorImpl.NoNestedWithinNestedStages
:"matrix" or "parallel" cannot be nested inside another "matrix" or "parallel".
.static String
KeyModelValidatorImpl.NoStageName
:Stage does not have a name
.static String
KeyModelValidatorImpl.NoStages
:No stages specified
.static String
KeyModelValidatorImpl.NoSteps
:No steps specified for branch
.static String
KeyModelValidatorImpl.NothingForStage
:Expected one of "steps", "stages", or "parallel" for stage "{0}"
.static String
KeyModelValidatorImpl.NoTools
:No tools specified
.static String
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 String
KeyModelValidatorImpl.NotSingleRequiredParameter
:Step does not take a single required parameter - use named parameters instead
.static String
KeyModelValidatorImpl.RequiredSection
:Missing required section "{0}"
.static String
KeyModelValidatorImpl.ToolsInNestedStages
:"tools" is not allowed in stage "{0}" as it contains parallel or matrix stages
.static String
KeyModelValidatorImpl.TooManyUnnamedParameters
:Arguments to "{0}" must be explicitly named.
.static String
KeyModelValidatorImpl.TwoOfStepsStagesParallel
:Only one of "matrix", "parallel", "stages", or "steps" allowed for stage "{0}"
.static String
ModelValidatorImpl_UnknownWhenConditional
(Object arg0, Object arg1) KeyModelValidatorImpl.UnknownWhenConditional
:Unknown conditional {0}. Valid conditionals are: {1}
.static String
KeyModelValidatorImpl.WrongBuildParameterType
:Invalid type for parameter "{0}"
.static String
ModelValidatorImpl_WrongNumberOfStepParameters
(Object arg0, Object arg1, Object arg2) KeyModelValidatorImpl.WrongNumberOfStepParameters
:"{0}" should have {1} arguments but has {2} arguments instead.
.static String
KeyParser.BuildParameters
:Build parameters
.static String
KeyParser.Libraries
:Libraries
.static String
KeyParser.MultipleOfSection
:Multiple occurrences of the {0} section
.static String
KeyParser.Options
:Options
.static String
KeyParser.Triggers
:Triggers
.static String
KeyParser.UndefinedSection
:Undefined section "{0}"
.static String
KeyWhenConditionalValidator.changelog.badPattern
:"{0}" is not a valid regular expression. {1}
.static String
KeyWhenConditionalValidator.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.
-