Class BuildCommand
- java.lang.Object
-
- org.gradle.plugins.ide.eclipse.model.BuildCommand
-
- All Implemented Interfaces:
Serializable
public class BuildCommand extends Object implements Serializable
A build command.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildCommand(String name)
BuildCommand(String name, Map<String,String> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,String>
getArguments()
String
getName()
int
hashCode()
void
setArguments(Map<String,String> arguments)
void
setName(String name)
String
toString()
-