BuildPhaseOperationDescriptor

A descriptor of a build phase operation. A build phase operation describes a phase build is in and number of build items (project to configure, task to execute) that this build phase will execute.

Since

7.6

Functions

Link copied to clipboard
abstract fun getBuildItemsCount(): Int
Returns number of build items this phase will execute.
Link copied to clipboard
abstract fun getBuildPhase(): String
Returns the build phase name.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard