org.gradle.api.artifacts
Class ProjectDependenciesBuildInstruction

java.lang.Object
  extended by org.gradle.api.artifacts.ProjectDependenciesBuildInstruction

public class ProjectDependenciesBuildInstruction
extends Object


Constructor Summary
ProjectDependenciesBuildInstruction(List<String> taskNames)
           
 
Method Summary
 boolean equals(Object o)
           
 List<String> getTaskNames()
           
 int hashCode()
           
 boolean isRebuild()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDependenciesBuildInstruction

public ProjectDependenciesBuildInstruction(List<String> taskNames)
Method Detail

getTaskNames

public List<String> getTaskNames()

isRebuild

public boolean isRebuild()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object