Class Messages
- java.lang.Object
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.scms.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
_MultiSCM_getMultiScmFailed()
KeyMultiSCM.getMultiScmFailed
:get multi scm failed
.static org.jvnet.localizer.Localizable
_ProxySCM_getSCMFromProxySCM()
KeyProxySCM.getSCMFromProxySCM
:get scm from proxy scm failed
.static org.jvnet.localizer.Localizable
_RepoSCM_getRepoScmFailed()
KeyRepoSCM.getRepoScmFailed
:get repo scm failed
.static org.jvnet.localizer.Localizable
_SCMFactory_invalidUseRepositoryPattern(Object arg0)
KeySCMFactory.invalidUseRepositoryPattern
:The pattern {0} does not appear to be valid.
.static String
MultiSCM_getMultiScmFailed()
KeyMultiSCM.getMultiScmFailed
:get multi scm failed
.static String
ProxySCM_getSCMFromProxySCM()
KeyProxySCM.getSCMFromProxySCM
:get scm from proxy scm failed
.static String
RepoSCM_getRepoScmFailed()
KeyRepoSCM.getRepoScmFailed
:get repo scm failed
.static String
SCMFactory_invalidUseRepositoryPattern(Object arg0)
KeySCMFactory.invalidUseRepositoryPattern
:The pattern {0} does not appear to be valid.
.
-
-
-
Method Detail
-
SCMFactory_invalidUseRepositoryPattern
public static String SCMFactory_invalidUseRepositoryPattern(Object arg0)
KeySCMFactory.invalidUseRepositoryPattern
:The pattern {0} does not appear to be valid.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The pattern {0} does not appear to be valid.
-
_SCMFactory_invalidUseRepositoryPattern
public static org.jvnet.localizer.Localizable _SCMFactory_invalidUseRepositoryPattern(Object arg0)
KeySCMFactory.invalidUseRepositoryPattern
:The pattern {0} does not appear to be valid.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The pattern {0} does not appear to be valid.
-
ProxySCM_getSCMFromProxySCM
public static String ProxySCM_getSCMFromProxySCM()
KeyProxySCM.getSCMFromProxySCM
:get scm from proxy scm failed
.- Returns:
get scm from proxy scm failed
-
_ProxySCM_getSCMFromProxySCM
public static org.jvnet.localizer.Localizable _ProxySCM_getSCMFromProxySCM()
KeyProxySCM.getSCMFromProxySCM
:get scm from proxy scm failed
.- Returns:
get scm from proxy scm failed
-
MultiSCM_getMultiScmFailed
public static String MultiSCM_getMultiScmFailed()
KeyMultiSCM.getMultiScmFailed
:get multi scm failed
.- Returns:
get multi scm failed
-
_MultiSCM_getMultiScmFailed
public static org.jvnet.localizer.Localizable _MultiSCM_getMultiScmFailed()
KeyMultiSCM.getMultiScmFailed
:get multi scm failed
.- Returns:
get multi scm failed
-
RepoSCM_getRepoScmFailed
public static String RepoSCM_getRepoScmFailed()
KeyRepoSCM.getRepoScmFailed
:get repo scm failed
.- Returns:
get repo scm failed
-
_RepoSCM_getRepoScmFailed
public static org.jvnet.localizer.Localizable _RepoSCM_getRepoScmFailed()
KeyRepoSCM.getRepoScmFailed
:get repo scm failed
.- Returns:
get repo scm failed
-
-