Java Code Examples for org.gradle.api.Task#Namer
The following examples show how to use
org.gradle.api.Task#Namer .
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: DefaultTaskCollection.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public DefaultTaskCollection(Class<T> type, Instantiator instantiator, ProjectInternal project) { super(type, instantiator, new Task.Namer()); this.project = project; }
Example 2
Source File: DefaultTaskCollection.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
protected DefaultTaskCollection(Class<? extends T> type, Set<T> store, CollectionEventRegister<T> eventRegister, Instantiator instantiator, ProjectInternal project) { super(type, store, eventRegister, instantiator, new Task.Namer()); this.project = project; }
Example 3
Source File: DefaultTaskCollection.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
public DefaultTaskCollection(Class<T> type, Instantiator instantiator, ProjectInternal project) { super(type, instantiator, new Task.Namer()); this.project = project; }
Example 4
Source File: DefaultTaskCollection.java From pushfish-android with BSD 2-Clause "Simplified" License | 4 votes |
protected DefaultTaskCollection(Class<? extends T> type, Set<T> store, CollectionEventRegister<T> eventRegister, Instantiator instantiator, ProjectInternal project) { super(type, store, eventRegister, instantiator, new Task.Namer()); this.project = project; }
Example 5
Source File: DefaultTaskCollection.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public DefaultTaskCollection(Class<T> type, Instantiator instantiator, ProjectInternal project) { super(type, instantiator, new Task.Namer()); this.project = project; }
Example 6
Source File: DefaultTaskCollection.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
protected DefaultTaskCollection(Class<? extends T> type, Set<T> store, CollectionEventRegister<T> eventRegister, Instantiator instantiator, ProjectInternal project) { super(type, store, eventRegister, instantiator, new Task.Namer()); this.project = project; }
Example 7
Source File: DefaultTaskCollection.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
public DefaultTaskCollection(Class<T> type, Instantiator instantiator, ProjectInternal project) { super(type, instantiator, new Task.Namer()); this.project = project; }
Example 8
Source File: DefaultTaskCollection.java From Pushjet-Android with BSD 2-Clause "Simplified" License | 4 votes |
protected DefaultTaskCollection(Class<? extends T> type, Set<T> store, CollectionEventRegister<T> eventRegister, Instantiator instantiator, ProjectInternal project) { super(type, store, eventRegister, instantiator, new Task.Namer()); this.project = project; }