Class Messages
java.lang.Object
org.jenkinsci.plugins.docker.commons.tools.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyDockerToolInstaller.downloading_docker_client_
:Downloading Docker client {0}
.static String
KeyDockerToolInstaller.downloading_docker_client_
:Downloading Docker client {0}
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
DockerToolInstaller_downloading_docker_client_
KeyDockerToolInstaller.downloading_docker_client_
:Downloading Docker client {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Downloading Docker client {0}
-
_DockerToolInstaller_downloading_docker_client_
public static org.jvnet.localizer.Localizable _DockerToolInstaller_downloading_docker_client_(Object arg0) KeyDockerToolInstaller.downloading_docker_client_
:Downloading Docker client {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Downloading Docker client {0}
-