public class DockerExecTask extends GenericDockerTask
| Constructor and Description |
|---|
DockerExecTask(org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec() |
org.gradle.api.provider.Property<java.lang.String> |
getCmd() |
org.gradle.api.provider.ListProperty<java.lang.String> |
getCmds() |
org.gradle.api.provider.Property<java.lang.String> |
getContainerId() |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Inject public DockerExecTask(org.gradle.api.model.ObjectFactory objectFactory)
@Input public org.gradle.api.provider.Property<java.lang.String> getContainerId()
@Input @Optional public org.gradle.api.provider.ListProperty<java.lang.String> getCmds()
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getCmd()
public void exec()