Package hudson.scm
Class Messages
java.lang.Object
hudson.scm.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyNullSCM.DisplayName
:None
.static org.jvnet.localizer.Localizable
KeySCM.Permissions.Title
:SCM
.static org.jvnet.localizer.Localizable
KeySCM.TagPermission.Description
:This permission allows users to create a new tag in the source code repository for a given build.
.static String
KeyNullSCM.DisplayName
:None
.static String
KeySCM.Permissions.Title
:SCM
.static String
KeySCM.TagPermission.Description
:This permission allows users to create a new tag in the source code repository for a given build.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
SCM_Permissions_Title
KeySCM.Permissions.Title
:SCM
.- Returns:
SCM
-
_SCM_Permissions_Title
public static org.jvnet.localizer.Localizable _SCM_Permissions_Title()KeySCM.Permissions.Title
:SCM
.- Returns:
SCM
-
NullSCM_DisplayName
KeyNullSCM.DisplayName
:None
.- Returns:
None
-
_NullSCM_DisplayName
public static org.jvnet.localizer.Localizable _NullSCM_DisplayName()KeyNullSCM.DisplayName
:None
.- Returns:
None
-
SCM_TagPermission_Description
KeySCM.TagPermission.Description
:This permission allows users to create a new tag in the source code repository for a given build.
.- Returns:
This permission allows users to create a new tag in the source code repository for a given build.
-
_SCM_TagPermission_Description
public static org.jvnet.localizer.Localizable _SCM_TagPermission_Description()KeySCM.TagPermission.Description
:This permission allows users to create a new tag in the source code repository for a given build.
.- Returns:
This permission allows users to create a new tag in the source code repository for a given build.
-