gradle
Toggle table of contents
9.8.0-20260814002830+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.ide.eclipse.model
/
BuildCommand
Build
Command
API
open
class
BuildCommand
:
Serializable
(
source
)
A build command.
Since
1.0
Members
Constructors
Build
Command
Link copied to clipboard
API
constructor
(
name
:
String
)
Creates a new
BuildCommand
.
constructor
(
name
:
String
,
arguments
:
Map
<
String
,
String
>
)
Creates a new
BuildCommand
.
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