package githubapi
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class DependencyNode extends Serializable
- trait DependencyNodeFormats extends AnyRef
-
sealed abstract
class
DependencyRelationship extends Serializable
A notation of whether a dependency is requested directly by this manifest, or is a dependency of another dependency.
- trait DependencyRelationshipFormats extends AnyRef
-
sealed abstract
class
DependencyScope extends Serializable
A notation of whether the dependency is required for the primary build artifact (runtime), or is only used for development.
A notation of whether the dependency is required for the primary build artifact (runtime), or is only used for development. Future versions of this specification may allow for more granular scopes, like
runtime:server
,runtime:shipped
,development:test
,development:benchmark
. - trait DependencyScopeFormats extends AnyRef
-
final
class
DependencySnapshot extends Serializable
Github Dependency Submission API version 0 Taken from https://gist.github.com/reiddraper/fdab2883db0f372c146d1a750fc1c43f
- trait DependencySnapshotFormats extends AnyRef
- final class DetectorMetadata extends Serializable
- trait DetectorMetadataFormats extends AnyRef
- final class FileInfo extends Serializable
- trait FileInfoFormats extends AnyRef
- final class Job extends Serializable
- trait JobFormats extends AnyRef
- trait JsonProtocol extends BasicJsonProtocol with JobFormats with DetectorMetadataFormats with JValueFormats with FileInfoFormats with DependencyRelationshipFormats with DependencyScopeFormats with DependencyNodeFormats with ManifestFormats with DependencySnapshotFormats with SnapshotResponseFormats
- final class Manifest extends Serializable
- trait ManifestFormats extends AnyRef
- final class SnapshotResponse extends Serializable
- trait SnapshotResponseFormats extends AnyRef
Value Members
- object DependencyNode extends Serializable
- object DependencyRelationship extends Serializable
- object DependencyScope extends Serializable
- object DependencySnapshot extends Serializable
- object DetectorMetadata extends Serializable
- object FileInfo extends Serializable
- object Job extends Serializable
- object JsonProtocol extends JsonProtocol
- object Manifest extends Serializable
- object SnapshotResponse extends Serializable