interface EnvironmentOptions {
    autoLinkWorkItems?: boolean;
    badgeEnabled?: boolean;
    emailNotificationType?: string;
    emailRecipients?: string;
    enableAccessToken?: boolean;
    publishDeploymentStatus?: boolean;
    pullRequestDeploymentEnabled?: boolean;
    skipArtifactsDownload?: boolean;
    timeoutInMinutes?: number;
}

Properties

autoLinkWorkItems?: boolean

Gets and sets as the auto link workitems or not.

badgeEnabled?: boolean

Gets and sets as the badge enabled or not.

emailNotificationType?: string
emailRecipients?: string
enableAccessToken?: boolean
publishDeploymentStatus?: boolean

Gets and sets as the publish deployment status or not.

pullRequestDeploymentEnabled?: boolean

Gets and sets as the.pull request deployment enabled or not.

skipArtifactsDownload?: boolean
timeoutInMinutes?: number