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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_BuildDataHelper_NoBuildDataError()
KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.static org.jvnet.localizer.Localizable
_BuildDataHelper_NoLastRevisionError()
KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.static String
BuildDataHelper_NoBuildDataError()
KeyBuildDataHelper.NoBuildDataError
:Cannot retrieve Git metadata for the build
.static String
BuildDataHelper_NoLastRevisionError()
KeyBuildDataHelper.NoLastRevisionError
:Cannot determine sha1 of the commit. The status cannot be reported
.
-
-
-
Method Detail
-
BuildDataHelper_NoLastRevisionError
public static String 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
public static String 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
-
-