Class SfApexTestQueueItem
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Apex Test Queue Item
SObject Name: ApexTestQueueItem
Custom Object: False
public class SfApexTestQueueItem : SObject
- Inheritance
-
SfApexTestQueueItem
- Inherited Members
Properties
ApexClass
ReferenceTo: ApexClass
RelationshipName: ApexClass
[JsonProperty(PropertyName = "apexClass")]
[Updateable(false)]
[Createable(false)]
public SfApexClass ApexClass { get; set; }
Property Value
ApexClassId
Class ID
Name: ApexClassId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "apexClassId")]
[Updateable(false)]
[Createable(true)]
public string ApexClassId { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
ExtendedStatus
Status Detail
Name: ExtendedStatus
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "extendedStatus")]
[Updateable(false)]
[Createable(false)]
public string ExtendedStatus { get; set; }
Property Value
Id
Apex Test Queue Item ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
ParentJobId
Apex Job ID
Name: ParentJobId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentJobId")]
[Updateable(false)]
[Createable(false)]
public string ParentJobId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ShouldSkipCodeCoverage
Should Skip Code Coverage
Name: ShouldSkipCodeCoverage
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "shouldSkipCodeCoverage")]
public bool? ShouldSkipCodeCoverage { get; set; }
Property Value
- bool?
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(true)]
[Createable(false)]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TestRunResultId
ApexTestRunResult ID
Name: TestRunResultId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "testRunResultId")]
[Updateable(false)]
[Createable(false)]
public string TestRunResultId { get; set; }