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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyBuildDataHelper.NoBuildDataError:Cannot retrieve Git metadata for the build.static org.jvnet.localizer.LocalizableKeyBuildDataHelper.NoLastRevisionError:Cannot determine sha1 of the commit. The status cannot be reported.static StringKeyBuildDataHelper.NoBuildDataError:Cannot retrieve Git metadata for the build.static StringKeyBuildDataHelper.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
-