BuildMaster SDK Reference
Version:

ArtifactIdentifier Class

Uniquely identifies a build artifact.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Artifacts.ArtifactIdentifier

Syntax

public class ArtifactIdentifier : IEquatable<ArtifactIdentifier>

Properties

Name Description
ApplicationId

Gets the application ID of the artifact.

ArtifactName

Gets the name of the artifact.

BuildNumber

Gets the build number of the artifact.

DeployableId

Gets the deployable ID of the artifact if applicable.

ReleaseNumber

Gets the release number of the artifact.

Methods

Name Description
Equals(ArtifactIdentifier other)

Returns a value indicating whether this identifier is equivalent to another.

Equals(object obj)

Returns a value indicating whether this identifier is equivalent to another.

GetHashCode

Returns a hash code for the instance.