| Type | Name and description |
|---|---|
java.lang.Object |
createAuthConfig(DockerRegistry registry)Creates instance of AuthConfig from the thread context classloader. |
java.lang.Object |
createExposedPort(java.lang.String scheme, java.lang.Integer port)Creates instance of ExposedPort from thread context classloader. |
java.lang.Object |
createExposedPorts(java.util.List<java.lang.Object> exposedPorts)Creates instance of ExposedPorts from thread context classloader. |
java.lang.Object |
createInternetProtocol(java.lang.String scheme)Creates instance of InternetProtocol from thread context classloader. |
java.lang.Object |
createVolume(java.lang.String path)Creates instance of Volume from thread context classloader. |
java.lang.Object |
createVolumes(java.util.List<java.lang.Object> volumes)Creates instance of Volumes from thread context classloader. |
java.lang.Class |
loadClass(java.lang.String className)Loads class with given name from thread context classloader. |
void |
withClasspath(java.util.Set<java.io.File> classpathFiles, DockerClientConfiguration dockerClientConfiguration, groovy.lang.Closure closure)Performs the closure with thread context classloader. |
Creates instance of AuthConfig from the thread context classloader.
registry - RegistryCreates instance of ExposedPort from thread context classloader.
scheme - Schemeport - PortCreates instance of ExposedPorts from thread context classloader.
exposedPorts - Exposed portsCreates instance of InternetProtocol from thread context classloader.
scheme - SchemeCreates instance of Volume from thread context classloader.
path - Path to volumeCreates instance of Volumes from thread context classloader.
volumes - List of VolumesLoads class with given name from thread context classloader.
className - Class namePerforms the closure with thread context classloader.
classpathFiles - Classpath filesdockerClientConfiguration - Docker client configurationclosure - the given closure