ProjectDescription

@SerialName(value = "projectDescription")
data class ProjectDescription(val name: String, val comment: Unit = Unit, val projects: Unit = Unit, val buildSpec: ProjectDescription.BuildSpec, val natures: ProjectDescription.Natures)(source)

Constructors

Link copied to clipboard
constructor(name: String, comment: Unit = Unit, projects: Unit = Unit, buildSpec: ProjectDescription.BuildSpec, natures: ProjectDescription.Natures)

Types

Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "nature")
value class Nature(val value: String)
Link copied to clipboard

Properties

Link copied to clipboard
@XmlSerialName(value = "buildSpec")
val buildSpec: ProjectDescription.BuildSpec
Link copied to clipboard
Link copied to clipboard
@XmlElement
val name: String
Link copied to clipboard
@XmlSerialName(value = "natures")
val natures: ProjectDescription.Natures
Link copied to clipboard