Packages

final case class DeploymentInfo(name: String = "", internalUrl: String = "", externalUrl: String = "", timestamp: Option[Timestamp] = _root_.scala.None, sub: Map[String, SubDeploymentInfo] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

Contains information if some artifact is deployed

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeploymentInfo
  2. Product
  3. Equals
  4. GeneratedMessage
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeploymentInfo(name: String = "", internalUrl: String = "", externalUrl: String = "", timestamp: Option[Timestamp] = _root_.scala.None, sub: Map[String, SubDeploymentInfo] = ..., unknownFields: UnknownFieldSet = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllSub(__vs: Iterable[(String, SubDeploymentInfo)]): DeploymentInfo
  5. def addSub(__vs: (String, SubDeploymentInfo)*): DeploymentInfo
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearSub: DeploymentInfo
  8. def clearTimestamp: DeploymentInfo
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def companion: DeploymentInfo.type
    Definition Classes
    DeploymentInfo → GeneratedMessage
  11. def discardUnknownFields: DeploymentInfo
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val externalUrl: String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DeploymentInfo → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DeploymentInfo → GeneratedMessage
  17. def getTimestamp: Timestamp
  18. val internalUrl: String
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def serializedSize: Int
    Definition Classes
    DeploymentInfo → GeneratedMessage
  25. val sub: Map[String, SubDeploymentInfo]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val timestamp: Option[Timestamp]
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    DeploymentInfo → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withExternalUrl(__v: String): DeploymentInfo
  37. def withInternalUrl(__v: String): DeploymentInfo
  38. def withName(__v: String): DeploymentInfo
  39. def withSub(__v: Map[String, SubDeploymentInfo]): DeploymentInfo
  40. def withTimestamp(__v: Timestamp): DeploymentInfo
  41. def withUnknownFields(__v: UnknownFieldSet): DeploymentInfo
  42. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DeploymentInfo → GeneratedMessage
  44. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped