getName

abstract fun getName(): String(source)

Returns the name of the build command.

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

Return

The name of the build command. Does not return null.

See also