p

ch.epfl.scala

githubapi

package githubapi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class DependencyNode extends Serializable
  2. trait DependencyNodeFormats extends AnyRef
  3. 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.

  4. trait DependencyRelationshipFormats extends AnyRef
  5. 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.

  6. trait DependencyScopeFormats extends AnyRef
  7. final class DependencySnapshot extends Serializable

    Github Dependency Submission API version 0 Taken from https://gist.github.com/reiddraper/fdab2883db0f372c146d1a750fc1c43f

  8. trait DependencySnapshotFormats extends AnyRef
  9. final class DetectorMetadata extends Serializable
  10. trait DetectorMetadataFormats extends AnyRef
  11. final class FileInfo extends Serializable
  12. trait FileInfoFormats extends AnyRef
  13. final class Job extends Serializable
  14. trait JobFormats extends AnyRef
  15. trait JsonProtocol extends BasicJsonProtocol with JobFormats with DetectorMetadataFormats with JValueFormats with FileInfoFormats with DependencyRelationshipFormats with DependencyScopeFormats with DependencyNodeFormats with ManifestFormats with DependencySnapshotFormats with SnapshotResponseFormats
  16. final class Manifest extends Serializable
  17. trait ManifestFormats extends AnyRef
  18. final class SnapshotResponse extends Serializable
  19. trait SnapshotResponseFormats extends AnyRef

Value Members

  1. object DependencyNode extends Serializable
  2. object DependencyRelationship extends Serializable
  3. object DependencyScope extends Serializable
  4. object DependencySnapshot extends Serializable
  5. object DetectorMetadata extends Serializable
  6. object FileInfo extends Serializable
  7. object Job extends Serializable
  8. object JsonProtocol extends JsonProtocol
  9. object Manifest extends Serializable
  10. object SnapshotResponse extends Serializable

Ungrouped