IterationCadence

class Object
trait Matchable
class Any

Value members

Concrete methods

def active: SelectionBuilder[IterationCadence, Option[Boolean]]

Whether the iteration cadence is active.

Whether the iteration cadence is active.

def automatic: SelectionBuilder[IterationCadence, Option[Boolean]]

Whether the iteration cadence should automatically generate future iterations.

Whether the iteration cadence should automatically generate future iterations.

def description: SelectionBuilder[IterationCadence, Option[String]]

Description of the iteration cadence. Maximum length is 5000 characters.

Description of the iteration cadence. Maximum length is 5000 characters.

def durationInWeeks: SelectionBuilder[IterationCadence, Option[Int]]

Duration in weeks of the iterations within this cadence.

Duration in weeks of the iterations within this cadence.

def id: SelectionBuilder[IterationCadence, IterationsCadenceID]

Global ID of the iteration cadence.

Global ID of the iteration cadence.

def iterationsInAdvance: SelectionBuilder[IterationCadence, Option[Int]]

Future iterations to be created when iteration cadence is set to automatic.

Future iterations to be created when iteration cadence is set to automatic.

def rollOver: SelectionBuilder[IterationCadence, Boolean]

Whether the iteration cadence should roll over issues to the next iteration or not.

Whether the iteration cadence should roll over issues to the next iteration or not.

def startDate: SelectionBuilder[IterationCadence, Option[Time]]

Timestamp of the iteration cadence start date.

Timestamp of the iteration cadence start date.

def title: SelectionBuilder[IterationCadence, String]

Title of the iteration cadence.

Title of the iteration cadence.