Groovy Documentation

org.gradle.api.artifacts
Class ProjectDependenciesBuildInstruction

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

class ProjectDependenciesBuildInstruction
extends java.lang.Object

author:
Hans Dockter


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
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

ProjectDependenciesBuildInstruction

public ProjectDependenciesBuildInstruction(List taskNames)


 
Method Detail

equals

@Override
public boolean equals(java.lang.Object o)


getTaskNames

public List getTaskNames()


hashCode

@Override
public int hashCode()


isRebuild

public boolean isRebuild()


 

Groovy Documentation