mirror of https://github.com/sbt/sbt.git
Updated Server Client level API (markdown)
parent
a7483e4a24
commit
f5fe9aeabf
|
|
@ -110,6 +110,14 @@ trait SbtClient extends Closeable {
|
|||
}
|
||||
```
|
||||
|
||||
# Various Data Classes
|
||||
|
||||
```scala
|
||||
package sbt.api
|
||||
case class ProjectReference(build: URI, name: String)
|
||||
case class MinimalBuildStructure(builds: Seq[URI], projects: Seq[ProjectReference])
|
||||
```
|
||||
|
||||
# Various helper classes
|
||||
|
||||
Subscription
|
||||
|
|
|
|||
Loading…
Reference in New Issue