Class GenerateSolutionFileTask.SolutionSpec

  • Enclosing class:
    GenerateSolutionFileTask

    @Incubating
    protected static class GenerateSolutionFileTask.SolutionSpec
    extends java.lang.Object
    The data to use to generate the solution file.
    Since:
    8.11
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioSolutionFile.ProjectSpec> getProjects()
      Projects to include in the solution.
      java.util.List<Action<? super TextProvider>> getTextActions()
      Additional text generation actions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getProjects

        @Incubating
        public java.util.List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioSolutionFile.ProjectSpec> getProjects()
        Projects to include in the solution.
        Since:
        8.11
      • getTextActions

        @Incubating
        public java.util.List<Action<? super TextProvider>> getTextActions()
        Additional text generation actions.
        Since:
        8.11