BuildMaster SDK Reference
Version:

ScopedTask Class

Represents a task with a scope.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Web.Security.ScopedTask

Syntax

public class ScopedTask : IEquatable<ScopedTask>

Properties

Name Description
ApplicationGroupId

Gets the application group scope if applicable.

ApplicationId

Gets the application scope if applicable.

EnvironmentId

Gets the environment scope if applicable.

ServerId

Gets the server scope if applicable.

Task

Gets the task.

Methods

Name Description
Equals(ScopedTask other)

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

Equals(object obj)

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

GetHashCode

Returns a hash code for the instance.

ToString

Returns a string representation of this instance.