Class BuildCommand
java.lang.Object
org.gradle.plugins.ide.eclipse.model.BuildCommand
- All Implemented Interfaces:
Serializable
A build command.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildCommand(String name) Creates a newBuildCommand.BuildCommand(String name, Map<String, String> arguments) Creates a newBuildCommand. -
Method Summary
-
Constructor Details
-
BuildCommand
-
BuildCommand
-
-
Method Details
-
getName
-
setName
-
getArguments
-
setArguments
-
equals
-
hashCode
-
toString
-