Package com.gitee.jenkins.connection
Class Messages
java.lang.Object
com.gitee.jenkins.connection.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.LocalizableKeyapiToken.required:API Token for Gitee access required.static org.jvnet.localizer.Localizable_ban_characters(Object arg0) Keyban.characters:Not allow character in {0}: \ / or whitespace.static org.jvnet.localizer.LocalizableKeyboth.empty.inputs:Fill in both repo and owner string for API use. Touch generate button to add.static org.jvnet.localizer.Localizable_connection_error(Object arg0) Keyconnection.error:Client error: {0}.static org.jvnet.localizer.LocalizableKeyconnection.success:Success.static org.jvnet.localizer.LocalizableKeyconnectionTimeout.required:Connection timeout is required.static org.jvnet.localizer.Localizable_empty_input(Object arg0) Keyempty.input:Fill in {0} string.static org.jvnet.localizer.LocalizableKeyGiteeApiToken.name:Gitee API token.static org.jvnet.localizer.Localizable_name_exists(Object arg0) Keyname.exists:Gitee connection name "{0}" already exists.static org.jvnet.localizer.LocalizableKeyname.required:Gitee connection name required..static org.jvnet.localizer.LocalizableKeyreadTimeout.required:Read timeout is required.static org.jvnet.localizer.LocalizableKeyurl.required:Gitee host URL required..static StringKeyapiToken.required:API Token for Gitee access required.static Stringban_characters(Object arg0) Keyban.characters:Not allow character in {0}: \ / or whitespace.static StringKeyboth.empty.inputs:Fill in both repo and owner string for API use. Touch generate button to add.static Stringconnection_error(Object arg0) Keyconnection.error:Client error: {0}.static StringKeyconnection.success:Success.static StringKeyconnectionTimeout.required:Connection timeout is required.static Stringempty_input(Object arg0) Keyempty.input:Fill in {0} string.static StringKeyGiteeApiToken.name:Gitee API token.static Stringname_exists(Object arg0) Keyname.exists:Gitee connection name "{0}" already exists.static StringKeyname.required:Gitee connection name required..static StringKeyreadTimeout.required:Read timeout is required.static StringKeyurl.required:Gitee host URL required..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
connection_error
Keyconnection.error:Client error: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Client error: {0}
-
_connection_error
Keyconnection.error:Client error: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Client error: {0}
-
apiToken_required
KeyapiToken.required:API Token for Gitee access required.- Returns:
API Token for Gitee access required
-
_apiToken_required
public static org.jvnet.localizer.Localizable _apiToken_required()KeyapiToken.required:API Token for Gitee access required.- Returns:
API Token for Gitee access required
-
name_exists
Keyname.exists:Gitee connection name "{0}" already exists.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Gitee connection name "{0}" already exists
-
_name_exists
Keyname.exists:Gitee connection name "{0}" already exists.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Gitee connection name "{0}" already exists
-
connectionTimeout_required
KeyconnectionTimeout.required:Connection timeout is required.- Returns:
Connection timeout is required
-
_connectionTimeout_required
public static org.jvnet.localizer.Localizable _connectionTimeout_required()KeyconnectionTimeout.required:Connection timeout is required.- Returns:
Connection timeout is required
-
empty_input
Keyempty.input:Fill in {0} string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Fill in {0} string
-
_empty_input
Keyempty.input:Fill in {0} string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Fill in {0} string
-
name_required
Keyname.required:Gitee connection name required..- Returns:
Gitee connection name required.
-
_name_required
public static org.jvnet.localizer.Localizable _name_required()Keyname.required:Gitee connection name required..- Returns:
Gitee connection name required.
-
readTimeout_required
KeyreadTimeout.required:Read timeout is required.- Returns:
Read timeout is required
-
_readTimeout_required
public static org.jvnet.localizer.Localizable _readTimeout_required()KeyreadTimeout.required:Read timeout is required.- Returns:
Read timeout is required
-
GiteeApiToken_name
KeyGiteeApiToken.name:Gitee API token.- Returns:
Gitee API token
-
_GiteeApiToken_name
public static org.jvnet.localizer.Localizable _GiteeApiToken_name()KeyGiteeApiToken.name:Gitee API token.- Returns:
Gitee API token
-
connection_success
Keyconnection.success:Success.- Returns:
Success
-
_connection_success
public static org.jvnet.localizer.Localizable _connection_success()Keyconnection.success:Success.- Returns:
Success
-
both_empty_inputs
Keyboth.empty.inputs:Fill in both repo and owner string for API use. Touch generate button to add.- Returns:
Fill in both repo and owner string for API use. Touch generate button to add
-
_both_empty_inputs
public static org.jvnet.localizer.Localizable _both_empty_inputs()Keyboth.empty.inputs:Fill in both repo and owner string for API use. Touch generate button to add.- Returns:
Fill in both repo and owner string for API use. Touch generate button to add
-
ban_characters
Keyban.characters:Not allow character in {0}: \ / or whitespace.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not allow character in {0}: \ / or whitespace
-
_ban_characters
Keyban.characters:Not allow character in {0}: \ / or whitespace.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Not allow character in {0}: \ / or whitespace
-
url_required
Keyurl.required:Gitee host URL required..- Returns:
Gitee host URL required.
-
_url_required
public static org.jvnet.localizer.Localizable _url_required()Keyurl.required:Gitee host URL required..- Returns:
Gitee host URL required.
-