Package jenkins.plugins.git
Class Messages
- java.lang.Object
-
- jenkins.plugins.git.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_additional()Keyadditional:Additional.static org.jvnet.localizer.Localizable_git_fips_url_notsecured()Keygit.fips.url.notsecured:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials..static org.jvnet.localizer.Localizable_GitSCMSource_DisplayName()KeyGitSCMSource.DisplayName:Git.static org.jvnet.localizer.Localizable_GitStep_git()KeyGitStep.git:Git.static org.jvnet.localizer.Localizable_GitUsernamePasswordBinding_DisplayName()KeyGitUsernamePasswordBinding.DisplayName:Git Username and Password.static org.jvnet.localizer.Localizable_within_Repository()Keywithin.Repository:Within Repository.static Stringadditional()Keyadditional:Additional.static Stringgit_fips_url_notsecured()Keygit.fips.url.notsecured:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials..static StringGitSCMSource_DisplayName()KeyGitSCMSource.DisplayName:Git.static StringGitStep_git()KeyGitStep.git:Git.static StringGitUsernamePasswordBinding_DisplayName()KeyGitUsernamePasswordBinding.DisplayName:Git Username and Password.static Stringwithin_Repository()Keywithin.Repository:Within Repository.
-
-
-
Method Detail
-
additional
public static String additional()
Keyadditional:Additional.- Returns:
Additional
-
_additional
public static org.jvnet.localizer.Localizable _additional()
Keyadditional:Additional.- Returns:
Additional
-
git_fips_url_notsecured
public static String git_fips_url_notsecured()
Keygit.fips.url.notsecured:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials..- Returns:
Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials.
-
_git_fips_url_notsecured
public static org.jvnet.localizer.Localizable _git_fips_url_notsecured()
Keygit.fips.url.notsecured:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials..- Returns:
Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials.
-
GitSCMSource_DisplayName
public static String GitSCMSource_DisplayName()
KeyGitSCMSource.DisplayName:Git.- Returns:
Git
-
_GitSCMSource_DisplayName
public static org.jvnet.localizer.Localizable _GitSCMSource_DisplayName()
KeyGitSCMSource.DisplayName:Git.- Returns:
Git
-
GitUsernamePasswordBinding_DisplayName
public static String GitUsernamePasswordBinding_DisplayName()
KeyGitUsernamePasswordBinding.DisplayName:Git Username and Password.- Returns:
Git Username and Password
-
_GitUsernamePasswordBinding_DisplayName
public static org.jvnet.localizer.Localizable _GitUsernamePasswordBinding_DisplayName()
KeyGitUsernamePasswordBinding.DisplayName:Git Username and Password.- Returns:
Git Username and Password
-
within_Repository
public static String within_Repository()
Keywithin.Repository:Within Repository.- Returns:
Within Repository
-
_within_Repository
public static org.jvnet.localizer.Localizable _within_Repository()
Keywithin.Repository:Within Repository.- Returns:
Within Repository
-
GitStep_git
public static String GitStep_git()
KeyGitStep.git:Git.- Returns:
Git
-
_GitStep_git
public static org.jvnet.localizer.Localizable _GitStep_git()
KeyGitStep.git:Git.- Returns:
Git
-
-