Class Messages
java.lang.Object
org.jenkinsci.plugins.github.util.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
KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.static org.jvnet.localizer.Localizable
KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.static String
KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.static String
KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
BuildDataHelper_NoLastRevisionError
KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.- Returns:
Cannot determine sha1 of the commit. The status cannot be reported
-
_BuildDataHelper_NoLastRevisionError
public static org.jvnet.localizer.Localizable _BuildDataHelper_NoLastRevisionError()KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.- Returns:
Cannot determine sha1 of the commit. The status cannot be reported
-
BuildDataHelper_NoBuildDataError
KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.- Returns:
Cannot retrieve Git metadata for the build
-
_BuildDataHelper_NoBuildDataError
public static org.jvnet.localizer.Localizable _BuildDataHelper_NoBuildDataError()KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.- Returns:
Cannot retrieve Git metadata for the build
-