mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
21 lines
13 KiB
JSON
21 lines
13 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"wsdl_segment"
|
||
|
|
],
|
||
|
|
"title": "DeployDetails - Tooling API",
|
||
|
|
"description": "A complex type that contains detailed XML for any compile errors reported in the asynchronous request defined by a ContainerAsyncRequest object. Replaces the JSON field CompilerErrors in Tooling API version 31.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"componentFailures": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The line number, component name and a short description for any compile errors. For example: <DeployDetails> <componentFailures> <lineNumber>5</lineNumber> <fullName>myApex</fileName> <problem>invalid name 'abc'</problem> </componentFailures> <componentFailures> <lineNumber>10</lineNumber> <fullName>myApex2</fileName> <problem>invalid type 'hello'</problem> </componentFailures> </DeployDetails>"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"CodeCoverageResult\">\n <xsd:sequence>\n <xsd:element name=\"id\" type=\"tns:ID\"/>\n <xsd:element name=\"locationsNotCovered\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:CodeLocation\"/>\n <xsd:element name=\"name\" type=\"xsd:string\"/>\n <xsd:element name=\"namespace\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"numLocations\" type=\"xsd:int\"/>\n <xsd:element name=\"numLocationsNotCovered\" type=\"xsd:int\"/>\n <xsd:element name=\"type\" type=\"xsd:string\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"CodeCoverageWarning\">\n <xsd:sequence>\n <xsd:element name=\"id\" type=\"tns:ID\"/>\n <xsd:element name=\"message\" type=\"xsd:string\"/>\n <xsd:element name=\"name\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"namespace\" type=\"xsd:string\" nillable=\"true\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"CodeLocation\">\n <xsd:sequence>\n <xsd:element name=\"column\" type=\"xsd:int\"/>\n <xsd:element name=\"line\" type=\"xsd:int\"/>\n <xsd:element name=\"numExecutions\" type=\"xsd:int\"/>\n <xsd:element name=\"time\" type=\"xsd:double\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"ContainerAsyncRequest\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"ApexClassMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"ApexComponentMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"ApexPageMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"ApexTriggerMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"AuraDefinitionChanges\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"CustomFieldMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"DeployDetails\" minOccurs=\"0\" type=\"tns:DeployDetails\" nillable=\"true\"/>\n <xsd:element name=\"ErrorMsg\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"IsCheckOnly\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"IsRunTests\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"MetadataContainer\" minOccurs=\"0\" type=\"ens:MetadataContainer\" nillable=\"true\"/>\n <xsd:element name=\"MetadataContainerId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"MetadataContainerMember\" minOccurs=\"0\" type=\"ens:sObject\" nillable=\"true\"/>\n <xsd:element name=\"MetadataContainerMemberId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"State\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"ValidationRuleMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"WorkflowAlertMembers\" minOccurs=\"0\" type=\"tns:QueryResult\" nillable=\"true\"/>\n <xsd:element name=\"WorkflowFieldUpdate
|
||
|
|
}
|