toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
BuildCommand
Build
Command
API
open
class
BuildCommand
:
Serializable
(
source
)
A build command.
Members
Constructors
Build
Command
Link copied to clipboard
API
constructor
(
name
:
String
)
constructor
(
name
:
String
,
arguments
:
Map
<
String
,
String
>
)
Properties
arguments
Link copied to clipboard
API
open
var
arguments
:
Map
<
String
,
String
>
name
Link copied to clipboard
API
open
var
name
:
String
Functions
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String