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
Returns a human consumable display name for the operation.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the operation.
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable OperationDescriptor
Returns the parent operation, if any.