ExecutionMode

Specifies how build step should be executed in case of failures in other steps

Entries

Link copied to clipboard

step will not be executed if there are other failed steps

Link copied to clipboard

will execute step only if status on server is "successful"; server will be asked for build status

Link copied to clipboard

will execute step even if previous step(s) has failed, server will not be queried for build status.

Link copied to clipboard

will execute step only if build status on the server is "failed"; the server will be asked to obtain the build status

Link copied to clipboard

will execute step always, even if build was interrupted

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.