Package com.gitee.jenkins.cause
Class Messages
- java.lang.Object
-
- com.gitee.jenkins.cause.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
_GiteeWebHookCause_ShortDescription_Commit_comment(Object arg0)
KeyGiteeWebHookCause.ShortDescription.Commit_comment
:Started by Gitee comment by {0}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_NoteHook_html(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4)
KeyGiteeWebHookCause.ShortDescription.NoteHook_html
:Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_NoteHook_plain(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.NoteHook_plain
:Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PipelineHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PipelineHook
:Started by Gitee Pipeline event {0}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PipelineHook_noStatus()
KeyGiteeWebHookCause.ShortDescription.PipelineHook_noStatus
:Started by Gitee Pipeline event
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PullRequestHook_html(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_html
:Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PullRequestHook_plain(Object arg0, Object arg1, Object arg2)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_plain
:Triggered by Gitee Pull Request #{0}: {1} => {2}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PushHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PushHook
:Started by Gitee push by {0}
.static org.jvnet.localizer.Localizable
_GiteeWebHookCause_ShortDescription_PushHook_noUser()
KeyGiteeWebHookCause.ShortDescription.PushHook_noUser
:Started by Gitee push
.static String
GiteeWebHookCause_ShortDescription_Commit_comment(Object arg0)
KeyGiteeWebHookCause.ShortDescription.Commit_comment
:Started by Gitee comment by {0}
.static String
GiteeWebHookCause_ShortDescription_NoteHook_html(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4)
KeyGiteeWebHookCause.ShortDescription.NoteHook_html
:Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
.static String
GiteeWebHookCause_ShortDescription_NoteHook_plain(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.NoteHook_plain
:Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
.static String
GiteeWebHookCause_ShortDescription_PipelineHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PipelineHook
:Started by Gitee Pipeline event {0}
.static String
GiteeWebHookCause_ShortDescription_PipelineHook_noStatus()
KeyGiteeWebHookCause.ShortDescription.PipelineHook_noStatus
:Started by Gitee Pipeline event
.static String
GiteeWebHookCause_ShortDescription_PullRequestHook_html(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_html
:Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
.static String
GiteeWebHookCause_ShortDescription_PullRequestHook_plain(Object arg0, Object arg1, Object arg2)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_plain
:Triggered by Gitee Pull Request #{0}: {1} => {2}
.static String
GiteeWebHookCause_ShortDescription_PushHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PushHook
:Started by Gitee push by {0}
.static String
GiteeWebHookCause_ShortDescription_PushHook_noUser()
KeyGiteeWebHookCause.ShortDescription.PushHook_noUser
:Started by Gitee push
.
-
-
-
Method Detail
-
GiteeWebHookCause_ShortDescription_PipelineHook_noStatus
public static String GiteeWebHookCause_ShortDescription_PipelineHook_noStatus()
KeyGiteeWebHookCause.ShortDescription.PipelineHook_noStatus
:Started by Gitee Pipeline event
.- Returns:
Started by Gitee Pipeline event
-
_GiteeWebHookCause_ShortDescription_PipelineHook_noStatus
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PipelineHook_noStatus()
KeyGiteeWebHookCause.ShortDescription.PipelineHook_noStatus
:Started by Gitee Pipeline event
.- Returns:
Started by Gitee Pipeline event
-
GiteeWebHookCause_ShortDescription_PullRequestHook_html
public static String GiteeWebHookCause_ShortDescription_PullRequestHook_html(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_html
:Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
-
_GiteeWebHookCause_ShortDescription_PullRequestHook_html
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PullRequestHook_html(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_html
:Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by <a href="{3}/pulls/{0}" target="_blank">Gitee Pull Request #{0}</a>: {1} => {2}
-
GiteeWebHookCause_ShortDescription_PushHook_noUser
public static String GiteeWebHookCause_ShortDescription_PushHook_noUser()
KeyGiteeWebHookCause.ShortDescription.PushHook_noUser
:Started by Gitee push
.- Returns:
Started by Gitee push
-
_GiteeWebHookCause_ShortDescription_PushHook_noUser
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PushHook_noUser()
KeyGiteeWebHookCause.ShortDescription.PushHook_noUser
:Started by Gitee push
.- Returns:
Started by Gitee push
-
GiteeWebHookCause_ShortDescription_Commit_comment
public static String GiteeWebHookCause_ShortDescription_Commit_comment(Object arg0)
KeyGiteeWebHookCause.ShortDescription.Commit_comment
:Started by Gitee comment by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee comment by {0}
-
_GiteeWebHookCause_ShortDescription_Commit_comment
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_Commit_comment(Object arg0)
KeyGiteeWebHookCause.ShortDescription.Commit_comment
:Started by Gitee comment by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee comment by {0}
-
GiteeWebHookCause_ShortDescription_PipelineHook
public static String GiteeWebHookCause_ShortDescription_PipelineHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PipelineHook
:Started by Gitee Pipeline event {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee Pipeline event {0}
-
_GiteeWebHookCause_ShortDescription_PipelineHook
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PipelineHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PipelineHook
:Started by Gitee Pipeline event {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee Pipeline event {0}
-
GiteeWebHookCause_ShortDescription_NoteHook_html
public static String GiteeWebHookCause_ShortDescription_NoteHook_html(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4)
KeyGiteeWebHookCause.ShortDescription.NoteHook_html
:Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
-
_GiteeWebHookCause_ShortDescription_NoteHook_html
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_NoteHook_html(Object arg0, Object arg1, Object arg2, Object arg3, Object arg4)
KeyGiteeWebHookCause.ShortDescription.NoteHook_html
:Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg4
- 5th format parameter,{4}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by {0} <a href="{4}/pulls/{1}" target="_blank">Gitee Pull Request #{1}</a>: {2} => {3}
-
GiteeWebHookCause_ShortDescription_PushHook
public static String GiteeWebHookCause_ShortDescription_PushHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PushHook
:Started by Gitee push by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee push by {0}
-
_GiteeWebHookCause_ShortDescription_PushHook
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PushHook(Object arg0)
KeyGiteeWebHookCause.ShortDescription.PushHook
:Started by Gitee push by {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Gitee push by {0}
-
GiteeWebHookCause_ShortDescription_NoteHook_plain
public static String GiteeWebHookCause_ShortDescription_NoteHook_plain(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.NoteHook_plain
:Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
-
_GiteeWebHookCause_ShortDescription_NoteHook_plain
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_NoteHook_plain(Object arg0, Object arg1, Object arg2, Object arg3)
KeyGiteeWebHookCause.ShortDescription.NoteHook_plain
:Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by {0} Gitee Pull Request #{1}: {2} => {3}
-
GiteeWebHookCause_ShortDescription_PullRequestHook_plain
public static String GiteeWebHookCause_ShortDescription_PullRequestHook_plain(Object arg0, Object arg1, Object arg2)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_plain
:Triggered by Gitee Pull Request #{0}: {1} => {2}
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by Gitee Pull Request #{0}: {1} => {2}
-
_GiteeWebHookCause_ShortDescription_PullRequestHook_plain
public static org.jvnet.localizer.Localizable _GiteeWebHookCause_ShortDescription_PullRequestHook_plain(Object arg0, Object arg1, Object arg2)
KeyGiteeWebHookCause.ShortDescription.PullRequestHook_plain
:Triggered by Gitee Pull Request #{0}: {1} => {2}
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggered by Gitee Pull Request #{0}: {1} => {2}
-
-