docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VettingContext

    Class containing package data required for vetting.

    Inheritance
    object
    VettingContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Assembly: Unity.PackageValidationSuite.Editor.dll
    Syntax
    public class VettingContext

    Fields

    PreviousVersionBinaryPath

    Declaration
    public const string PreviousVersionBinaryPath = "Temp/ApiValidationBinaries"
    Field Value
    Type Description
    string

    relatedPackages

    Declaration
    public List<RelatedPackage> relatedPackages
    Field Value
    Type Description
    List<RelatedPackage>

    Properties

    AllVersions

    Declaration
    public string[] AllVersions { get; set; }
    Property Value
    Type Description
    string[]

    IsCore

    Declaration
    public bool IsCore { get; set; }
    Property Value
    Type Description
    bool

    IsRunByReleaseManagement

    Declaration
    public bool IsRunByReleaseManagement { get; set; }
    Property Value
    Type Description
    bool

    PackageExistsOnProduction

    Declaration
    public bool PackageExistsOnProduction { get; set; }
    Property Value
    Type Description
    bool

    PackageType

    Declaration
    public PackageType PackageType { get; set; }
    Property Value
    Type Description
    PackageType

    PackageVersionExistsOnProduction

    Declaration
    public bool PackageVersionExistsOnProduction { get; set; }
    Property Value
    Type Description
    bool

    PreviousPackageBinaryDirectory

    Declaration
    public string PreviousPackageBinaryDirectory { get; set; }
    Property Value
    Type Description
    string

    PreviousPackageInfo

    Declaration
    public ManifestData PreviousPackageInfo { get; set; }
    Property Value
    Type Description
    ManifestData

    ProjectPackageInfo

    Declaration
    public ManifestData ProjectPackageInfo { get; set; }
    Property Value
    Type Description
    ManifestData

    PublishPackageInfo

    Declaration
    public ManifestData PublishPackageInfo { get; set; }
    Property Value
    Type Description
    ManifestData

    VSuiteInfo

    Declaration
    public ManifestData VSuiteInfo { get; set; }
    Property Value
    Type Description
    ManifestData

    ValidationExceptionManager

    Declaration
    public ValidationExceptionManager ValidationExceptionManager { get; set; }
    Property Value
    Type Description
    ValidationExceptionManager

    ValidationType

    Declaration
    public ValidationType ValidationType { get; set; }
    Property Value
    Type Description
    ValidationType

    packageIdsForPromotion

    Declaration
    public string[] packageIdsForPromotion { get; set; }
    Property Value
    Type Description
    string[]

    Methods

    CreateAssetStoreContext(string, string, string, string)

    Declaration
    public static VettingContext CreateAssetStoreContext(string packageName, string packageVersion, string packagePath, string previousPackagePath)
    Parameters
    Type Name Description
    string packageName
    string packageVersion
    string packagePath
    string previousPackagePath
    Returns
    Type Description
    VettingContext

    CreatePackmanContext(string, ValidationType)

    Declaration
    public static VettingContext CreatePackmanContext(string packageId, ValidationType validationType)
    Parameters
    Type Name Description
    string packageId
    ValidationType validationType
    Returns
    Type Description
    VettingContext

    GetManifest(string)

    Declaration
    public static ManifestData GetManifest(string packagePath)
    Parameters
    Type Name Description
    string packagePath
    Returns
    Type Description
    ManifestData
    In This Article
    Back to top
    Copyright © 2025 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)