public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_DeclarativeLinterCommand_ShortDescription()
Key
DeclarativeLinterCommand.ShortDescription : Validate
a Jenkinsfile containing a Declarative Pipeline . |
static org.jvnet.localizer.Localizable |
_JSONParser_InvalidArgumentSyntax()
Key
JSONParser.InvalidArgumentSyntax : Invalid argument
syntax . |
static org.jvnet.localizer.Localizable |
_JSONParser_InvalidGroovyString(Object arg0)
Key
JSONParser.InvalidGroovyString : {0} is not a valid
Groovy string value . |
static org.jvnet.localizer.Localizable |
_JSONParser_InvalidValueType()
Key
JSONParser.InvalidValueType : Invalid value type . |
static org.jvnet.localizer.Localizable |
_JSONParser_MethArgsMissing()
Key
JSONParser.MethArgsMissing : Method or function
arguments missing or not an array . |
static org.jvnet.localizer.Localizable |
_JSONParser_MethArgsMustBeObj()
Key
JSONParser.MethArgsMustBeObj : Individual method or
function arguments must be a JSON object . |
static org.jvnet.localizer.Localizable |
_JSONParser_MethCallMustBeObj()
Key
JSONParser.MethCallMustBeObj : Method or function
call definition must be a JSON object . |
static org.jvnet.localizer.Localizable |
_JSONParser_MissingPipelineRoot()
Key
JSONParser.MissingPipelineRoot : No pipeline block
or invalid pipeline block content . |
static org.jvnet.localizer.Localizable |
_JSONParser_MissingRequiredProperties(Object arg0)
Key
JSONParser.MissingRequiredProperties : Missing one
or more required properties: {0} . |
static org.jvnet.localizer.Localizable |
_JSONParser_ObjNotJSON(Object arg0)
Key
JSONParser.ObjNotJSON : Object {0} is neither a JSON
array nor a JSON object . |
static org.jvnet.localizer.Localizable |
_JSONParser_TooFewItems(Object arg0,
Object arg1)
Key
JSONParser.TooFewItems : Array has {0} entries,
requires minimum of {1} . |
static org.jvnet.localizer.Localizable |
_ModelInterpreter_NoNodeContext()
Key
ModelInterpreter.NoNodeContext : {@code Attempted to
execute a step that requires a node context while 'agent none' was
specified. |
static org.jvnet.localizer.Localizable |
_ModelParser_CannotHaveBlocks(Object arg0)
Key
ModelParser.CannotHaveBlocks : {0} definitions
cannot have blocks . |
static org.jvnet.localizer.Localizable |
_ModelParser_DuplicateEnvVar(Object arg0)
Key
ModelParser.DuplicateEnvVar : Duplicate environment
variable name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedAgent()
Key
ModelParser.ExpectedAgent : Expected an agent . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedAgentKeyValue()
Key
ModelParser.ExpectedAgentKeyValue : Expected to find
'key "value"' . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedBlock()
Key
ModelParser.ExpectedBlock : Expected a block . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedBuildParameter()
Key
ModelParser.ExpectedBuildParameter : Expected a
build parameter definition . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedClosureOrFailFast()
Key
ModelParser.ExpectedClosureOrFailFast : Expected
closure or failFast . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedFailFast()
Key
ModelParser.ExpectedFailFast : Expected a boolean
with failFast . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedLibrary(Object arg0)
Key
ModelParser.ExpectedLibrary : Expected a "lib(...)"
but got {0} . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedMapMethod()
Key
ModelParser.ExpectedMapMethod : Expected to find
'someKey "someValue"' . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedNVPairs()
Key
ModelParser.ExpectedNVPairs : Expected name=value
pairs . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedOption()
Key
ModelParser.ExpectedOption : Expected an option . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedStage()
Key
ModelParser.ExpectedStage : Expected a stage . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedStageName()
Key
ModelParser.ExpectedStageName : Expected a stage
name but didn't find any . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedStep()
Key
ModelParser.ExpectedStep : Expected a step . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedStringLiteral()
Key
ModelParser.ExpectedStringLiteral : Expected string
literal . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedStringLiteralButGot(Object arg0)
Key
ModelParser.ExpectedStringLiteralButGot : Expected
string literal but got {0} . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedSymbol()
Key
ModelParser.ExpectedSymbol : Expected a symbol . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedTool()
Key
ModelParser.ExpectedTool : Expected to find
'someTool "someVersion"' . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedTrigger()
Key
ModelParser.ExpectedTrigger : Expected a trigger . |
static org.jvnet.localizer.Localizable |
_ModelParser_ExpectedWhen()
Key
ModelParser.ExpectedWhen : Expected a when
condition . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidAgent()
Key
ModelParser.InvalidAgent : Only "agent none", "agent
any" or "agent '{'...}" are allowed. . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidBuildCondition(Object arg0)
Key
ModelParser.InvalidBuildCondition : {@code The 'post'
section can only contain build condition names with code blocks. |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidEnvironmentConcatValue()
Key
ModelParser.InvalidEnvironmentConcatValue : Environment variable values to be concatenated together must be single
or double quoted. . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidEnvironmentIdentifier(Object arg0)
Key
ModelParser.InvalidEnvironmentIdentifier : "{0}" is
not a valid environment expression. |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidEnvironmentOperation()
Key
ModelParser.InvalidEnvironmentOperation : Environment variable values can only be joined together with '+'s. . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidEnvironmentValue()
Key
ModelParser.InvalidEnvironmentValue : Environment
variable values must either be strings or function calls. . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidInternalFunctionArg()
Key
ModelParser.InvalidInternalFunctionArg : Internal
function call parameters must be strings. . |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidSectionDefinition(Object arg0)
Key
ModelParser.InvalidSectionDefinition : Not a valid
section definition: "{0}". |
static org.jvnet.localizer.Localizable |
_ModelParser_InvalidStageSectionDefinition(Object arg0)
Key
ModelParser.InvalidStageSectionDefinition : Not a
valid stage section definition: "{0}". |
static org.jvnet.localizer.Localizable |
_ModelParser_MapNotAllowed(Object arg0)
Key
ModelParser.MapNotAllowed : {0} cannot be defined as
maps . |
static org.jvnet.localizer.Localizable |
_ModelParser_MethodCallWithClosure()
Key
ModelParser.MethodCallWithClosure : Method call
arguments . |
static org.jvnet.localizer.Localizable |
_ModelParser_NoArgForAgent()
Key
ModelParser.NoArgForAgent : No argument for agent . |
static org.jvnet.localizer.Localizable |
_ModelParser_NoArgForAgentKey(Object arg0)
Key
ModelParser.NoArgForAgentKey : No argument for agent
key "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_NoArgForMapMethodKey(Object arg0)
Key
ModelParser.NoArgForMapMethodKey : No argument for
map key "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_NoArgForTool(Object arg0)
Key
ModelParser.NoArgForTool : No argument for tool
"{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_ObjectMethodCall()
Key
ModelParser.ObjectMethodCall : Method calls on
objects not allowed outside "script" blocks. . |
static org.jvnet.localizer.Localizable |
_ModelParser_OneAgentMax()
Key
ModelParser.OneAgentMax : Only one agent type is
allowed per agent section . |
static org.jvnet.localizer.Localizable |
_ModelParser_PipelineBlockNotAtTop(Object arg0)
Key
ModelParser.PipelineBlockNotAtTop : {0} block must
be at the top-level, not within another block. . |
static org.jvnet.localizer.Localizable |
_ModelParser_PipelineStepWithoutBlock(Object arg0)
Key
ModelParser.PipelineStepWithoutBlock : Expected a
block with the "{0}" step . |
static org.jvnet.localizer.Localizable |
_ModelParser_RenamedJobProperties()
Key
ModelParser.RenamedJobProperties : {@code The
'jobProperties' section has been renamed as of version 0.7. |
static org.jvnet.localizer.Localizable |
_ModelParser_RenamedNotifications()
Key
ModelParser.RenamedNotifications : {@code The
'notifications' section has been removed as of version 0.6. |
static org.jvnet.localizer.Localizable |
_ModelParser_RenamedPostBuild()
Key
ModelParser.RenamedPostBuild : {@code The 'postBuild'
section has been renamed as of version 0.6. |
static org.jvnet.localizer.Localizable |
_ModelParser_RenamedProperties()
Key
ModelParser.RenamedProperties : {@code The 'properties'
section has been renamed as of version 0.8. |
static org.jvnet.localizer.Localizable |
_ModelParser_StageWithoutBlock()
Key
ModelParser.StageWithoutBlock : Stage doesn't have a
block . |
static org.jvnet.localizer.Localizable |
_ModelParser_StepWithoutBlock(Object arg0)
Key
ModelParser.StepWithoutBlock : {0} step without a
block . |
static org.jvnet.localizer.Localizable |
_ModelParser_TooManyArgsForAgentKey(Object arg0)
Key
ModelParser.TooManyArgsForAgentKey : Too many
arguments for agent key "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_TooManyArgsForMapMethodKey(Object arg0)
Key
ModelParser.TooManyArgsForMapMethodKey : Too many
arguments for map key "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_TooManyArgsForTool(Object arg0)
Key
ModelParser.TooManyArgsForTool : Too many arguments
for tool "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelParser_UnknownStageSection(Object arg0)
Key
ModelParser.UnknownStageSection : Unknown stage
section "{0}". |
static org.jvnet.localizer.Localizable |
_ModelParser_WrongWhenCount()
Key
ModelParser.WrongWhenCount : One condition is
required in "when" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_BlockedStep(Object arg0,
Object arg1)
Key
ModelValidatorImpl.BlockedStep : Invalid step "{0}"
used - not allowed in this context - {1} . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DirSeparatorInDockerfileName()
Key
ModelValidatorImpl.DirSeparatorInDockerfileName : Dockerfile filename cannot contain directory separators. . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DuplicateBuildCondition(Object arg0)
Key
ModelValidatorImpl.DuplicateBuildCondition : Duplicate build condition name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DuplicateOptionName(Object arg0)
Key
ModelValidatorImpl.DuplicateOptionName : Duplicate
option name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DuplicateParallelName(Object arg0)
Key
ModelValidatorImpl.DuplicateParallelName : Duplicate
parallel branch name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DuplicateStageName(Object arg0)
Key
ModelValidatorImpl.DuplicateStageName : Duplicate
stage name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_DuplicateTriggerName(Object arg0)
Key
ModelValidatorImpl.DuplicateTriggerName : Duplicate
trigger name: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_EmptySection(Object arg0)
Key
ModelValidatorImpl.EmptySection : {0} can not be
empty . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_EmptyWhen()
Key
ModelValidatorImpl.EmptyWhen : Empty when closure,
remove the property or add some content. . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidAgent(Object arg0,
Object arg1)
Key
ModelValidatorImpl.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)
Key
ModelValidatorImpl.InvalidAgentParameter : Invalid
config option "{0}" for agent type "{1}". |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidAgentType(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidAgentType : Invalid agent
type "{0}" specified. |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidBuildCondition(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidBuildCondition : Invalid
condition "{0}" - valid conditions are {1} . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidIdentifierInEnv(Object arg0)
Key
ModelValidatorImpl.InvalidIdentifierInEnv : "{0}" is
not a valid identifier and cannot be used for an environment variable. |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidParameterType(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
ModelValidatorImpl.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)
Key
ModelValidatorImpl.InvalidSectionType : Invalid {0}
type "{1}". |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidStepParameter(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidStepParameter : Invalid
parameter "{0}", did you mean "{1}"? . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.InvalidUnnamedParameterType : Expecting "{0}" but got "{1}" of type {2} instead . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_MissingAgentParameter(Object arg0,
Object arg1)
Key
ModelValidatorImpl.MissingAgentParameter : Missing
required parameter for agent type "{0}": {1} . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_MissingRequiredStepParameter(Object arg0)
Key
ModelValidatorImpl.MissingRequiredStepParameter : Missing required parameter: "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_MixedNamedAndUnnamedParameters()
Key
ModelValidatorImpl.MixedNamedAndUnnamedParameters : Can't mix named and unnamed arguments . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_MultipleAgentParameters(Object arg0,
Object arg1)
Key
ModelValidatorImpl.MultipleAgentParameters : Multiple parameters are required for agent type "{0}" - {1}. |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NestedWhenNoArgs(Object arg0)
Key
ModelValidatorImpl.NestedWhenNoArgs : No additional
arguments are allowed for children when condition "{0}". . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NestedWhenWithoutChildren(Object arg0)
Key
ModelValidatorImpl.NestedWhenWithoutChildren : Nested when condition "{0}" requires at least one child condition. . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NestedWhenWrongChildrenCount(Object arg0,
Object arg1)
Key
ModelValidatorImpl.NestedWhenWrongChildrenCount : Nested when condition "{0}" requires exactly {1} child condition(s). . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoAgentType(Object arg0)
Key
ModelValidatorImpl.NoAgentType : {@code No agent type
specified. |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoEnvVars()
Key
ModelValidatorImpl.NoEnvVars : No variables
specified for environment . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoNestedWhenAllowed(Object arg0)
Key
ModelValidatorImpl.NoNestedWhenAllowed : No children
when conditions are allowed for when condition "{0}". . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoStageName()
Key
ModelValidatorImpl.NoStageName : Stage does not have
a name . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoStages()
Key
ModelValidatorImpl.NoStages : No stages specified . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoSteps()
Key
ModelValidatorImpl.NoSteps : No steps specified for
branch . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NothingForStage(Object arg0)
Key
ModelValidatorImpl.NothingForStage : Nothing to
execute within stage "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoTools()
Key
ModelValidatorImpl.NoTools : No tools specified . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NoToolVersion(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.NoToolVersion : Tool type "{0}"
does not have an install of "{1}" configured - did you mean "{2}"? . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_NotSingleRequiredParameter()
Key
ModelValidatorImpl.NotSingleRequiredParameter : Step
does not take a single required parameter - use named parameters
instead . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_RequiredSection(Object arg0)
Key
ModelValidatorImpl.RequiredSection : Missing
required section "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_UnknownWhenConditional(Object arg0,
Object arg1)
Key
ModelValidatorImpl.UnknownWhenConditional : Unknown
conditional {0}. |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_WrongBuildParameterType(Object arg0)
Key
ModelValidatorImpl.WrongBuildParameterType : Invalid
type for parameter "{0}" . |
static org.jvnet.localizer.Localizable |
_ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.WrongNumberOfStepParameters : "{0}" should have {1} arguments but has {2} arguments instead. . |
static org.jvnet.localizer.Localizable |
_Parser_BuildParameters()
Key
Parser.BuildParameters : Build parameters . |
static org.jvnet.localizer.Localizable |
_Parser_Libraries()
Key
Parser.Libraries : Libraries . |
static org.jvnet.localizer.Localizable |
_Parser_MultipleOfSection(Object arg0)
Key
Parser.MultipleOfSection : Multiple occurrences of
the {0} section . |
static org.jvnet.localizer.Localizable |
_Parser_Options()
Key
Parser.Options : Options . |
static org.jvnet.localizer.Localizable |
_Parser_Triggers()
Key
Parser.Triggers : Triggers . |
static org.jvnet.localizer.Localizable |
_Parser_UndefinedSection(Object arg0)
Key
Parser.UndefinedSection : Undefined section "{0}" . |
static org.jvnet.localizer.Localizable |
_PipelineModelDefinition_DisplayName()
Key
PipelineModelDefinition.DisplayName : Pipeline Model
Definition . |
static String |
DeclarativeLinterCommand_ShortDescription()
Key
DeclarativeLinterCommand.ShortDescription : Validate
a Jenkinsfile containing a Declarative Pipeline . |
static String |
JSONParser_InvalidArgumentSyntax()
Key
JSONParser.InvalidArgumentSyntax : Invalid argument
syntax . |
static String |
JSONParser_InvalidGroovyString(Object arg0)
Key
JSONParser.InvalidGroovyString : {0} is not a valid
Groovy string value . |
static String |
JSONParser_InvalidValueType()
Key
JSONParser.InvalidValueType : Invalid value type . |
static String |
JSONParser_MethArgsMissing()
Key
JSONParser.MethArgsMissing : Method or function
arguments missing or not an array . |
static String |
JSONParser_MethArgsMustBeObj()
Key
JSONParser.MethArgsMustBeObj : Individual method or
function arguments must be a JSON object . |
static String |
JSONParser_MethCallMustBeObj()
Key
JSONParser.MethCallMustBeObj : Method or function
call definition must be a JSON object . |
static String |
JSONParser_MissingPipelineRoot()
Key
JSONParser.MissingPipelineRoot : No pipeline block
or invalid pipeline block content . |
static String |
JSONParser_MissingRequiredProperties(Object arg0)
Key
JSONParser.MissingRequiredProperties : Missing one
or more required properties: {0} . |
static String |
JSONParser_ObjNotJSON(Object arg0)
Key
JSONParser.ObjNotJSON : Object {0} is neither a JSON
array nor a JSON object . |
static String |
JSONParser_TooFewItems(Object arg0,
Object arg1)
Key
JSONParser.TooFewItems : Array has {0} entries,
requires minimum of {1} . |
static String |
ModelInterpreter_NoNodeContext()
Key
ModelInterpreter.NoNodeContext : {@code Attempted to
execute a step that requires a node context while 'agent none' was
specified. |
static String |
ModelParser_CannotHaveBlocks(Object arg0)
Key
ModelParser.CannotHaveBlocks : {0} definitions
cannot have blocks . |
static String |
ModelParser_DuplicateEnvVar(Object arg0)
Key
ModelParser.DuplicateEnvVar : Duplicate environment
variable name: "{0}" . |
static String |
ModelParser_ExpectedAgent()
Key
ModelParser.ExpectedAgent : Expected an agent . |
static String |
ModelParser_ExpectedAgentKeyValue()
Key
ModelParser.ExpectedAgentKeyValue : Expected to find
'key "value"' . |
static String |
ModelParser_ExpectedBlock()
Key
ModelParser.ExpectedBlock : Expected a block . |
static String |
ModelParser_ExpectedBuildParameter()
Key
ModelParser.ExpectedBuildParameter : Expected a
build parameter definition . |
static String |
ModelParser_ExpectedClosureOrFailFast()
Key
ModelParser.ExpectedClosureOrFailFast : Expected
closure or failFast . |
static String |
ModelParser_ExpectedFailFast()
Key
ModelParser.ExpectedFailFast : Expected a boolean
with failFast . |
static String |
ModelParser_ExpectedLibrary(Object arg0)
Key
ModelParser.ExpectedLibrary : Expected a "lib(...)"
but got {0} . |
static String |
ModelParser_ExpectedMapMethod()
Key
ModelParser.ExpectedMapMethod : Expected to find
'someKey "someValue"' . |
static String |
ModelParser_ExpectedNVPairs()
Key
ModelParser.ExpectedNVPairs : Expected name=value
pairs . |
static String |
ModelParser_ExpectedOption()
Key
ModelParser.ExpectedOption : Expected an option . |
static String |
ModelParser_ExpectedStage()
Key
ModelParser.ExpectedStage : Expected a stage . |
static String |
ModelParser_ExpectedStageName()
Key
ModelParser.ExpectedStageName : Expected a stage
name but didn't find any . |
static String |
ModelParser_ExpectedStep()
Key
ModelParser.ExpectedStep : Expected a step . |
static String |
ModelParser_ExpectedStringLiteral()
Key
ModelParser.ExpectedStringLiteral : Expected string
literal . |
static String |
ModelParser_ExpectedStringLiteralButGot(Object arg0)
Key
ModelParser.ExpectedStringLiteralButGot : Expected
string literal but got {0} . |
static String |
ModelParser_ExpectedSymbol()
Key
ModelParser.ExpectedSymbol : Expected a symbol . |
static String |
ModelParser_ExpectedTool()
Key
ModelParser.ExpectedTool : Expected to find
'someTool "someVersion"' . |
static String |
ModelParser_ExpectedTrigger()
Key
ModelParser.ExpectedTrigger : Expected a trigger . |
static String |
ModelParser_ExpectedWhen()
Key
ModelParser.ExpectedWhen : Expected a when
condition . |
static String |
ModelParser_InvalidAgent()
Key
ModelParser.InvalidAgent : Only "agent none", "agent
any" or "agent '{'...}" are allowed. . |
static String |
ModelParser_InvalidBuildCondition(Object arg0)
Key
ModelParser.InvalidBuildCondition : {@code The 'post'
section can only contain build condition names with code blocks. |
static String |
ModelParser_InvalidEnvironmentConcatValue()
Key
ModelParser.InvalidEnvironmentConcatValue : Environment variable values to be concatenated together must be single
or double quoted. . |
static String |
ModelParser_InvalidEnvironmentIdentifier(Object arg0)
Key
ModelParser.InvalidEnvironmentIdentifier : "{0}" is
not a valid environment expression. |
static String |
ModelParser_InvalidEnvironmentOperation()
Key
ModelParser.InvalidEnvironmentOperation : Environment variable values can only be joined together with '+'s. . |
static String |
ModelParser_InvalidEnvironmentValue()
Key
ModelParser.InvalidEnvironmentValue : Environment
variable values must either be strings or function calls. . |
static String |
ModelParser_InvalidInternalFunctionArg()
Key
ModelParser.InvalidInternalFunctionArg : Internal
function call parameters must be strings. . |
static String |
ModelParser_InvalidSectionDefinition(Object arg0)
Key
ModelParser.InvalidSectionDefinition : Not a valid
section definition: "{0}". |
static String |
ModelParser_InvalidStageSectionDefinition(Object arg0)
Key
ModelParser.InvalidStageSectionDefinition : Not a
valid stage section definition: "{0}". |
static String |
ModelParser_MapNotAllowed(Object arg0)
Key
ModelParser.MapNotAllowed : {0} cannot be defined as
maps . |
static String |
ModelParser_MethodCallWithClosure()
Key
ModelParser.MethodCallWithClosure : Method call
arguments . |
static String |
ModelParser_NoArgForAgent()
Key
ModelParser.NoArgForAgent : No argument for agent . |
static String |
ModelParser_NoArgForAgentKey(Object arg0)
Key
ModelParser.NoArgForAgentKey : No argument for agent
key "{0}" . |
static String |
ModelParser_NoArgForMapMethodKey(Object arg0)
Key
ModelParser.NoArgForMapMethodKey : No argument for
map key "{0}" . |
static String |
ModelParser_NoArgForTool(Object arg0)
Key
ModelParser.NoArgForTool : No argument for tool
"{0}" . |
static String |
ModelParser_ObjectMethodCall()
Key
ModelParser.ObjectMethodCall : Method calls on
objects not allowed outside "script" blocks. . |
static String |
ModelParser_OneAgentMax()
Key
ModelParser.OneAgentMax : Only one agent type is
allowed per agent section . |
static String |
ModelParser_PipelineBlockNotAtTop(Object arg0)
Key
ModelParser.PipelineBlockNotAtTop : {0} block must
be at the top-level, not within another block. . |
static String |
ModelParser_PipelineStepWithoutBlock(Object arg0)
Key
ModelParser.PipelineStepWithoutBlock : Expected a
block with the "{0}" step . |
static String |
ModelParser_RenamedJobProperties()
Key
ModelParser.RenamedJobProperties : {@code The
'jobProperties' section has been renamed as of version 0.7. |
static String |
ModelParser_RenamedNotifications()
Key
ModelParser.RenamedNotifications : {@code The
'notifications' section has been removed as of version 0.6. |
static String |
ModelParser_RenamedPostBuild()
Key
ModelParser.RenamedPostBuild : {@code The 'postBuild'
section has been renamed as of version 0.6. |
static String |
ModelParser_RenamedProperties()
Key
ModelParser.RenamedProperties : {@code The 'properties'
section has been renamed as of version 0.8. |
static String |
ModelParser_StageWithoutBlock()
Key
ModelParser.StageWithoutBlock : Stage doesn't have a
block . |
static String |
ModelParser_StepWithoutBlock(Object arg0)
Key
ModelParser.StepWithoutBlock : {0} step without a
block . |
static String |
ModelParser_TooManyArgsForAgentKey(Object arg0)
Key
ModelParser.TooManyArgsForAgentKey : Too many
arguments for agent key "{0}" . |
static String |
ModelParser_TooManyArgsForMapMethodKey(Object arg0)
Key
ModelParser.TooManyArgsForMapMethodKey : Too many
arguments for map key "{0}" . |
static String |
ModelParser_TooManyArgsForTool(Object arg0)
Key
ModelParser.TooManyArgsForTool : Too many arguments
for tool "{0}" . |
static String |
ModelParser_UnknownStageSection(Object arg0)
Key
ModelParser.UnknownStageSection : Unknown stage
section "{0}". |
static String |
ModelParser_WrongWhenCount()
Key
ModelParser.WrongWhenCount : One condition is
required in "when" . |
static String |
ModelValidatorImpl_BlockedStep(Object arg0,
Object arg1)
Key
ModelValidatorImpl.BlockedStep : Invalid step "{0}"
used - not allowed in this context - {1} . |
static String |
ModelValidatorImpl_DirSeparatorInDockerfileName()
Key
ModelValidatorImpl.DirSeparatorInDockerfileName : Dockerfile filename cannot contain directory separators. . |
static String |
ModelValidatorImpl_DuplicateBuildCondition(Object arg0)
Key
ModelValidatorImpl.DuplicateBuildCondition : Duplicate build condition name: "{0}" . |
static String |
ModelValidatorImpl_DuplicateOptionName(Object arg0)
Key
ModelValidatorImpl.DuplicateOptionName : Duplicate
option name: "{0}" . |
static String |
ModelValidatorImpl_DuplicateParallelName(Object arg0)
Key
ModelValidatorImpl.DuplicateParallelName : Duplicate
parallel branch name: "{0}" . |
static String |
ModelValidatorImpl_DuplicateStageName(Object arg0)
Key
ModelValidatorImpl.DuplicateStageName : Duplicate
stage name: "{0}" . |
static String |
ModelValidatorImpl_DuplicateTriggerName(Object arg0)
Key
ModelValidatorImpl.DuplicateTriggerName : Duplicate
trigger name: "{0}" . |
static String |
ModelValidatorImpl_EmptySection(Object arg0)
Key
ModelValidatorImpl.EmptySection : {0} can not be
empty . |
static String |
ModelValidatorImpl_EmptyWhen()
Key
ModelValidatorImpl.EmptyWhen : Empty when closure,
remove the property or add some content. . |
static String |
ModelValidatorImpl_InvalidAgent(Object arg0,
Object arg1)
Key
ModelValidatorImpl.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)
Key
ModelValidatorImpl.InvalidAgentParameter : Invalid
config option "{0}" for agent type "{1}". |
static String |
ModelValidatorImpl_InvalidAgentType(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidAgentType : Invalid agent
type "{0}" specified. |
static String |
ModelValidatorImpl_InvalidBuildCondition(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidBuildCondition : Invalid
condition "{0}" - valid conditions are {1} . |
static String |
ModelValidatorImpl_InvalidIdentifierInEnv(Object arg0)
Key
ModelValidatorImpl.InvalidIdentifierInEnv : "{0}" is
not a valid identifier and cannot be used for an environment variable. |
static String |
ModelValidatorImpl_InvalidParameterType(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
ModelValidatorImpl.InvalidParameterType : Expecting
"{0}" for parameter "{1}" but got "{2}" of type {3} instead . |
static String |
ModelValidatorImpl_InvalidSectionType(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.InvalidSectionType : Invalid {0}
type "{1}". |
static String |
ModelValidatorImpl_InvalidStepParameter(Object arg0,
Object arg1)
Key
ModelValidatorImpl.InvalidStepParameter : Invalid
parameter "{0}", did you mean "{1}"? . |
static String |
ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.InvalidUnnamedParameterType : Expecting "{0}" but got "{1}" of type {2} instead . |
static String |
ModelValidatorImpl_MissingAgentParameter(Object arg0,
Object arg1)
Key
ModelValidatorImpl.MissingAgentParameter : Missing
required parameter for agent type "{0}": {1} . |
static String |
ModelValidatorImpl_MissingRequiredStepParameter(Object arg0)
Key
ModelValidatorImpl.MissingRequiredStepParameter : Missing required parameter: "{0}" . |
static String |
ModelValidatorImpl_MixedNamedAndUnnamedParameters()
Key
ModelValidatorImpl.MixedNamedAndUnnamedParameters : Can't mix named and unnamed arguments . |
static String |
ModelValidatorImpl_MultipleAgentParameters(Object arg0,
Object arg1)
Key
ModelValidatorImpl.MultipleAgentParameters : Multiple parameters are required for agent type "{0}" - {1}. |
static String |
ModelValidatorImpl_NestedWhenNoArgs(Object arg0)
Key
ModelValidatorImpl.NestedWhenNoArgs : No additional
arguments are allowed for children when condition "{0}". . |
static String |
ModelValidatorImpl_NestedWhenWithoutChildren(Object arg0)
Key
ModelValidatorImpl.NestedWhenWithoutChildren : Nested when condition "{0}" requires at least one child condition. . |
static String |
ModelValidatorImpl_NestedWhenWrongChildrenCount(Object arg0,
Object arg1)
Key
ModelValidatorImpl.NestedWhenWrongChildrenCount : Nested when condition "{0}" requires exactly {1} child condition(s). . |
static String |
ModelValidatorImpl_NoAgentType(Object arg0)
Key
ModelValidatorImpl.NoAgentType : {@code No agent type
specified. |
static String |
ModelValidatorImpl_NoEnvVars()
Key
ModelValidatorImpl.NoEnvVars : No variables
specified for environment . |
static String |
ModelValidatorImpl_NoNestedWhenAllowed(Object arg0)
Key
ModelValidatorImpl.NoNestedWhenAllowed : No children
when conditions are allowed for when condition "{0}". . |
static String |
ModelValidatorImpl_NoStageName()
Key
ModelValidatorImpl.NoStageName : Stage does not have
a name . |
static String |
ModelValidatorImpl_NoStages()
Key
ModelValidatorImpl.NoStages : No stages specified . |
static String |
ModelValidatorImpl_NoSteps()
Key
ModelValidatorImpl.NoSteps : No steps specified for
branch . |
static String |
ModelValidatorImpl_NothingForStage(Object arg0)
Key
ModelValidatorImpl.NothingForStage : Nothing to
execute within stage "{0}" . |
static String |
ModelValidatorImpl_NoTools()
Key
ModelValidatorImpl.NoTools : No tools specified . |
static String |
ModelValidatorImpl_NoToolVersion(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.NoToolVersion : Tool type "{0}"
does not have an install of "{1}" configured - did you mean "{2}"? . |
static String |
ModelValidatorImpl_NotSingleRequiredParameter()
Key
ModelValidatorImpl.NotSingleRequiredParameter : Step
does not take a single required parameter - use named parameters
instead . |
static String |
ModelValidatorImpl_RequiredSection(Object arg0)
Key
ModelValidatorImpl.RequiredSection : Missing
required section "{0}" . |
static String |
ModelValidatorImpl_UnknownWhenConditional(Object arg0,
Object arg1)
Key
ModelValidatorImpl.UnknownWhenConditional : Unknown
conditional {0}. |
static String |
ModelValidatorImpl_WrongBuildParameterType(Object arg0)
Key
ModelValidatorImpl.WrongBuildParameterType : Invalid
type for parameter "{0}" . |
static String |
ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0,
Object arg1,
Object arg2)
Key
ModelValidatorImpl.WrongNumberOfStepParameters : "{0}" should have {1} arguments but has {2} arguments instead. . |
static String |
Parser_BuildParameters()
Key
Parser.BuildParameters : Build parameters . |
static String |
Parser_Libraries()
Key
Parser.Libraries : Libraries . |
static String |
Parser_MultipleOfSection(Object arg0)
Key
Parser.MultipleOfSection : Multiple occurrences of
the {0} section . |
static String |
Parser_Options()
Key
Parser.Options : Options . |
static String |
Parser_Triggers()
Key
Parser.Triggers : Triggers . |
static String |
Parser_UndefinedSection(Object arg0)
Key
Parser.UndefinedSection : Undefined section "{0}" . |
static String |
PipelineModelDefinition_DisplayName()
Key
PipelineModelDefinition.DisplayName : Pipeline Model
Definition . |
public static String ModelValidatorImpl_NestedWhenNoArgs(Object arg0)
ModelValidatorImpl.NestedWhenNoArgs
: No additional
arguments are allowed for children when condition "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No additional arguments are allowed for children when condition
"{0}".
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NestedWhenNoArgs(Object arg0)
ModelValidatorImpl.NestedWhenNoArgs
: No additional
arguments are allowed for children when condition "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No additional arguments are allowed for children when condition
"{0}".
public static String ModelParser_InvalidInternalFunctionArg()
ModelParser.InvalidInternalFunctionArg
: Internal
function call parameters must be strings.
.Internal function call parameters must be strings.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidInternalFunctionArg()
ModelParser.InvalidInternalFunctionArg
: Internal
function call parameters must be strings.
.Internal function call parameters must be strings.
public static String ModelParser_TooManyArgsForAgentKey(Object arg0)
ModelParser.TooManyArgsForAgentKey
: Too many
arguments for agent key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for agent key "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_TooManyArgsForAgentKey(Object arg0)
ModelParser.TooManyArgsForAgentKey
: Too many
arguments for agent key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for agent key "{0}"
public static String ModelValidatorImpl_NoToolVersion(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.NoToolVersion
: Tool type "{0}"
does not have an install of "{1}" configured - did you mean "{2}"?
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Tool type "{0}" does not have an install of "{1}" configured -
did you mean "{2}"?
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoToolVersion(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.NoToolVersion
: Tool type "{0}"
does not have an install of "{1}" configured - did you mean "{2}"?
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Tool type "{0}" does not have an install of "{1}" configured -
did you mean "{2}"?
public static String ModelParser_DuplicateEnvVar(Object arg0)
ModelParser.DuplicateEnvVar
: Duplicate environment
variable name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate environment variable name: "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_DuplicateEnvVar(Object arg0)
ModelParser.DuplicateEnvVar
: Duplicate environment
variable name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate environment variable name: "{0}"
public static String ModelValidatorImpl_DirSeparatorInDockerfileName()
ModelValidatorImpl.DirSeparatorInDockerfileName
: Dockerfile filename cannot contain directory separators.
.Dockerfile filename cannot contain directory separators.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DirSeparatorInDockerfileName()
ModelValidatorImpl.DirSeparatorInDockerfileName
: Dockerfile filename cannot contain directory separators.
.Dockerfile filename cannot contain directory separators.
public static String ModelValidatorImpl_DuplicateStageName(Object arg0)
ModelValidatorImpl.DuplicateStageName
: Duplicate
stage name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate stage name: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateStageName(Object arg0)
ModelValidatorImpl.DuplicateStageName
: Duplicate
stage name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate stage name: "{0}"
public static String ModelParser_ExpectedStep()
ModelParser.ExpectedStep
: Expected a step
.Expected a step
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStep()
ModelParser.ExpectedStep
: Expected a step
.Expected a step
public static String ModelParser_UnknownStageSection(Object arg0)
ModelParser.UnknownStageSection
: Unknown stage
section "{0}". Starting with version 0.5, steps in a stage must be in
a 'steps' block.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Unknown stage section "{0}". Starting with version 0.5, steps
in a stage must be in a 'steps' block.
public static org.jvnet.localizer.Localizable _ModelParser_UnknownStageSection(Object arg0)
ModelParser.UnknownStageSection
: Unknown stage
section "{0}". Starting with version 0.5, steps in a stage must be in
a 'steps' block.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Unknown stage section "{0}". Starting with version 0.5, steps
in a stage must be in a 'steps' block.
public static String ModelValidatorImpl_DuplicateTriggerName(Object arg0)
ModelValidatorImpl.DuplicateTriggerName
: Duplicate
trigger name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate trigger name: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateTriggerName(Object arg0)
ModelValidatorImpl.DuplicateTriggerName
: Duplicate
trigger name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate trigger name: "{0}"
public static String JSONParser_TooFewItems(Object arg0, Object arg1)
JSONParser.TooFewItems
: Array has {0} entries,
requires minimum of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Array has {0} entries, requires minimum of {1}
public static org.jvnet.localizer.Localizable _JSONParser_TooFewItems(Object arg0, Object arg1)
JSONParser.TooFewItems
: Array has {0} entries,
requires minimum of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Array has {0} entries, requires minimum of {1}
public static String ModelParser_WrongWhenCount()
ModelParser.WrongWhenCount
: One condition is
required in "when"
.One condition is required in "when"
public static org.jvnet.localizer.Localizable _ModelParser_WrongWhenCount()
ModelParser.WrongWhenCount
: One condition is
required in "when"
.One condition is required in "when"
public static String ModelParser_InvalidEnvironmentConcatValue()
ModelParser.InvalidEnvironmentConcatValue
: Environment variable values to be concatenated together must be single
or double quoted.
.Environment variable values to be concatenated together must be
single or double quoted.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentConcatValue()
ModelParser.InvalidEnvironmentConcatValue
: Environment variable values to be concatenated together must be single
or double quoted.
.Environment variable values to be concatenated together must be
single or double quoted.
public static String ModelParser_ExpectedBlock()
ModelParser.ExpectedBlock
: Expected a block
.Expected a block
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedBlock()
ModelParser.ExpectedBlock
: Expected a block
.Expected a block
public static String JSONParser_ObjNotJSON(Object arg0)
JSONParser.ObjNotJSON
: Object {0} is neither a JSON
array nor a JSON object
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Object {0} is neither a JSON array nor a JSON object
public static org.jvnet.localizer.Localizable _JSONParser_ObjNotJSON(Object arg0)
JSONParser.ObjNotJSON
: Object {0} is neither a JSON
array nor a JSON object
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Object {0} is neither a JSON array nor a JSON object
public static String ModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3)
ModelValidatorImpl.InvalidParameterType
: Expecting
"{0}" for parameter "{1}" but got "{2}" of type {3} instead
.arg3
- 4th format parameter, {3}
, as String.valueOf(Object)
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expecting "{0}" for parameter "{1}" but got "{2}" of type {3}
instead
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidParameterType(Object arg0, Object arg1, Object arg2, Object arg3)
ModelValidatorImpl.InvalidParameterType
: Expecting
"{0}" for parameter "{1}" but got "{2}" of type {3} instead
.arg3
- 4th format parameter, {3}
, as String.valueOf(Object)
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expecting "{0}" for parameter "{1}" but got "{2}" of type {3}
instead
public static String ModelParser_InvalidBuildCondition(Object arg0)
ModelParser.InvalidBuildCondition
: The 'post'
section can only contain build condition names with code blocks. Valid
condition names are {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.The 'post' section can only contain build condition names with
code blocks. Valid condition names are {0}
public static org.jvnet.localizer.Localizable _ModelParser_InvalidBuildCondition(Object arg0)
ModelParser.InvalidBuildCondition
: The 'post'
section can only contain build condition names with code blocks. Valid
condition names are {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.The 'post' section can only contain build condition names with
code blocks. Valid condition names are {0}
public static String ModelParser_ExpectedAgentKeyValue()
ModelParser.ExpectedAgentKeyValue
: Expected to find
'key "value"'
.Expected to find 'key "value"'
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedAgentKeyValue()
ModelParser.ExpectedAgentKeyValue
: Expected to find
'key "value"'
.Expected to find 'key "value"'
public static String ModelValidatorImpl_NothingForStage(Object arg0)
ModelValidatorImpl.NothingForStage
: Nothing to
execute within stage "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nothing to execute within stage "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NothingForStage(Object arg0)
ModelValidatorImpl.NothingForStage
: Nothing to
execute within stage "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nothing to execute within stage "{0}"
public static String ModelParser_ObjectMethodCall()
ModelParser.ObjectMethodCall
: Method calls on
objects not allowed outside "script" blocks.
.Method calls on objects not allowed outside "script" blocks.
public static org.jvnet.localizer.Localizable _ModelParser_ObjectMethodCall()
ModelParser.ObjectMethodCall
: Method calls on
objects not allowed outside "script" blocks.
.Method calls on objects not allowed outside "script" blocks.
public static String ModelValidatorImpl_WrongBuildParameterType(Object arg0)
ModelValidatorImpl.WrongBuildParameterType
: Invalid
type for parameter "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid type for parameter "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_WrongBuildParameterType(Object arg0)
ModelValidatorImpl.WrongBuildParameterType
: Invalid
type for parameter "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid type for parameter "{0}"
public static String ModelParser_InvalidEnvironmentIdentifier(Object arg0)
ModelParser.InvalidEnvironmentIdentifier
: "{0}" is
not a valid environment expression. Use "key = value" pairs with valid
Java/shell keys.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{0}" is not a valid environment expression. Use "key = value"
pairs with valid Java/shell keys.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentIdentifier(Object arg0)
ModelParser.InvalidEnvironmentIdentifier
: "{0}" is
not a valid environment expression. Use "key = value" pairs with valid
Java/shell keys.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{0}" is not a valid environment expression. Use "key = value"
pairs with valid Java/shell keys.
public static String ModelValidatorImpl_NestedWhenWrongChildrenCount(Object arg0, Object arg1)
ModelValidatorImpl.NestedWhenWrongChildrenCount
: Nested when condition "{0}" requires exactly {1} child condition(s).
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nested when condition "{0}" requires exactly {1} child
condition(s).
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NestedWhenWrongChildrenCount(Object arg0, Object arg1)
ModelValidatorImpl.NestedWhenWrongChildrenCount
: Nested when condition "{0}" requires exactly {1} child condition(s).
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nested when condition "{0}" requires exactly {1} child
condition(s).
public static String ModelValidatorImpl_InvalidIdentifierInEnv(Object arg0)
ModelValidatorImpl.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.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{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.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidIdentifierInEnv(Object arg0)
ModelValidatorImpl.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.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{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.
public static String ModelValidatorImpl_InvalidStepParameter(Object arg0, Object arg1)
ModelValidatorImpl.InvalidStepParameter
: Invalid
parameter "{0}", did you mean "{1}"?
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid parameter "{0}", did you mean "{1}"?
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidStepParameter(Object arg0, Object arg1)
ModelValidatorImpl.InvalidStepParameter
: Invalid
parameter "{0}", did you mean "{1}"?
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid parameter "{0}", did you mean "{1}"?
public static String ModelParser_CannotHaveBlocks(Object arg0)
ModelParser.CannotHaveBlocks
: {0} definitions
cannot have blocks
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} definitions cannot have blocks
public static org.jvnet.localizer.Localizable _ModelParser_CannotHaveBlocks(Object arg0)
ModelParser.CannotHaveBlocks
: {0} definitions
cannot have blocks
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} definitions cannot have blocks
public static String ModelParser_InvalidSectionDefinition(Object arg0)
ModelParser.InvalidSectionDefinition
: Not a valid
section definition: "{0}". Some extra configuration is required.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Not a valid section definition: "{0}". Some extra configuration
is required.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidSectionDefinition(Object arg0)
ModelParser.InvalidSectionDefinition
: Not a valid
section definition: "{0}". Some extra configuration is required.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Not a valid section definition: "{0}". Some extra configuration
is required.
public static String ModelValidatorImpl_InvalidBuildCondition(Object arg0, Object arg1)
ModelValidatorImpl.InvalidBuildCondition
: Invalid
condition "{0}" - valid conditions are {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid condition "{0}" - valid conditions are {1}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidBuildCondition(Object arg0, Object arg1)
ModelValidatorImpl.InvalidBuildCondition
: Invalid
condition "{0}" - valid conditions are {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid condition "{0}" - valid conditions are {1}
public static String ModelValidatorImpl_EmptyWhen()
ModelValidatorImpl.EmptyWhen
: Empty when closure,
remove the property or add some content.
.Empty when closure, remove the property or add some content.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_EmptyWhen()
ModelValidatorImpl.EmptyWhen
: Empty when closure,
remove the property or add some content.
.Empty when closure, remove the property or add some content.
public static String ModelParser_InvalidEnvironmentOperation()
ModelParser.InvalidEnvironmentOperation
: Environment variable values can only be joined together with '+'s.
.Environment variable values can only be joined together with
'+'s.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentOperation()
ModelParser.InvalidEnvironmentOperation
: Environment variable values can only be joined together with '+'s.
.Environment variable values can only be joined together with
'+'s.
public static String Parser_Options()
Parser.Options
: Options
.Options
public static org.jvnet.localizer.Localizable _Parser_Options()
Parser.Options
: Options
.Options
public static String ModelValidatorImpl_NestedWhenWithoutChildren(Object arg0)
ModelValidatorImpl.NestedWhenWithoutChildren
: Nested when condition "{0}" requires at least one child condition.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nested when condition "{0}" requires at least one child
condition.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NestedWhenWithoutChildren(Object arg0)
ModelValidatorImpl.NestedWhenWithoutChildren
: Nested when condition "{0}" requires at least one child condition.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Nested when condition "{0}" requires at least one child
condition.
public static String JSONParser_InvalidValueType()
JSONParser.InvalidValueType
: Invalid value type
.Invalid value type
public static org.jvnet.localizer.Localizable _JSONParser_InvalidValueType()
JSONParser.InvalidValueType
: Invalid value type
.Invalid value type
public static String ModelValidatorImpl_UnknownWhenConditional(Object arg0, Object arg1)
ModelValidatorImpl.UnknownWhenConditional
: Unknown
conditional {0}. Valid conditionals are: {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Unknown conditional {0}. Valid conditionals are: {1}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_UnknownWhenConditional(Object arg0, Object arg1)
ModelValidatorImpl.UnknownWhenConditional
: Unknown
conditional {0}. Valid conditionals are: {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Unknown conditional {0}. Valid conditionals are: {1}
public static String Parser_Triggers()
Parser.Triggers
: Triggers
.Triggers
public static org.jvnet.localizer.Localizable _Parser_Triggers()
Parser.Triggers
: Triggers
.Triggers
public static String ModelValidatorImpl_RequiredSection(Object arg0)
ModelValidatorImpl.RequiredSection
: Missing
required section "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required section "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_RequiredSection(Object arg0)
ModelValidatorImpl.RequiredSection
: Missing
required section "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required section "{0}"
public static String ModelParser_TooManyArgsForMapMethodKey(Object arg0)
ModelParser.TooManyArgsForMapMethodKey
: Too many
arguments for map key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for map key "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_TooManyArgsForMapMethodKey(Object arg0)
ModelParser.TooManyArgsForMapMethodKey
: Too many
arguments for map key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for map key "{0}"
public static String ModelParser_InvalidEnvironmentValue()
ModelParser.InvalidEnvironmentValue
: Environment
variable values must either be strings or function calls.
.Environment variable values must either be strings or function
calls.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidEnvironmentValue()
ModelParser.InvalidEnvironmentValue
: Environment
variable values must either be strings or function calls.
.Environment variable values must either be strings or function
calls.
public static String ModelParser_NoArgForMapMethodKey(Object arg0)
ModelParser.NoArgForMapMethodKey
: No argument for
map key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for map key "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_NoArgForMapMethodKey(Object arg0)
ModelParser.NoArgForMapMethodKey
: No argument for
map key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for map key "{0}"
public static String ModelParser_NoArgForAgent()
ModelParser.NoArgForAgent
: No argument for agent
.No argument for agent
public static org.jvnet.localizer.Localizable _ModelParser_NoArgForAgent()
ModelParser.NoArgForAgent
: No argument for agent
.No argument for agent
public static String ModelValidatorImpl_BlockedStep(Object arg0, Object arg1)
ModelValidatorImpl.BlockedStep
: Invalid step "{0}"
used - not allowed in this context - {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid step "{0}" used - not allowed in this context - {1}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_BlockedStep(Object arg0, Object arg1)
ModelValidatorImpl.BlockedStep
: Invalid step "{0}"
used - not allowed in this context - {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid step "{0}" used - not allowed in this context - {1}
public static String Parser_Libraries()
Parser.Libraries
: Libraries
.Libraries
public static org.jvnet.localizer.Localizable _Parser_Libraries()
Parser.Libraries
: Libraries
.Libraries
public static String ModelParser_InvalidStageSectionDefinition(Object arg0)
ModelParser.InvalidStageSectionDefinition
: Not a
valid stage section definition: "{0}". Some extra configuration is
required.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Not a valid stage section definition: "{0}". Some extra
configuration is required.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidStageSectionDefinition(Object arg0)
ModelParser.InvalidStageSectionDefinition
: Not a
valid stage section definition: "{0}". Some extra configuration is
required.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Not a valid stage section definition: "{0}". Some extra
configuration is required.
public static String ModelValidatorImpl_InvalidAgent(Object arg0, Object arg1)
ModelValidatorImpl.InvalidAgent
: Invalid argument
for agent - "{0}" - must be map of config options or bare {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid argument for agent - "{0}" - must be map of config
options or bare {1}.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgent(Object arg0, Object arg1)
ModelValidatorImpl.InvalidAgent
: Invalid argument
for agent - "{0}" - must be map of config options or bare {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid argument for agent - "{0}" - must be map of config
options or bare {1}.
public static String ModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidAgentParameter
: Invalid
config option "{0}" for agent type "{1}". Valid config options are
{2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid config option "{0}" for agent type "{1}". Valid config
options are {2}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgentParameter(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidAgentParameter
: Invalid
config option "{0}" for agent type "{1}". Valid config options are
{2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid config option "{0}" for agent type "{1}". Valid config
options are {2}
public static String ModelValidatorImpl_DuplicateOptionName(Object arg0)
ModelValidatorImpl.DuplicateOptionName
: Duplicate
option name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate option name: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateOptionName(Object arg0)
ModelValidatorImpl.DuplicateOptionName
: Duplicate
option name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate option name: "{0}"
public static String ModelParser_PipelineBlockNotAtTop(Object arg0)
ModelParser.PipelineBlockNotAtTop
: {0} block must
be at the top-level, not within another block.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} block must be at the top-level, not within another block.
public static org.jvnet.localizer.Localizable _ModelParser_PipelineBlockNotAtTop(Object arg0)
ModelParser.PipelineBlockNotAtTop
: {0} block must
be at the top-level, not within another block.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} block must be at the top-level, not within another block.
public static String ModelParser_ExpectedStringLiteralButGot(Object arg0)
ModelParser.ExpectedStringLiteralButGot
: Expected
string literal but got {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected string literal but got {0}
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStringLiteralButGot(Object arg0)
ModelParser.ExpectedStringLiteralButGot
: Expected
string literal but got {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected string literal but got {0}
public static String ModelParser_ExpectedLibrary(Object arg0)
ModelParser.ExpectedLibrary
: Expected a "lib(...)"
but got {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected a "lib(...)" but got {0}
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedLibrary(Object arg0)
ModelParser.ExpectedLibrary
: Expected a "lib(...)"
but got {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected a "lib(...)" but got {0}
public static String ModelParser_RenamedNotifications()
ModelParser.RenamedNotifications
: The
'notifications' section has been removed as of version 0.6. Use 'post'
for all post-build actions.
.The 'notifications' section has been removed as of version 0.6.
Use 'post' for all post-build actions.
public static org.jvnet.localizer.Localizable _ModelParser_RenamedNotifications()
ModelParser.RenamedNotifications
: The
'notifications' section has been removed as of version 0.6. Use 'post'
for all post-build actions.
.The 'notifications' section has been removed as of version 0.6.
Use 'post' for all post-build actions.
public static String Parser_BuildParameters()
Parser.BuildParameters
: Build parameters
.Build parameters
public static org.jvnet.localizer.Localizable _Parser_BuildParameters()
Parser.BuildParameters
: Build parameters
.Build parameters
public static String ModelParser_ExpectedFailFast()
ModelParser.ExpectedFailFast
: Expected a boolean
with failFast
.Expected a boolean with failFast
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedFailFast()
ModelParser.ExpectedFailFast
: Expected a boolean
with failFast
.Expected a boolean with failFast
public static String ModelValidatorImpl_NotSingleRequiredParameter()
ModelValidatorImpl.NotSingleRequiredParameter
: Step
does not take a single required parameter - use named parameters
instead
.Step does not take a single required parameter - use named
parameters instead
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NotSingleRequiredParameter()
ModelValidatorImpl.NotSingleRequiredParameter
: Step
does not take a single required parameter - use named parameters
instead
.Step does not take a single required parameter - use named
parameters instead
public static String ModelInterpreter_NoNodeContext()
ModelInterpreter.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'.
.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'.
public static org.jvnet.localizer.Localizable _ModelInterpreter_NoNodeContext()
ModelInterpreter.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'.
.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'.
public static String ModelParser_NoArgForTool(Object arg0)
ModelParser.NoArgForTool
: No argument for tool
"{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for tool "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_NoArgForTool(Object arg0)
ModelParser.NoArgForTool
: No argument for tool
"{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for tool "{0}"
public static String ModelParser_NoArgForAgentKey(Object arg0)
ModelParser.NoArgForAgentKey
: No argument for agent
key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for agent key "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_NoArgForAgentKey(Object arg0)
ModelParser.NoArgForAgentKey
: No argument for agent
key "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No argument for agent key "{0}"
public static String ModelParser_ExpectedBuildParameter()
ModelParser.ExpectedBuildParameter
: Expected a
build parameter definition
.Expected a build parameter definition
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedBuildParameter()
ModelParser.ExpectedBuildParameter
: Expected a
build parameter definition
.Expected a build parameter definition
public static String ModelValidatorImpl_NoSteps()
ModelValidatorImpl.NoSteps
: No steps specified for
branch
.No steps specified for branch
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoSteps()
ModelValidatorImpl.NoSteps
: No steps specified for
branch
.No steps specified for branch
public static String ModelParser_OneAgentMax()
ModelParser.OneAgentMax
: Only one agent type is
allowed per agent section
.Only one agent type is allowed per agent section
public static org.jvnet.localizer.Localizable _ModelParser_OneAgentMax()
ModelParser.OneAgentMax
: Only one agent type is
allowed per agent section
.Only one agent type is allowed per agent section
public static String ModelValidatorImpl_MissingRequiredStepParameter(Object arg0)
ModelValidatorImpl.MissingRequiredStepParameter
: Missing required parameter: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required parameter: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MissingRequiredStepParameter(Object arg0)
ModelValidatorImpl.MissingRequiredStepParameter
: Missing required parameter: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required parameter: "{0}"
public static String ModelValidatorImpl_NoTools()
ModelValidatorImpl.NoTools
: No tools specified
.No tools specified
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoTools()
ModelValidatorImpl.NoTools
: No tools specified
.No tools specified
public static String JSONParser_MethArgsMustBeObj()
JSONParser.MethArgsMustBeObj
: Individual method or
function arguments must be a JSON object
.Individual method or function arguments must be a JSON object
public static org.jvnet.localizer.Localizable _JSONParser_MethArgsMustBeObj()
JSONParser.MethArgsMustBeObj
: Individual method or
function arguments must be a JSON object
.Individual method or function arguments must be a JSON object
public static String JSONParser_MissingPipelineRoot()
JSONParser.MissingPipelineRoot
: No pipeline block
or invalid pipeline block content
.No pipeline block or invalid pipeline block content
public static org.jvnet.localizer.Localizable _JSONParser_MissingPipelineRoot()
JSONParser.MissingPipelineRoot
: No pipeline block
or invalid pipeline block content
.No pipeline block or invalid pipeline block content
public static String ModelParser_RenamedJobProperties()
ModelParser.RenamedJobProperties
: The
'jobProperties' section has been renamed as of version 0.7. Use
'properties' instead.
.The 'jobProperties' section has been renamed as of version 0.7.
Use 'properties' instead.
public static org.jvnet.localizer.Localizable _ModelParser_RenamedJobProperties()
ModelParser.RenamedJobProperties
: The
'jobProperties' section has been renamed as of version 0.7. Use
'properties' instead.
.The 'jobProperties' section has been renamed as of version 0.7.
Use 'properties' instead.
public static String ModelParser_InvalidAgent()
ModelParser.InvalidAgent
: Only "agent none", "agent
any" or "agent '{'...}" are allowed.
.Only "agent none", "agent any" or "agent '{'...}" are allowed.
public static org.jvnet.localizer.Localizable _ModelParser_InvalidAgent()
ModelParser.InvalidAgent
: Only "agent none", "agent
any" or "agent '{'...}" are allowed.
.Only "agent none", "agent any" or "agent '{'...}" are allowed.
public static String ModelValidatorImpl_InvalidSectionType(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidSectionType
: Invalid {0}
type "{1}". Valid {0} types: {2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid {0} type "{1}". Valid {0} types: {2}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidSectionType(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidSectionType
: Invalid {0}
type "{1}". Valid {0} types: {2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid {0} type "{1}". Valid {0} types: {2}
public static String ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidUnnamedParameterType
: Expecting "{0}" but got "{1}" of type {2} instead
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expecting "{0}" but got "{1}" of type {2} instead
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidUnnamedParameterType(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.InvalidUnnamedParameterType
: Expecting "{0}" but got "{1}" of type {2} instead
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expecting "{0}" but got "{1}" of type {2} instead
public static String JSONParser_MethCallMustBeObj()
JSONParser.MethCallMustBeObj
: Method or function
call definition must be a JSON object
.Method or function call definition must be a JSON object
public static org.jvnet.localizer.Localizable _JSONParser_MethCallMustBeObj()
JSONParser.MethCallMustBeObj
: Method or function
call definition must be a JSON object
.Method or function call definition must be a JSON object
public static String ModelParser_ExpectedWhen()
ModelParser.ExpectedWhen
: Expected a when
condition
.Expected a when condition
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedWhen()
ModelParser.ExpectedWhen
: Expected a when
condition
.Expected a when condition
public static String ModelValidatorImpl_NoNestedWhenAllowed(Object arg0)
ModelValidatorImpl.NoNestedWhenAllowed
: No children
when conditions are allowed for when condition "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No children when conditions are allowed for when condition
"{0}".
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoNestedWhenAllowed(Object arg0)
ModelValidatorImpl.NoNestedWhenAllowed
: No children
when conditions are allowed for when condition "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No children when conditions are allowed for when condition
"{0}".
public static String JSONParser_InvalidArgumentSyntax()
JSONParser.InvalidArgumentSyntax
: Invalid argument
syntax
.Invalid argument syntax
public static org.jvnet.localizer.Localizable _JSONParser_InvalidArgumentSyntax()
JSONParser.InvalidArgumentSyntax
: Invalid argument
syntax
.Invalid argument syntax
public static String ModelParser_StepWithoutBlock(Object arg0)
ModelParser.StepWithoutBlock
: {0} step without a
block
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} step without a block
public static org.jvnet.localizer.Localizable _ModelParser_StepWithoutBlock(Object arg0)
ModelParser.StepWithoutBlock
: {0} step without a
block
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} step without a block
public static String ModelValidatorImpl_DuplicateBuildCondition(Object arg0)
ModelValidatorImpl.DuplicateBuildCondition
: Duplicate build condition name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate build condition name: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateBuildCondition(Object arg0)
ModelValidatorImpl.DuplicateBuildCondition
: Duplicate build condition name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate build condition name: "{0}"
public static String JSONParser_InvalidGroovyString(Object arg0)
JSONParser.InvalidGroovyString
: {0} is not a valid
Groovy string value
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} is not a valid Groovy string value
public static org.jvnet.localizer.Localizable _JSONParser_InvalidGroovyString(Object arg0)
JSONParser.InvalidGroovyString
: {0} is not a valid
Groovy string value
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} is not a valid Groovy string value
public static String ModelParser_ExpectedClosureOrFailFast()
ModelParser.ExpectedClosureOrFailFast
: Expected
closure or failFast
.Expected closure or failFast
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedClosureOrFailFast()
ModelParser.ExpectedClosureOrFailFast
: Expected
closure or failFast
.Expected closure or failFast
public static String ModelParser_PipelineStepWithoutBlock(Object arg0)
ModelParser.PipelineStepWithoutBlock
: Expected a
block with the "{0}" step
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected a block with the "{0}" step
public static org.jvnet.localizer.Localizable _ModelParser_PipelineStepWithoutBlock(Object arg0)
ModelParser.PipelineStepWithoutBlock
: Expected a
block with the "{0}" step
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Expected a block with the "{0}" step
public static String ModelValidatorImpl_NoAgentType(Object arg0)
ModelValidatorImpl.NoAgentType
: No agent type
specified. Must be one of {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No agent type specified. Must be one of {0}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoAgentType(Object arg0)
ModelValidatorImpl.NoAgentType
: No agent type
specified. Must be one of {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No agent type specified. Must be one of {0}
public static String ModelValidatorImpl_NoStageName()
ModelValidatorImpl.NoStageName
: Stage does not have
a name
.Stage does not have a name
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoStageName()
ModelValidatorImpl.NoStageName
: Stage does not have
a name
.Stage does not have a name
public static String ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.WrongNumberOfStepParameters
: "{0}" should have {1} arguments but has {2} arguments instead.
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{0}" should have {1} arguments but has {2} arguments instead.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_WrongNumberOfStepParameters(Object arg0, Object arg1, Object arg2)
ModelValidatorImpl.WrongNumberOfStepParameters
: "{0}" should have {1} arguments but has {2} arguments instead.
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
."{0}" should have {1} arguments but has {2} arguments instead.
public static String Parser_UndefinedSection(Object arg0)
Parser.UndefinedSection
: Undefined section "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Undefined section "{0}"
public static org.jvnet.localizer.Localizable _Parser_UndefinedSection(Object arg0)
Parser.UndefinedSection
: Undefined section "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Undefined section "{0}"
public static String ModelParser_ExpectedTool()
ModelParser.ExpectedTool
: Expected to find
'someTool "someVersion"'
.Expected to find 'someTool "someVersion"'
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedTool()
ModelParser.ExpectedTool
: Expected to find
'someTool "someVersion"'
.Expected to find 'someTool "someVersion"'
public static String ModelParser_RenamedPostBuild()
ModelParser.RenamedPostBuild
: The 'postBuild'
section has been renamed as of version 0.6. Use 'post' for all
post-build actions.
.The 'postBuild' section has been renamed as of version 0.6. Use
'post' for all post-build actions.
public static org.jvnet.localizer.Localizable _ModelParser_RenamedPostBuild()
ModelParser.RenamedPostBuild
: The 'postBuild'
section has been renamed as of version 0.6. Use 'post' for all
post-build actions.
.The 'postBuild' section has been renamed as of version 0.6. Use
'post' for all post-build actions.
public static String ModelParser_StageWithoutBlock()
ModelParser.StageWithoutBlock
: Stage doesn't have a
block
.Stage doesn't have a block
public static org.jvnet.localizer.Localizable _ModelParser_StageWithoutBlock()
ModelParser.StageWithoutBlock
: Stage doesn't have a
block
.Stage doesn't have a block
public static String ModelParser_MapNotAllowed(Object arg0)
ModelParser.MapNotAllowed
: {0} cannot be defined as
maps
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} cannot be defined as maps
public static org.jvnet.localizer.Localizable _ModelParser_MapNotAllowed(Object arg0)
ModelParser.MapNotAllowed
: {0} cannot be defined as
maps
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} cannot be defined as maps
public static String ModelParser_ExpectedAgent()
ModelParser.ExpectedAgent
: Expected an agent
.Expected an agent
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedAgent()
ModelParser.ExpectedAgent
: Expected an agent
.Expected an agent
public static String ModelValidatorImpl_EmptySection(Object arg0)
ModelValidatorImpl.EmptySection
: {0} can not be
empty
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} can not be empty
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_EmptySection(Object arg0)
ModelValidatorImpl.EmptySection
: {0} can not be
empty
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} can not be empty
public static String ModelValidatorImpl_InvalidAgentType(Object arg0, Object arg1)
ModelValidatorImpl.InvalidAgentType
: Invalid agent
type "{0}" specified. Must be one of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid agent type "{0}" specified. Must be one of {1}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_InvalidAgentType(Object arg0, Object arg1)
ModelValidatorImpl.InvalidAgentType
: Invalid agent
type "{0}" specified. Must be one of {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Invalid agent type "{0}" specified. Must be one of {1}
public static String ModelParser_MethodCallWithClosure()
ModelParser.MethodCallWithClosure
: Method call
arguments
.Method call arguments
public static org.jvnet.localizer.Localizable _ModelParser_MethodCallWithClosure()
ModelParser.MethodCallWithClosure
: Method call
arguments
.Method call arguments
public static String ModelValidatorImpl_DuplicateParallelName(Object arg0)
ModelValidatorImpl.DuplicateParallelName
: Duplicate
parallel branch name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate parallel branch name: "{0}"
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_DuplicateParallelName(Object arg0)
ModelValidatorImpl.DuplicateParallelName
: Duplicate
parallel branch name: "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Duplicate parallel branch name: "{0}"
public static String ModelParser_ExpectedStageName()
ModelParser.ExpectedStageName
: Expected a stage
name but didn't find any
.Expected a stage name but didn't find any
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStageName()
ModelParser.ExpectedStageName
: Expected a stage
name but didn't find any
.Expected a stage name but didn't find any
public static String JSONParser_MethArgsMissing()
JSONParser.MethArgsMissing
: Method or function
arguments missing or not an array
.Method or function arguments missing or not an array
public static org.jvnet.localizer.Localizable _JSONParser_MethArgsMissing()
JSONParser.MethArgsMissing
: Method or function
arguments missing or not an array
.Method or function arguments missing or not an array
public static String ModelValidatorImpl_MixedNamedAndUnnamedParameters()
ModelValidatorImpl.MixedNamedAndUnnamedParameters
: Can't mix named and unnamed arguments
.Can't mix named and unnamed arguments
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MixedNamedAndUnnamedParameters()
ModelValidatorImpl.MixedNamedAndUnnamedParameters
: Can't mix named and unnamed arguments
.Can't mix named and unnamed arguments
public static String Parser_MultipleOfSection(Object arg0)
Parser.MultipleOfSection
: Multiple occurrences of
the {0} section
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Multiple occurrences of the {0} section
public static org.jvnet.localizer.Localizable _Parser_MultipleOfSection(Object arg0)
Parser.MultipleOfSection
: Multiple occurrences of
the {0} section
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Multiple occurrences of the {0} section
public static String ModelParser_ExpectedSymbol()
ModelParser.ExpectedSymbol
: Expected a symbol
.Expected a symbol
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedSymbol()
ModelParser.ExpectedSymbol
: Expected a symbol
.Expected a symbol
public static String ModelValidatorImpl_NoEnvVars()
ModelValidatorImpl.NoEnvVars
: No variables
specified for environment
.No variables specified for environment
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoEnvVars()
ModelValidatorImpl.NoEnvVars
: No variables
specified for environment
.No variables specified for environment
public static String ModelParser_TooManyArgsForTool(Object arg0)
ModelParser.TooManyArgsForTool
: Too many arguments
for tool "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for tool "{0}"
public static org.jvnet.localizer.Localizable _ModelParser_TooManyArgsForTool(Object arg0)
ModelParser.TooManyArgsForTool
: Too many arguments
for tool "{0}"
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Too many arguments for tool "{0}"
public static String ModelParser_ExpectedTrigger()
ModelParser.ExpectedTrigger
: Expected a trigger
.Expected a trigger
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedTrigger()
ModelParser.ExpectedTrigger
: Expected a trigger
.Expected a trigger
public static String ModelParser_ExpectedMapMethod()
ModelParser.ExpectedMapMethod
: Expected to find
'someKey "someValue"'
.Expected to find 'someKey "someValue"'
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedMapMethod()
ModelParser.ExpectedMapMethod
: Expected to find
'someKey "someValue"'
.Expected to find 'someKey "someValue"'
public static String PipelineModelDefinition_DisplayName()
PipelineModelDefinition.DisplayName
: Pipeline Model
Definition
.Pipeline Model Definition
public static org.jvnet.localizer.Localizable _PipelineModelDefinition_DisplayName()
PipelineModelDefinition.DisplayName
: Pipeline Model
Definition
.Pipeline Model Definition
public static String ModelValidatorImpl_MultipleAgentParameters(Object arg0, Object arg1)
ModelValidatorImpl.MultipleAgentParameters
: Multiple parameters are required for agent type "{0}" - {1}. Please
use a block instead.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Multiple parameters are required for agent type "{0}" - {1}.
Please use a block instead.
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MultipleAgentParameters(Object arg0, Object arg1)
ModelValidatorImpl.MultipleAgentParameters
: Multiple parameters are required for agent type "{0}" - {1}. Please
use a block instead.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Multiple parameters are required for agent type "{0}" - {1}.
Please use a block instead.
public static String ModelParser_RenamedProperties()
ModelParser.RenamedProperties
: The 'properties'
section has been renamed as of version 0.8. Use 'options' instead.
.The 'properties' section has been renamed as of version 0.8.
Use 'options' instead.
public static org.jvnet.localizer.Localizable _ModelParser_RenamedProperties()
ModelParser.RenamedProperties
: The 'properties'
section has been renamed as of version 0.8. Use 'options' instead.
.The 'properties' section has been renamed as of version 0.8.
Use 'options' instead.
public static String ModelParser_ExpectedOption()
ModelParser.ExpectedOption
: Expected an option
.Expected an option
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedOption()
ModelParser.ExpectedOption
: Expected an option
.Expected an option
public static String ModelValidatorImpl_MissingAgentParameter(Object arg0, Object arg1)
ModelValidatorImpl.MissingAgentParameter
: Missing
required parameter for agent type "{0}": {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required parameter for agent type "{0}": {1}
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_MissingAgentParameter(Object arg0, Object arg1)
ModelValidatorImpl.MissingAgentParameter
: Missing
required parameter for agent type "{0}": {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing required parameter for agent type "{0}": {1}
public static String ModelValidatorImpl_NoStages()
ModelValidatorImpl.NoStages
: No stages specified
.No stages specified
public static org.jvnet.localizer.Localizable _ModelValidatorImpl_NoStages()
ModelValidatorImpl.NoStages
: No stages specified
.No stages specified
public static String ModelParser_ExpectedNVPairs()
ModelParser.ExpectedNVPairs
: Expected name=value
pairs
.Expected name=value pairs
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedNVPairs()
ModelParser.ExpectedNVPairs
: Expected name=value
pairs
.Expected name=value pairs
public static String ModelParser_ExpectedStringLiteral()
ModelParser.ExpectedStringLiteral
: Expected string
literal
.Expected string literal
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStringLiteral()
ModelParser.ExpectedStringLiteral
: Expected string
literal
.Expected string literal
public static String DeclarativeLinterCommand_ShortDescription()
DeclarativeLinterCommand.ShortDescription
: Validate
a Jenkinsfile containing a Declarative Pipeline
.Validate a Jenkinsfile containing a Declarative Pipeline
public static org.jvnet.localizer.Localizable _DeclarativeLinterCommand_ShortDescription()
DeclarativeLinterCommand.ShortDescription
: Validate
a Jenkinsfile containing a Declarative Pipeline
.Validate a Jenkinsfile containing a Declarative Pipeline
public static String ModelParser_ExpectedStage()
ModelParser.ExpectedStage
: Expected a stage
.Expected a stage
public static org.jvnet.localizer.Localizable _ModelParser_ExpectedStage()
ModelParser.ExpectedStage
: Expected a stage
.Expected a stage
public static String JSONParser_MissingRequiredProperties(Object arg0)
JSONParser.MissingRequiredProperties
: Missing one
or more required properties: {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing one or more required properties: {0}
public static org.jvnet.localizer.Localizable _JSONParser_MissingRequiredProperties(Object arg0)
JSONParser.MissingRequiredProperties
: Missing one
or more required properties: {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Missing one or more required properties: {0}
Copyright © 2016–2017. All rights reserved.