public class ResolveTask
extends aQute.bnd.gradle.AbstractBndrun
| Constructor and Description |
|---|
ResolveTask() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getBndrunFile()
Deprecated.
as of 4.0.0, replaced by bndrun property
|
java.io.File |
getDistroFile() |
org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> |
getProperties() |
java.util.List<java.lang.String> |
getRunBundles() |
boolean |
isFailOnChanges() |
boolean |
isOffline()
Deprecated.
as of 4.0.0, with no direct replacement
|
boolean |
isReportOptional() |
void |
resolve()
Deprecated.
as of 4.0.0, with no direct replacement
|
void |
setBndrunFile(java.lang.Object bndrunFile)
Deprecated.
as of 4.0.0, replaced by bndrun property
|
void |
setDistro(org.gradle.api.file.FileCollection distroFileCollection) |
void |
setFailOnChanges(java.lang.Object failOnChanges) |
void |
setOffline(java.lang.Object offline)
Deprecated.
as of 4.0.0, with no direct replacement
|
void |
setReportOptional(java.lang.Object reportOptional) |
protected void |
worker(aQute.bnd.build.Project run) |
bndrunAction, bundles, createBndrun, getBndrun, getBundles, getIgnoreFailures, getWorkingDirectory, inferRunEE, inferRunRequires, isIgnoreFailures, setBundles, setIgnoreFailurescompareTo, 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@Deprecated @InputFile public java.io.File getBndrunFile()
@InputFile public java.io.File getDistroFile()
public org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> getProperties()
getProperties in class aQute.bnd.gradle.AbstractBndrun@Input public java.util.List<java.lang.String> getRunBundles()
@Input public boolean isFailOnChanges()
@Deprecated @Input public boolean isOffline()
@Input public boolean isReportOptional()
@Deprecated
public void resolve()
throws java.lang.Exception
java.lang.Exception@Deprecated public void setBndrunFile(java.lang.Object bndrunFile)
public void setDistro(org.gradle.api.file.FileCollection distroFileCollection)
public void setFailOnChanges(java.lang.Object failOnChanges)
@Deprecated public void setOffline(java.lang.Object offline)
public void setReportOptional(java.lang.Object reportOptional)
protected void worker(aQute.bnd.build.Project run)
throws java.lang.Exception
worker in class aQute.bnd.gradle.AbstractBndrunjava.lang.Exception