public class PushImages
@Inject
public PushImages(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
@NotNull public com.bmuschko.gradle.docker.DockerRegistryCredentials getRegistryCredentials()
The target Docker registry credentials for usage with a task.
public void registryCredentials(@Nullable
org.gradle.api.Action<? super com.bmuschko.gradle.docker.DockerRegistryCredentials> action)
Configures the target Docker registry credentials for use with a task.
public void registryCredentials(@NotNull
groovy.lang.Closure<com.bmuschko.gradle.docker.DockerRegistryCredentials> c)
Set the credentials for the task.
c - closure with Docker registry credentials.public void runRemoteCommand()