Technical Elements Documentation
    Preparing search index...

    Represents a time phase of a release.

    interface ReleasePhase {
        description?: string;
        endTime: number;
        name: string;
        startTime: number;
        timeUnit?: string;
    }

    Hierarchy

    • Unique
      • ReleasePhase
    Index

    Properties

    description?: string

    Description of the release phase

    endTime: number

    End time of the phase

    name: string

    Name of the release phase

    startTime: number

    Start time of the phase (e.g., in seconds after the initiating event)

    timeUnit?: string

    Unit of time measurement