Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RetentionPolicy

Hierarchy

  • RetentionPolicy

Index

Properties

Optional artifactTypesToDelete

artifactTypesToDelete: Array<string>

Optional artifacts

artifacts: Array<string>

Optional branches

branches: Array<string>

Optional daysToKeep

daysToKeep: number

Indicates the number of days to keep deployment.

Optional deleteBuildRecord

deleteBuildRecord: boolean

Indicates whether the build record itself should be deleted.

Optional deleteTestResults

deleteTestResults: boolean

Indicates whether to delete test results associated with the build.

Optional minimumToKeep

minimumToKeep: number

The minimum number of builds to keep.

Generated using TypeDoc