Class Messages
java.lang.Object
io.jenkins.plugins.gitlabserverconfig.servers.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.LocalizableKeyGitLabServer.advancedSectionForFuture:Advanced configurations will be added in later release.static org.jvnet.localizer.LocalizableKeyGitLabServer.credentialsNotResolved:Cannot resolve suitable credentials with id: {0}.static org.jvnet.localizer.LocalizableKeyGitLabServer.displayName:GitLab Server.static org.jvnet.localizer.LocalizableKeyGitLabServer.failedValidation:Failed to validate the account {0}.static org.jvnet.localizer.LocalizableKeyGitLabServer.hookManagementAs:Hook management will be performed as {0}.static org.jvnet.localizer.LocalizableKeyGitLabServer.invalidUrl:Invalid GitLab Server URL: {0}.static org.jvnet.localizer.LocalizableKeyGitLabServer.serverVersion:GitLab Version: {0}.static org.jvnet.localizer.LocalizableKeyGitLabServer.validateInterrupted:Interrupted while trying to validate credentials.static org.jvnet.localizer.LocalizableKeyGitLabServer.versionInterrupted:Interrupted while trying to determine server version.static org.jvnet.localizer.LocalizableKeyGitLabServers.displayName:GitLab.static StringKeyGitLabServer.advancedSectionForFuture:Advanced configurations will be added in later release.static StringKeyGitLabServer.credentialsNotResolved:Cannot resolve suitable credentials with id: {0}.static StringKeyGitLabServer.displayName:GitLab Server.static StringKeyGitLabServer.failedValidation:Failed to validate the account {0}.static StringKeyGitLabServer.hookManagementAs:Hook management will be performed as {0}.static StringKeyGitLabServer.invalidUrl:Invalid GitLab Server URL: {0}.static StringKeyGitLabServer.serverVersion:GitLab Version: {0}.static StringKeyGitLabServer.validateInterrupted:Interrupted while trying to validate credentials.static StringKeyGitLabServer.versionInterrupted:Interrupted while trying to determine server version.static StringKeyGitLabServers.displayName:GitLab.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
GitLabServers_displayName
KeyGitLabServers.displayName:GitLab.- Returns:
GitLab
-
_GitLabServers_displayName
public static org.jvnet.localizer.Localizable _GitLabServers_displayName()KeyGitLabServers.displayName:GitLab.- Returns:
GitLab
-
GitLabServer_displayName
KeyGitLabServer.displayName:GitLab Server.- Returns:
GitLab Server
-
_GitLabServer_displayName
public static org.jvnet.localizer.Localizable _GitLabServer_displayName()KeyGitLabServer.displayName:GitLab Server.- Returns:
GitLab Server
-
GitLabServer_serverVersion
KeyGitLabServer.serverVersion:GitLab Version: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
GitLab Version: {0}
-
_GitLabServer_serverVersion
KeyGitLabServer.serverVersion:GitLab Version: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
GitLab Version: {0}
-
GitLabServer_failedValidation
KeyGitLabServer.failedValidation:Failed to validate the account {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to validate the account {0}
-
_GitLabServer_failedValidation
KeyGitLabServer.failedValidation:Failed to validate the account {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to validate the account {0}
-
GitLabServer_credentialsNotResolved
KeyGitLabServer.credentialsNotResolved:Cannot resolve suitable credentials with id: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot resolve suitable credentials with id: {0}
-
_GitLabServer_credentialsNotResolved
KeyGitLabServer.credentialsNotResolved:Cannot resolve suitable credentials with id: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot resolve suitable credentials with id: {0}
-
GitLabServer_validateInterrupted
KeyGitLabServer.validateInterrupted:Interrupted while trying to validate credentials.- Returns:
Interrupted while trying to validate credentials
-
_GitLabServer_validateInterrupted
public static org.jvnet.localizer.Localizable _GitLabServer_validateInterrupted()KeyGitLabServer.validateInterrupted:Interrupted while trying to validate credentials.- Returns:
Interrupted while trying to validate credentials
-
GitLabServer_versionInterrupted
KeyGitLabServer.versionInterrupted:Interrupted while trying to determine server version.- Returns:
Interrupted while trying to determine server version
-
_GitLabServer_versionInterrupted
public static org.jvnet.localizer.Localizable _GitLabServer_versionInterrupted()KeyGitLabServer.versionInterrupted:Interrupted while trying to determine server version.- Returns:
Interrupted while trying to determine server version
-
GitLabServer_advancedSectionForFuture
KeyGitLabServer.advancedSectionForFuture:Advanced configurations will be added in later release.- Returns:
Advanced configurations will be added in later release
-
_GitLabServer_advancedSectionForFuture
public static org.jvnet.localizer.Localizable _GitLabServer_advancedSectionForFuture()KeyGitLabServer.advancedSectionForFuture:Advanced configurations will be added in later release.- Returns:
Advanced configurations will be added in later release
-
GitLabServer_invalidUrl
KeyGitLabServer.invalidUrl:Invalid GitLab Server URL: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid GitLab Server URL: {0}
-
_GitLabServer_invalidUrl
KeyGitLabServer.invalidUrl:Invalid GitLab Server URL: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid GitLab Server URL: {0}
-
GitLabServer_hookManagementAs
KeyGitLabServer.hookManagementAs:Hook management will be performed as {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Hook management will be performed as {0}
-
_GitLabServer_hookManagementAs
KeyGitLabServer.hookManagementAs:Hook management will be performed as {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Hook management will be performed as {0}
-