api / org.gradle.plugins.ide.eclipse.model / BuildCommand

BuildCommand

open class BuildCommand : Serializable

A build command.

Constructors

<init>

BuildCommand(name: String)
BuildCommand(name: String, arguments: MutableMap<String, String>)

Functions

equals

open fun equals(other: Any?): Boolean

getArguments

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

getName

open fun getName(): String

hashCode

open fun hashCode(): Int

setArguments

open fun setArguments(arguments: MutableMap<String, String>): Unit

setName

open fun setName(name: String): Unit

toString

open fun toString(): String