Class Messages
java.lang.Object
org.jenkinsci.plugins.plaincredentials.impl.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.Localizable
KeyFileCredentialsImpl.secret_file
:Secret file
.static org.jvnet.localizer.Localizable
KeyStringCredentialsImpl.secret_text
:Secret text
.static String
KeyFileCredentialsImpl.secret_file
:Secret file
.static String
KeyStringCredentialsImpl.secret_text
:Secret text
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
StringCredentialsImpl_secret_text
KeyStringCredentialsImpl.secret_text
:Secret text
.- Returns:
Secret text
-
_StringCredentialsImpl_secret_text
public static org.jvnet.localizer.Localizable _StringCredentialsImpl_secret_text()KeyStringCredentialsImpl.secret_text
:Secret text
.- Returns:
Secret text
-
FileCredentialsImpl_secret_file
KeyFileCredentialsImpl.secret_file
:Secret file
.- Returns:
Secret file
-
_FileCredentialsImpl_secret_file
public static org.jvnet.localizer.Localizable _FileCredentialsImpl_secret_file()KeyFileCredentialsImpl.secret_file
:Secret file
.- Returns:
Secret file
-