AgentCleanFilesPolicy

enum AgentCleanFilesPolicy : Enum<GitVcsRoot.AgentCleanFilesPolicy>

Specifies flags for the "git clean" command during agent-side checkout and defines which files will be removed.

Entries

Link copied to clipboard

Will run "git clean -dfx"

Link copied to clipboard

Will run "git clean -df"

Link copied to clipboard

Will run "git clean -dfX"

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int