Interface ApprovalConfigOrBuilder (3.5.1)

public interface ApprovalConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApprovalRequired()

public abstract boolean getApprovalRequired()

Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.

bool approval_required = 1;

Returns
TypeDescription
boolean

The approvalRequired.