org.gradle.api.internal.TaskOutputsInternal Java Examples
The following examples show how to use
org.gradle.api.internal.TaskOutputsInternal.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SimpleStaleClassCleaner.java From playframework with Apache License 2.0 | 4 votes |
public SimpleStaleClassCleaner(TaskOutputsInternal taskOutputs) { this(taskOutputs.getPreviousOutputFiles()); }
Example #2
Source File: CleaningGroovyCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #3
Source File: CleaningJavaCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningJavaCompiler(Compiler<JavaCompileSpec> compiler, Factory<AntBuilder> antBuilderFactory, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.antBuilderFactory = antBuilderFactory; this.taskOutputs = taskOutputs; }
Example #4
Source File: TaskScopeServices.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
protected TaskOutputsInternal createTaskOutputs() { return new DefaultTaskOutputs(project.getFileResolver(), taskInternal, get(TaskStatusNagger.class)); }
Example #5
Source File: SimpleStaleClassCleaner.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public SimpleStaleClassCleaner(TaskOutputsInternal taskOutputs) { this.taskOutputs = taskOutputs; }
Example #6
Source File: CleaningScalaCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningScalaCompiler(Compiler<ScalaJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #7
Source File: TaskScopeServices.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
protected TaskOutputsInternal createTaskOutputs() { return new DefaultTaskOutputs(project.getFileResolver(), taskInternal, get(TaskMutator.class)); }
Example #8
Source File: CleaningJavaCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningJavaCompiler(Compiler<JavaCompileSpec> compiler, Factory<AntBuilder> antBuilderFactory, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.antBuilderFactory = antBuilderFactory; this.taskOutputs = taskOutputs; }
Example #9
Source File: CleaningGroovyCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #10
Source File: CleaningScalaCompiler.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningScalaCompiler(Compiler<ScalaJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #11
Source File: SimpleStaleClassCleaner.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public SimpleStaleClassCleaner(TaskOutputsInternal taskOutputs) { this.taskOutputs = taskOutputs; }
Example #12
Source File: SimpleStaleClassCleaner.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public SimpleStaleClassCleaner(TaskOutputsInternal taskOutputs) { this.taskOutputs = taskOutputs; }
Example #13
Source File: CleaningGroovyCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #14
Source File: CleaningJavaCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningJavaCompiler(Compiler<JavaCompileSpec> compiler, Factory<AntBuilder> antBuilderFactory, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.antBuilderFactory = antBuilderFactory; this.taskOutputs = taskOutputs; }
Example #15
Source File: TaskScopeServices.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
protected TaskOutputsInternal createTaskOutputs() { return new DefaultTaskOutputs(project.getFileResolver(), taskInternal, get(TaskStatusNagger.class)); }
Example #16
Source File: SimpleStaleClassCleaner.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public SimpleStaleClassCleaner(TaskOutputsInternal taskOutputs) { this.taskOutputs = taskOutputs; }
Example #17
Source File: CleaningScalaCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningScalaCompiler(Compiler<ScalaJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #18
Source File: TaskScopeServices.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
protected TaskOutputsInternal createTaskOutputs() { return new DefaultTaskOutputs(project.getFileResolver(), taskInternal, get(TaskMutator.class)); }
Example #19
Source File: CleaningJavaCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningJavaCompiler(Compiler<JavaCompileSpec> compiler, Factory<AntBuilder> antBuilderFactory, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.antBuilderFactory = antBuilderFactory; this.taskOutputs = taskOutputs; }
Example #20
Source File: CleaningGroovyCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }
Example #21
Source File: CleaningScalaCompiler.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public CleaningScalaCompiler(Compiler<ScalaJavaJointCompileSpec> compiler, TaskOutputsInternal taskOutputs) { this.compiler = compiler; this.taskOutputs = taskOutputs; }