Class ResolveTask
java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
aQute.bnd.gradle.AbstractBndrun
com.liferay.gradle.plugins.target.platform.task.ResolveTask
- All Implemented Interfaces:
Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
public class ResolveTask
extends aQute.bnd.gradle.AbstractBndrun
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Task
org.gradle.api.Task.Namer -
Field Summary
Fields inherited from interface org.gradle.api.Task
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.as of 4.0.0, replaced by bndrun propertybooleanbooleanDeprecated.as of 4.0.0, with no direct replacementbooleanvoidresolve()Deprecated.as of 4.0.0, with no direct replacementvoidsetBndrunFile(Object bndrunFile) Deprecated.as of 4.0.0, replaced by bndrun propertyvoidsetDistro(org.gradle.api.file.FileCollection distroFileCollection) voidsetFailOnChanges(Object failOnChanges) voidsetOffline(Object offline) Deprecated.as of 4.0.0, with no direct replacementvoidsetReportOptional(Object reportOptional) protected voidworker(aQute.bnd.build.Project run) Methods inherited from class aQute.bnd.gradle.AbstractBndrun
bndrunAction, bundles, createBndrun, getBndrun, getBundles, getIgnoreFailures, getWorkingDirectory, inferRunEE, inferRunRequires, isIgnoreFailures, setBundles, setIgnoreFailuresMethods inherited from class org.gradle.api.DefaultTask
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceMethods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.Task
doNotTrackState, getConvention, notCompatibleWithConfigurationCache
-
Constructor Details
-
ResolveTask
public ResolveTask()
-
-
Method Details
-
getBndrunFile
Deprecated.as of 4.0.0, replaced by bndrun property -
getDistroFile
-
getProperties
- Overrides:
getPropertiesin classaQute.bnd.gradle.AbstractBndrun
-
getRunBundles
-
isFailOnChanges
@Input public boolean isFailOnChanges() -
isOffline
Deprecated.as of 4.0.0, with no direct replacement -
isReportOptional
@Input public boolean isReportOptional() -
resolve
Deprecated.as of 4.0.0, with no direct replacement- Throws:
Exception
-
setBndrunFile
Deprecated.as of 4.0.0, replaced by bndrun property -
setDistro
public void setDistro(org.gradle.api.file.FileCollection distroFileCollection) -
setFailOnChanges
-
setOffline
Deprecated.as of 4.0.0, with no direct replacement -
setReportOptional
-
worker
- Specified by:
workerin classaQute.bnd.gradle.AbstractBndrun- Throws:
Exception
-