Class Messages
- java.lang.Object
-
- hudson.plugins.project_inheritance.views.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_RelatedProjectView_AllClassesSelector()
KeyRelatedProjectView.AllClassesSelector
:All Classes
.static org.jvnet.localizer.Localizable
_RelatedProjectView_DisplayName()
KeyRelatedProjectView.DisplayName
:Related Projects View
.static String
RelatedProjectView_AllClassesSelector()
KeyRelatedProjectView.AllClassesSelector
:All Classes
.static String
RelatedProjectView_DisplayName()
KeyRelatedProjectView.DisplayName
:Related Projects View
.
-
-
-
Method Detail
-
RelatedProjectView_AllClassesSelector
public static String RelatedProjectView_AllClassesSelector()
KeyRelatedProjectView.AllClassesSelector
:All Classes
.- Returns:
All Classes
-
_RelatedProjectView_AllClassesSelector
public static org.jvnet.localizer.Localizable _RelatedProjectView_AllClassesSelector()
KeyRelatedProjectView.AllClassesSelector
:All Classes
.- Returns:
All Classes
-
RelatedProjectView_DisplayName
public static String RelatedProjectView_DisplayName()
KeyRelatedProjectView.DisplayName
:Related Projects View
.- Returns:
Related Projects View
-
_RelatedProjectView_DisplayName
public static org.jvnet.localizer.Localizable _RelatedProjectView_DisplayName()
KeyRelatedProjectView.DisplayName
:Related Projects View
.- Returns:
Related Projects View
-
-