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.

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