mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
6aa60adaf8
commit
ea6377c7be
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ import javax.inject.Inject
|
||||||
/**
|
/**
|
||||||
* This command returns the list of dependencies for the given buildFile.
|
* This command returns the list of dependencies for the given buildFile.
|
||||||
* Payload:
|
* Payload:
|
||||||
* {
|
* { "name" : "getDependencies", "buildFile": "/Users/beust/kotlin/kobalt/kobalt/src/Build.kt" }
|
||||||
* "name" : "getDependencies"
|
|
||||||
* "buildFile": "Build.kt"
|
|
||||||
* }
|
|
||||||
* The response is a GetDependenciesData.
|
* The response is a GetDependenciesData.
|
||||||
*/
|
*/
|
||||||
class GetDependenciesCommand @Inject constructor(val executors: KobaltExecutors,
|
class GetDependenciesCommand @Inject constructor(val executors: KobaltExecutors,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue