Fields inherited from class | Fields |
---|---|
interface Task |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
Type Params | Return Type | Name and description |
---|---|---|
|
DockerRegistryCredentials |
getRegistryCredentials() The target Docker registry credentials for usage with a task. |
|
void |
registryCredentials(Action<? super DockerRegistryCredentials> action) Configures the target Docker registry credentials for use with a task. |
Methods inherited from class | Name |
---|---|
interface Task |
getTimeout, setDescription, getProject, setGroup, getAnt, getConvention, getLogging, getDidWork, setActions, getTaskDependencies, getDependsOn, setDependsOn, dependsOn, onlyIf, onlyIf, setOnlyIf, setOnlyIf, setDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, getEnabled, getOutputs, getDestroyables, getLocalState, getTemporaryDir, mustRunAfter, setMustRunAfter, getMustRunAfter, finalizedBy, setFinalizedBy, getFinalizedBy, shouldRunAfter, setShouldRunAfter, getShouldRunAfter, getDescription, configure, setEnabled, property, hasProperty, getGroup, getInputs, getName, setProperty, getLogger, getActions, getState, getPath, compareTo, getExtensions |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
The target Docker registry credentials for usage with a task.
Configures the target Docker registry credentials for use with a task.
action
- The action against the Docker registry credentials