api / org.gradle.tooling.model.eclipse / EclipseBuildCommand

EclipseBuildCommand

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

Functions

getArguments

abstract fun getArguments(): MutableMap<String, String>

The arguments supplied for the build command.

Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName() method in the Eclipse platform API.

getName

abstract fun getName(): String

Returns the name of the build command.

Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName() method in the Eclipse platform API.