Package com.dabsquared.gitlabjenkins
Class Messages
java.lang.Object
com.dabsquared.gitlabjenkins.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
_CommitNotifier_Failed
(Object arg0, Object arg1) KeyCommitNotifier.Failed
:Build {0} failed in {1}
.static org.jvnet.localizer.Localizable
_CommitNotifier_Success
(Object arg0, Object arg1) KeyCommitNotifier.Success
:Build {0} succeeded in {1}
.static org.jvnet.localizer.Localizable
_CommitNotifier_Unstable
(Object arg0, Object arg1) KeyCommitNotifier.Unstable
:Build {0} found unstable in {1}
.static org.jvnet.localizer.Localizable
KeyGitHubCommitNotifier.SettingCommitStatus
:Setting commit status on GitLab for {0}
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.BranchesMatched
:Matching {0} branch{0,choice,1#|2#s}.
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.BranchesNotFound
:Following patterns don''t match any branch in source repository: {0}
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.CannotCheckBranches
:Cannot connect to GitLab to check whether selected branches exist.
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.CannotConnectToGitLab
:Cannot connect to GitLab: {0}
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.LabelsMatched
:Matching {0} label{0,choice,1#|2#s}.
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.LabelsNotFound
:Following labels doesn''t exist in source repository: {0}
.static org.jvnet.localizer.Localizable
KeyGitLabPushTrigger.NoSourceRepository
:Repository url must be saved first.
.static String
CommitNotifier_Failed
(Object arg0, Object arg1) KeyCommitNotifier.Failed
:Build {0} failed in {1}
.static String
CommitNotifier_Success
(Object arg0, Object arg1) KeyCommitNotifier.Success
:Build {0} succeeded in {1}
.static String
CommitNotifier_Unstable
(Object arg0, Object arg1) KeyCommitNotifier.Unstable
:Build {0} found unstable in {1}
.static String
KeyGitHubCommitNotifier.SettingCommitStatus
:Setting commit status on GitLab for {0}
.static String
KeyGitLabPushTrigger.BranchesMatched
:Matching {0} branch{0,choice,1#|2#s}.
.static String
KeyGitLabPushTrigger.BranchesNotFound
:Following patterns don''t match any branch in source repository: {0}
.static String
KeyGitLabPushTrigger.CannotCheckBranches
:Cannot connect to GitLab to check whether selected branches exist.
.static String
KeyGitLabPushTrigger.CannotConnectToGitLab
:Cannot connect to GitLab: {0}
.static String
KeyGitLabPushTrigger.LabelsMatched
:Matching {0} label{0,choice,1#|2#s}.
.static String
KeyGitLabPushTrigger.LabelsNotFound
:Following labels doesn''t exist in source repository: {0}
.static String
KeyGitLabPushTrigger.NoSourceRepository
:Repository url must be saved first.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
CommitNotifier_Success
KeyCommitNotifier.Success
:Build {0} succeeded in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} succeeded in {1}
-
_CommitNotifier_Success
KeyCommitNotifier.Success
:Build {0} succeeded in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} succeeded in {1}
-
GitLabPushTrigger_CannotCheckBranches
KeyGitLabPushTrigger.CannotCheckBranches
:Cannot connect to GitLab to check whether selected branches exist.
.- Returns:
Cannot connect to GitLab to check whether selected branches exist.
-
_GitLabPushTrigger_CannotCheckBranches
public static org.jvnet.localizer.Localizable _GitLabPushTrigger_CannotCheckBranches()KeyGitLabPushTrigger.CannotCheckBranches
:Cannot connect to GitLab to check whether selected branches exist.
.- Returns:
Cannot connect to GitLab to check whether selected branches exist.
-
GitLabPushTrigger_LabelsMatched
KeyGitLabPushTrigger.LabelsMatched
:Matching {0} label{0,choice,1#|2#s}.
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
Matching {0} label{0,choice,1#|2#s}.
-
_GitLabPushTrigger_LabelsMatched
KeyGitLabPushTrigger.LabelsMatched
:Matching {0} label{0,choice,1#|2#s}.
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
Matching {0} label{0,choice,1#|2#s}.
-
GitHubCommitNotifier_SettingCommitStatus
KeyGitHubCommitNotifier.SettingCommitStatus
:Setting commit status on GitLab for {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Setting commit status on GitLab for {0}
-
_GitHubCommitNotifier_SettingCommitStatus
public static org.jvnet.localizer.Localizable _GitHubCommitNotifier_SettingCommitStatus(Object arg0) KeyGitHubCommitNotifier.SettingCommitStatus
:Setting commit status on GitLab for {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Setting commit status on GitLab for {0}
-
GitLabPushTrigger_BranchesNotFound
KeyGitLabPushTrigger.BranchesNotFound
:Following patterns don''t match any branch in source repository: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Following patterns don''t match any branch in source repository: {0}
-
_GitLabPushTrigger_BranchesNotFound
KeyGitLabPushTrigger.BranchesNotFound
:Following patterns don''t match any branch in source repository: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Following patterns don''t match any branch in source repository: {0}
-
GitLabPushTrigger_BranchesMatched
KeyGitLabPushTrigger.BranchesMatched
:Matching {0} branch{0,choice,1#|2#s}.
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
Matching {0} branch{0,choice,1#|2#s}.
-
_GitLabPushTrigger_BranchesMatched
KeyGitLabPushTrigger.BranchesMatched
:Matching {0} branch{0,choice,1#|2#s}.
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
Matching {0} branch{0,choice,1#|2#s}.
-
GitLabPushTrigger_LabelsNotFound
KeyGitLabPushTrigger.LabelsNotFound
:Following labels doesn''t exist in source repository: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Following labels doesn''t exist in source repository: {0}
-
_GitLabPushTrigger_LabelsNotFound
KeyGitLabPushTrigger.LabelsNotFound
:Following labels doesn''t exist in source repository: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Following labels doesn''t exist in source repository: {0}
-
GitLabPushTrigger_NoSourceRepository
KeyGitLabPushTrigger.NoSourceRepository
:Repository url must be saved first.
.- Returns:
Repository url must be saved first.
-
_GitLabPushTrigger_NoSourceRepository
public static org.jvnet.localizer.Localizable _GitLabPushTrigger_NoSourceRepository()KeyGitLabPushTrigger.NoSourceRepository
:Repository url must be saved first.
.- Returns:
Repository url must be saved first.
-
CommitNotifier_Unstable
KeyCommitNotifier.Unstable
:Build {0} found unstable in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} found unstable in {1}
-
_CommitNotifier_Unstable
KeyCommitNotifier.Unstable
:Build {0} found unstable in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} found unstable in {1}
-
GitLabPushTrigger_CannotConnectToGitLab
KeyGitLabPushTrigger.CannotConnectToGitLab
:Cannot connect to GitLab: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot connect to GitLab: {0}
-
_GitLabPushTrigger_CannotConnectToGitLab
KeyGitLabPushTrigger.CannotConnectToGitLab
:Cannot connect to GitLab: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cannot connect to GitLab: {0}
-
CommitNotifier_Failed
KeyCommitNotifier.Failed
:Build {0} failed in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} failed in {1}
-
_CommitNotifier_Failed
KeyCommitNotifier.Failed
:Build {0} failed in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build {0} failed in {1}
-