Package hudson.plugins.git
Class Messages
java.lang.Object
hudson.plugins.git.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.LocalizableKeyadvanced.checkout.behaviours:Advanced checkout behaviours.static org.jvnet.localizer.LocalizableKeyadvanced.sub_modules.behaviours:Advanced sub-modules behaviours.static org.jvnet.localizer.LocalizableKeyBuildChooser_Ancestry:Ancestry.static org.jvnet.localizer.LocalizableKeyBuildChooser_BuildingLastRevision:No new revisions were found; the most-recently built branch will be built again..static org.jvnet.localizer.LocalizableKeyBuildChooser_Default:Default.static org.jvnet.localizer.LocalizableKeyBuildChooser_Inverse:Inverse.static org.jvnet.localizer.LocalizableKeyBuildChooser_Inverse_EverythingExcluded:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy..static org.jvnet.localizer.LocalizableKeycheck.out.to.a.sub_directory:Check out to a sub-directory.static org.jvnet.localizer.LocalizableKeycheck.out.to.specific.local.branch:Check out to specific local branch.static org.jvnet.localizer.LocalizableKeygit.fips.url.notsecured:FIPS requires to use git url with TLS..static org.jvnet.localizer.LocalizableKeyGitPublisher.Check.BranchName:Branch Name.static org.jvnet.localizer.LocalizableKeyGitPublisher.Check.Note:Note.static org.jvnet.localizer.LocalizableKeyGitPublisher.Check.RemoteName:Remote Name.static org.jvnet.localizer.LocalizableKeyGitPublisher.Check.Required:{0} is required..static org.jvnet.localizer.LocalizableKeyGitPublisher.Check.TagName:Tag Name.static org.jvnet.localizer.LocalizableKeyinvalidUrl:Invalid URL.static org.jvnet.localizer.LocalizableKeyUserRemoteConfig.CheckRefSpec.InvalidRefSpec:Specification is invalid..static org.jvnet.localizer.LocalizableKeyUserRemoteConfig.CheckUrl.UrlIsNull:Please enter Git repository..static org.jvnet.localizer.LocalizableKeyUserRemoteConfig.FailedToConnect:Failed to connect to repository : {0}.static StringKeyadvanced.checkout.behaviours:Advanced checkout behaviours.static StringKeyadvanced.sub_modules.behaviours:Advanced sub-modules behaviours.static StringKeyBuildChooser_Ancestry:Ancestry.static StringKeyBuildChooser_BuildingLastRevision:No new revisions were found; the most-recently built branch will be built again..static StringKeyBuildChooser_Default:Default.static StringKeyBuildChooser_Inverse:Inverse.static StringKeyBuildChooser_Inverse_EverythingExcluded:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy..static StringKeycheck.out.to.a.sub_directory:Check out to a sub-directory.static StringKeycheck.out.to.specific.local.branch:Check out to specific local branch.static StringKeygit.fips.url.notsecured:FIPS requires to use git url with TLS..static StringKeyGitPublisher.Check.BranchName:Branch Name.static StringKeyGitPublisher.Check.Note:Note.static StringKeyGitPublisher.Check.RemoteName:Remote Name.static StringKeyGitPublisher.Check.Required:{0} is required..static StringKeyGitPublisher.Check.TagName:Tag Name.static StringKeyinvalidUrl:Invalid URL.static StringKeyUserRemoteConfig.CheckRefSpec.InvalidRefSpec:Specification is invalid..static StringKeyUserRemoteConfig.CheckUrl.UrlIsNull:Please enter Git repository..static StringKeyUserRemoteConfig.FailedToConnect:Failed to connect to repository : {0}.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
BuildChooser_Ancestry
KeyBuildChooser_Ancestry:Ancestry.- Returns:
Ancestry
-
_BuildChooser_Ancestry
public static org.jvnet.localizer.Localizable _BuildChooser_Ancestry()KeyBuildChooser_Ancestry:Ancestry.- Returns:
Ancestry
-
UserRemoteConfig_CheckRefSpec_InvalidRefSpec
KeyUserRemoteConfig.CheckRefSpec.InvalidRefSpec:Specification is invalid..- Returns:
Specification is invalid.
-
_UserRemoteConfig_CheckRefSpec_InvalidRefSpec
public static org.jvnet.localizer.Localizable _UserRemoteConfig_CheckRefSpec_InvalidRefSpec()KeyUserRemoteConfig.CheckRefSpec.InvalidRefSpec:Specification is invalid..- Returns:
Specification is invalid.
-
GitPublisher_Check_RemoteName
KeyGitPublisher.Check.RemoteName:Remote Name.- Returns:
Remote Name
-
_GitPublisher_Check_RemoteName
public static org.jvnet.localizer.Localizable _GitPublisher_Check_RemoteName()KeyGitPublisher.Check.RemoteName:Remote Name.- Returns:
Remote Name
-
BuildChooser_Inverse
KeyBuildChooser_Inverse:Inverse.- Returns:
Inverse
-
_BuildChooser_Inverse
public static org.jvnet.localizer.Localizable _BuildChooser_Inverse()KeyBuildChooser_Inverse:Inverse.- Returns:
Inverse
-
GitPublisher_Check_BranchName
KeyGitPublisher.Check.BranchName:Branch Name.- Returns:
Branch Name
-
_GitPublisher_Check_BranchName
public static org.jvnet.localizer.Localizable _GitPublisher_Check_BranchName()KeyGitPublisher.Check.BranchName:Branch Name.- Returns:
Branch Name
-
GitPublisher_Check_Required
KeyGitPublisher.Check.Required:{0} is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is required.
-
_GitPublisher_Check_Required
KeyGitPublisher.Check.Required:{0} is required..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is required.
-
check_out_to_specific_local_branch
Keycheck.out.to.specific.local.branch:Check out to specific local branch.- Returns:
Check out to specific local branch
-
_check_out_to_specific_local_branch
public static org.jvnet.localizer.Localizable _check_out_to_specific_local_branch()Keycheck.out.to.specific.local.branch:Check out to specific local branch.- Returns:
Check out to specific local branch
-
git_fips_url_notsecured
Keygit.fips.url.notsecured:FIPS requires to use git url with TLS..- Returns:
FIPS requires to use git url with TLS.
-
_git_fips_url_notsecured
public static org.jvnet.localizer.Localizable _git_fips_url_notsecured()Keygit.fips.url.notsecured:FIPS requires to use git url with TLS..- Returns:
FIPS requires to use git url with TLS.
-
invalidUrl
KeyinvalidUrl:Invalid URL.- Returns:
Invalid URL
-
_invalidUrl
public static org.jvnet.localizer.Localizable _invalidUrl()KeyinvalidUrl:Invalid URL.- Returns:
Invalid URL
-
advanced_sub_modules_behaviours
Keyadvanced.sub_modules.behaviours:Advanced sub-modules behaviours.- Returns:
Advanced sub-modules behaviours
-
_advanced_sub_modules_behaviours
public static org.jvnet.localizer.Localizable _advanced_sub_modules_behaviours()Keyadvanced.sub_modules.behaviours:Advanced sub-modules behaviours.- Returns:
Advanced sub-modules behaviours
-
BuildChooser_Inverse_EverythingExcluded
KeyBuildChooser_Inverse_EverythingExcluded:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy..- Returns:
All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy.
-
_BuildChooser_Inverse_EverythingExcluded
public static org.jvnet.localizer.Localizable _BuildChooser_Inverse_EverythingExcluded()KeyBuildChooser_Inverse_EverythingExcluded:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy..- Returns:
All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy.
-
check_out_to_a_sub_directory
Keycheck.out.to.a.sub_directory:Check out to a sub-directory.- Returns:
Check out to a sub-directory
-
_check_out_to_a_sub_directory
public static org.jvnet.localizer.Localizable _check_out_to_a_sub_directory()Keycheck.out.to.a.sub_directory:Check out to a sub-directory.- Returns:
Check out to a sub-directory
-
UserRemoteConfig_FailedToConnect
KeyUserRemoteConfig.FailedToConnect:Failed to connect to repository : {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect to repository : {0}
-
_UserRemoteConfig_FailedToConnect
KeyUserRemoteConfig.FailedToConnect:Failed to connect to repository : {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to connect to repository : {0}
-
UserRemoteConfig_CheckUrl_UrlIsNull
KeyUserRemoteConfig.CheckUrl.UrlIsNull:Please enter Git repository..- Returns:
Please enter Git repository.
-
_UserRemoteConfig_CheckUrl_UrlIsNull
public static org.jvnet.localizer.Localizable _UserRemoteConfig_CheckUrl_UrlIsNull()KeyUserRemoteConfig.CheckUrl.UrlIsNull:Please enter Git repository..- Returns:
Please enter Git repository.
-
advanced_checkout_behaviours
Keyadvanced.checkout.behaviours:Advanced checkout behaviours.- Returns:
Advanced checkout behaviours
-
_advanced_checkout_behaviours
public static org.jvnet.localizer.Localizable _advanced_checkout_behaviours()Keyadvanced.checkout.behaviours:Advanced checkout behaviours.- Returns:
Advanced checkout behaviours
-
GitPublisher_Check_TagName
KeyGitPublisher.Check.TagName:Tag Name.- Returns:
Tag Name
-
_GitPublisher_Check_TagName
public static org.jvnet.localizer.Localizable _GitPublisher_Check_TagName()KeyGitPublisher.Check.TagName:Tag Name.- Returns:
Tag Name
-
BuildChooser_Default
KeyBuildChooser_Default:Default.- Returns:
Default
-
_BuildChooser_Default
public static org.jvnet.localizer.Localizable _BuildChooser_Default()KeyBuildChooser_Default:Default.- Returns:
Default
-
BuildChooser_BuildingLastRevision
KeyBuildChooser_BuildingLastRevision:No new revisions were found; the most-recently built branch will be built again..- Returns:
No new revisions were found; the most-recently built branch will be built again.
-
_BuildChooser_BuildingLastRevision
public static org.jvnet.localizer.Localizable _BuildChooser_BuildingLastRevision()KeyBuildChooser_BuildingLastRevision:No new revisions were found; the most-recently built branch will be built again..- Returns:
No new revisions were found; the most-recently built branch will be built again.
-
GitPublisher_Check_Note
KeyGitPublisher.Check.Note:Note.- Returns:
Note
-
_GitPublisher_Check_Note
public static org.jvnet.localizer.Localizable _GitPublisher_Check_Note()KeyGitPublisher.Check.Note:Note.- Returns:
Note
-