gradle-plugins
Toggle table of contents
fb8e6fb
jvm
Platform filter
jvm
Switch theme
Search in API
gradle-plugins
gradle-plugins
/
eu.aylett.gradle.gitversion
/
GitException
Git
Exception
class
GitException
(
message
:
String
?
,
cause
:
Throwable
?
,
val
statusCode
:
Int
?
,
val
spec
:
ExecSpec
?
)
:
RuntimeException
(
source
)
Members
Constructors
Git
Exception
Link copied to clipboard
constructor
(
message
:
String
,
statusCode
:
Int
,
spec
:
ExecSpec
?
)
constructor
(
message
:
String
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
,
statusCode
:
Int
?
,
spec
:
ExecSpec
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
spec
Link copied to clipboard
val
spec
:
ExecSpec
?
status
Code
Link copied to clipboard
val
statusCode
:
Int
?