Class BuildTaskImpl

  • All Implemented Interfaces:
    dev.gradleplugins.runnerkit.BuildTask

    public final class BuildTaskImpl
    extends java.lang.Object
    implements dev.gradleplugins.runnerkit.BuildTask
    A task that was executed when running a specific build.
    See Also:
    BuildResult
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface dev.gradleplugins.runnerkit.BuildTask

        getOutcome, getOutput
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface dev.gradleplugins.runnerkit.BuildTask