public class GenericDockerTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
GenericDockerTask(org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.provider.Property<de.gesellix.docker.authentication.AuthConfig> |
getAuthConfig() |
org.gradle.api.provider.Property<java.lang.String> |
getCertPath() |
de.gesellix.docker.client.DockerClient |
getDockerClient() |
org.gradle.api.provider.Property<java.lang.String> |
getDockerHost() |
java.lang.String |
getEncodedAuthConfig() |
org.gradle.api.provider.Property<java.net.Proxy> |
getProxy() |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Inject public GenericDockerTask(org.gradle.api.model.ObjectFactory objectFactory)
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getDockerHost()
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getCertPath()
@Input @Optional public org.gradle.api.provider.Property<java.net.Proxy> getProxy()
@Input @Optional public org.gradle.api.provider.Property<de.gesellix.docker.authentication.AuthConfig> getAuthConfig()
@Internal public java.lang.String getEncodedAuthConfig()
@Internal public de.gesellix.docker.client.DockerClient getDockerClient()