Interface GithubAnnotationJsonReportWorkAction.Parameters

All Superinterfaces:
org.gradle.workers.WorkParameters
Enclosing class:
GithubAnnotationJsonReportWorkAction

public static interface GithubAnnotationJsonReportWorkAction.Parameters extends org.gradle.workers.WorkParameters
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters

    org.gradle.workers.WorkParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.ListProperty<GithubAnnotation>
     
    org.gradle.api.provider.Property<File>
     
  • Method Details

    • getAnnotations

      org.gradle.api.provider.ListProperty<GithubAnnotation> getAnnotations()
    • getJsonReportFile

      org.gradle.api.provider.Property<File> getJsonReportFile()