Class FailureReportsFlowActionsPlugin

java.lang.Object
com.palantir.gradle.failurereports.FailureReportsFlowActionsPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public abstract class FailureReportsFlowActionsPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
  • Constructor Details

    • FailureReportsFlowActionsPlugin

      public FailureReportsFlowActionsPlugin()
  • Method Details

    • getFlowScope

      @Inject protected abstract org.gradle.api.flow.FlowScope getFlowScope()
    • getFlowProviders

      @Inject protected abstract org.gradle.api.flow.FlowProviders getFlowProviders()
    • apply

      public final void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>