SimpleStringValue

@Serializable
sealed interface SimpleStringValue(source)
  • Which branches will include this step in their builds

  • The value of the option(s) that will be pre-selected in the dropdown

  • The glob path/s of artifacts to upload once this step has finished running

  • The commands to run on the agent

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
value class ListValue(val value: List<String>) : SimpleStringValue
Link copied to clipboard
@Serializable
value class SingleValue(val value: String) : SimpleStringValue

Functions

Link copied to clipboard