docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildStepResult

    Holds the result of the execution of a BuildStep.

    Inheritance
    object
    ResultBase
    BuildStepResult
    Inherited Members
    ResultBase.Succeeded
    ResultBase.Failed
    ResultBase.Message
    ResultBase.Exception
    ResultBase.BuildPipeline
    ResultBase.BuildConfiguration
    ResultBase.Duration
    ResultBase.LogResult()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public sealed class BuildStepResult : ResultBase

    Constructors

    Name Description
    BuildStepResult()
    BuildStepResult(BuildStep, BuildReport)

    Create a new instance of BuildStepResult from a BuildReport.

    Properties

    Name Description
    BuildStep

    The BuildStep that was executed.

    Description

    Description of the BuildStep.

    Methods

    Name Description
    Failure(BuildStep, Exception)

    Create a new instance of BuildStepResult that represent a failed execution.

    Failure(BuildStep, string)

    Create a new instance of BuildStepResult that represent a failed execution.

    Success(BuildStep)

    Create a new instance of BuildStepResult that represent a successful execution.

    ToString()

    Returns a string that represents the current object.

    Operators

    Name Description
    implicit operator bool(BuildStepResult)

    Implicit conversion to bool.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)