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 booleanequals(Object o)Map<String,String>getArguments()StringgetName()inthashCode()voidsetArguments(Map<String,String> arguments)voidsetName(String name)StringtoString()
-