au
.
com
.
dius
.
pact
sbt
package
sbt
Visibility
Public
All
Type Members
final
case class
FailedResult
(
msg:
String
)
extends
GitResult
[
Nothing
] with
Product
with
Serializable
sealed
trait
GitResult
[
+A
]
extends
AnyRef
final
case class
HappyResult
[
+A
]
(
successMsg:
A
)
extends
GitResult
[
A
] with
Product
with
Serializable
final
case class
TerminatingResult
(
msg:
String
)
extends
GitResult
[
Nothing
] with
Product
with
Serializable
Value Members
object
CopyPacts
extends
Plugin
object
GitOps
Ungrouped