Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Build::FailureInfo.
A fatal problem encountered during the execution of the build.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#detail
def detail() -> ::String
Returns
- (::String) — Explains the failure issue in more detail using hard-coded text.
#detail=
def detail=(value) -> ::String
Parameter
- value (::String) — Explains the failure issue in more detail using hard-coded text.
Returns
- (::String) — Explains the failure issue in more detail using hard-coded text.
#type
def type() -> ::Google::Cloud::Build::V1::Build::FailureInfo::FailureType
Returns
- (::Google::Cloud::Build::V1::Build::FailureInfo::FailureType) — The name of the failure.
#type=
def type=(value) -> ::Google::Cloud::Build::V1::Build::FailureInfo::FailureType
Parameter
- value (::Google::Cloud::Build::V1::Build::FailureInfo::FailureType) — The name of the failure.
Returns
- (::Google::Cloud::Build::V1::Build::FailureInfo::FailureType) — The name of the failure.