Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTargetBuild (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/TaskInAnotherBuild.java

            this.taskIdentityPath = taskIdentityPath;
            this.taskPath = taskPath;
            this.targetBuild = targetBuild;
        }
    
        public BuildIdentifier getTargetBuild() {
            return targetBuild;
        }
    
        public String getTaskPath() {
            return taskPath;
        }
    
        public Path getTaskIdentityPath() {
            return taskIdentityPath;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 06 15:09:14 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top