|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.artifacts.ProjectDependenciesBuildInstruction
class ProjectDependenciesBuildInstruction
Constructor Summary | |
ProjectDependenciesBuildInstruction(List taskNames)
|
Method Summary | |
---|---|
boolean
|
equals(java.lang.Object o)
|
List
|
getTaskNames()
|
int
|
hashCode()
|
boolean
|
isRebuild()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public ProjectDependenciesBuildInstruction(List taskNames)
Method Detail |
---|
@Override public boolean equals(java.lang.Object o)
public List getTaskNames()
@Override public int hashCode()
public boolean isRebuild()
Groovy Documentation