Interface JibTask
-
- All Superinterfaces:
java.lang.Comparable<org.gradle.api.Task>,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task
- All Known Implementing Classes:
BuildDockerTask,BuildImageTask,BuildTarTask
public interface JibTask extends org.gradle.api.TaskA task with aJibExtension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gradle.api.TasksetJibExtension(JibExtension jibExtension)Sets the task'sJibExtension.-
Methods inherited from interface org.gradle.api.Task
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, 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, usesService
-
-
-
-
Method Detail
-
setJibExtension
org.gradle.api.Task setJibExtension(JibExtension jibExtension)
Sets the task'sJibExtension.- Parameters:
jibExtension- theJibExtension- Returns:
- this
-
-