Package org.gradle.tooling.model.eclipse
Interface EclipseBuildCommand
public interface EclipseBuildCommand
An Eclipse build command is a reference to a project builder object which automatically executes whenever a resource
 in the associate project changes.
- Since:
- 2.9
- 
Method Summary
- 
Method Details- 
getNameString getName()Returns the name of the build command.Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName()method in the Eclipse platform API.- Returns:
- The name of the build command. Does not return null.
- See Also:
 
- 
getArgumentsThe arguments supplied for the build command.Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName()method in the Eclipse platform API.- Returns:
- The arguments map. If no arguments supplied then returns an empty map.
- See Also:
 
 
-