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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    as of 4.0.0, replaced by bndrun property
     
    org.gradle.api.provider.MapProperty<String,Object>
     
     
    boolean
     
    boolean
    Deprecated.
    as of 4.0.0, with no direct replacement
    boolean
     
    void
    Deprecated.
    as of 4.0.0, with no direct replacement
    void
    setBndrunFile(Object bndrunFile)
    Deprecated.
    as of 4.0.0, replaced by bndrun property
    void
    setDistro(org.gradle.api.file.FileCollection distroFileCollection)
     
    void
    setFailOnChanges(Object failOnChanges)
     
    void
    setOffline(Object offline)
    Deprecated.
    as of 4.0.0, with no direct replacement
    void
    setReportOptional(Object reportOptional)
     
    protected void
    worker(aQute.bnd.build.Project run)
     

    Methods inherited from class aQute.bnd.gradle.AbstractBndrun

    bndrunAction, bundles, createBndrun, getBndrun, getBundles, getIgnoreFailures, getWorkingDirectory, inferRunEE, inferRunRequires, isIgnoreFailures, setBundles, setIgnoreFailures

    Methods 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, usesService

    Methods 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, setImpliesSubProjects

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gradle.api.Task

    doNotTrackState, getConvention, notCompatibleWithConfigurationCache
  • Constructor Details

    • ResolveTask

      public ResolveTask()
  • Method Details

    • getBndrunFile

      @Deprecated @InputFile public File getBndrunFile()
      Deprecated.
      as of 4.0.0, replaced by bndrun property
    • getDistroFile

      @InputFile public File getDistroFile()
    • getProperties

      public org.gradle.api.provider.MapProperty<String,Object> getProperties()
      Overrides:
      getProperties in class aQute.bnd.gradle.AbstractBndrun
    • getRunBundles

      @Input public List<String> getRunBundles()
    • isFailOnChanges

      @Input public boolean isFailOnChanges()
    • isOffline

      @Deprecated @Input public boolean isOffline()
      Deprecated.
      as of 4.0.0, with no direct replacement
    • isReportOptional

      @Input public boolean isReportOptional()
    • resolve

      @Deprecated public void resolve() throws Exception
      Deprecated.
      as of 4.0.0, with no direct replacement
      Throws:
      Exception
    • setBndrunFile

      @Deprecated public void setBndrunFile(Object bndrunFile)
      Deprecated.
      as of 4.0.0, replaced by bndrun property
    • setDistro

      public void setDistro(org.gradle.api.file.FileCollection distroFileCollection)
    • setFailOnChanges

      public void setFailOnChanges(Object failOnChanges)
    • setOffline

      @Deprecated public void setOffline(Object offline)
      Deprecated.
      as of 4.0.0, with no direct replacement
    • setReportOptional

      public void setReportOptional(Object reportOptional)
    • worker

      protected void worker(aQute.bnd.build.Project run) throws Exception
      Specified by:
      worker in class aQute.bnd.gradle.AbstractBndrun
      Throws:
      Exception