Class Messages
java.lang.Object
org.jenkinsci.plugins.workflow.multibranch.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyReadTrustedStep._has_been_modified_in_an_untrusted_revis
:‘{0}’ has been modified in an untrusted revision
.static org.jvnet.localizer.Localizable
KeyWorkflowMultiBranchProject.Description
:Creates a set of Pipeline projects according to detected branches in one SCM repository.
.static org.jvnet.localizer.Localizable
KeyWorkflowMultiBranchProject.DisplayName
:Multibranch Pipeline
.static String
KeyReadTrustedStep._has_been_modified_in_an_untrusted_revis
:‘{0}’ has been modified in an untrusted revision
.static String
KeyWorkflowMultiBranchProject.Description
:Creates a set of Pipeline projects according to detected branches in one SCM repository.
.static String
KeyWorkflowMultiBranchProject.DisplayName
:Multibranch Pipeline
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
WorkflowMultiBranchProject_DisplayName
KeyWorkflowMultiBranchProject.DisplayName
:Multibranch Pipeline
.- Returns:
Multibranch Pipeline
-
_WorkflowMultiBranchProject_DisplayName
public static org.jvnet.localizer.Localizable _WorkflowMultiBranchProject_DisplayName()KeyWorkflowMultiBranchProject.DisplayName
:Multibranch Pipeline
.- Returns:
Multibranch Pipeline
-
WorkflowMultiBranchProject_Description
KeyWorkflowMultiBranchProject.Description
:Creates a set of Pipeline projects according to detected branches in one SCM repository.
.- Returns:
Creates a set of Pipeline projects according to detected branches in one SCM repository.
-
_WorkflowMultiBranchProject_Description
public static org.jvnet.localizer.Localizable _WorkflowMultiBranchProject_Description()KeyWorkflowMultiBranchProject.Description
:Creates a set of Pipeline projects according to detected branches in one SCM repository.
.- Returns:
Creates a set of Pipeline projects according to detected branches in one SCM repository.
-
ReadTrustedStep__has_been_modified_in_an_untrusted_revis
KeyReadTrustedStep._has_been_modified_in_an_untrusted_revis
:‘{0}’ has been modified in an untrusted revision
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
‘{0}’ has been modified in an untrusted revision
-
_ReadTrustedStep__has_been_modified_in_an_untrusted_revis
public static org.jvnet.localizer.Localizable _ReadTrustedStep__has_been_modified_in_an_untrusted_revis(Object arg0) KeyReadTrustedStep._has_been_modified_in_an_untrusted_revis
:‘{0}’ has been modified in an untrusted revision
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
‘{0}’ has been modified in an untrusted revision
-