public class ResolveTask
extends org.gradle.api.DefaultTask
Constructor and Description |
---|
ResolveTask() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getBndrunFile() |
java.io.File |
getDistroFile() |
java.util.List<java.lang.String> |
getRunBundles() |
boolean |
isFailOnChanges() |
boolean |
isOffline() |
boolean |
isReportOptional() |
void |
resolve() |
void |
setBndrunFile(java.lang.Object bndrunFile) |
void |
setDistro(org.gradle.api.file.FileCollection distroFileCollection) |
void |
setFailOnChanges(java.lang.Object failOnChanges) |
void |
setOffline(java.lang.Object offline) |
void |
setReportOptional(java.lang.Object reportOptional) |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, replaceLogger, setImpliesSubProjects
@InputFile public java.io.File getBndrunFile()
@InputFile public java.io.File getDistroFile()
public java.util.List<java.lang.String> getRunBundles()
@Input public boolean isFailOnChanges()
public boolean isOffline()
@Input public boolean isReportOptional()
public void resolve() throws java.lang.Exception
java.lang.Exception
public void setBndrunFile(java.lang.Object bndrunFile)
public void setDistro(org.gradle.api.file.FileCollection distroFileCollection)
public void setFailOnChanges(java.lang.Object failOnChanges)
public void setOffline(java.lang.Object offline)
public void setReportOptional(java.lang.Object reportOptional)