public class DockerPullTask extends GenericDockerTask
| Modifier and Type | Field and Description |
|---|---|
java.time.Duration |
pullTimeout |
| Constructor and Description |
|---|
DockerPullTask(org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImageId() |
org.gradle.api.provider.Property<java.lang.String> |
getImageName() |
org.gradle.api.provider.Property<java.lang.String> |
getImageTag() |
java.time.Duration |
getPullTimeout() |
org.gradle.api.provider.Property<java.lang.String> |
getRegistry() |
java.lang.String |
pull() |
getAuthConfig, getCertPath, getDockerClient, getDockerHost, getEncodedAuthConfig, getProxycompareTo, 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, usesServiceacceptServiceReferences, appendParallelSafeAction, 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 DockerPullTask(org.gradle.api.model.ObjectFactory objectFactory)
@Input public org.gradle.api.provider.Property<java.lang.String> getImageName()
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getImageTag()
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getRegistry()
@Internal public java.lang.String getImageId()
@Internal public java.time.Duration getPullTimeout()
public java.lang.String pull()