Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for inputFile (0.48 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ArtifactCollectionIntegrationTest.groovy

                }
    
                class TaskWithArtifactCollectionInput extends DefaultTask {
                    @Internal
                    ArtifactCollection artifacts
    
                    @InputFiles
                    FileCollection getArtifactFiles() {
                        return artifacts.getArtifactFiles()
                    }
    
                    @OutputFile File outputFile
                }
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. platforms/software/publish/src/main/java/org/gradle/api/tasks/Upload.java

         * @deprecated This class is scheduled for removal in a future version, this method <strong>should not be used</strong>.
         */
        @PathSensitive(PathSensitivity.NAME_ONLY)
        @InputFiles
        @Deprecated
        public FileCollection getArtifacts() {
            return getProject().files();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. pkg/config/analysis/README.md

    ```go
        {
            // Unique name for this test case
            name: "virtualServiceGateways",
            // List of input YAML files to load as resources before running analysis
            inputFiles: []string{
                "testdata/virtualservice_gateways.yaml",
            },
            // A single specific analyzer to run
            analyzer: &virtualservice.GatewayAnalyzer{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top