RunCreateModel Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public RunCreateModel(string name = "", string iteration = "", int[] pointIds = null, Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference plan = null, Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference testSettings = null, int buildId = 0, string state = "", Nullable<bool> isAutomated = null, string errorMessage = "", string dueDate = "", string type = "", string controller = "", string buildDropLocation = "", string comment = "", string testEnvironmentId = "", string startedDate = "", string completedDate = "", int[] configIds = null, Microsoft.TeamFoundation.TestManagement.WebApi.RunFilter filter = null, Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference dtlTestEnvironment = null, Microsoft.TeamFoundation.TestManagement.WebApi.DtlEnvironmentDetails environmentDetails = null, Microsoft.VisualStudio.Services.WebApi.IdentityRef owner = null, string buildPlatform = "", string buildFlavor = "", string releaseUri = "", string releaseEnvironmentUri = "", Nullable<TimeSpan> runTimeout = null, string testconfigurationsMapping = "", Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference dtlAutEnvironment = null);
new Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel : string * string * int[] * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * int * string * Nullable<bool> * string * string * string * string * string * string * string * string * string * int[] * Microsoft.TeamFoundation.TestManagement.WebApi.RunFilter * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * Microsoft.TeamFoundation.TestManagement.WebApi.DtlEnvironmentDetails * Microsoft.VisualStudio.Services.WebApi.IdentityRef * string * string * string * string * Nullable<TimeSpan> * string * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference -> Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel
Public Sub New (Optional name As String = "", Optional iteration As String = "", Optional pointIds As Integer() = null, Optional plan As ShallowReference = null, Optional testSettings As ShallowReference = null, Optional buildId As Integer = 0, Optional state As String = "", Optional isAutomated As Nullable(Of Boolean) = null, Optional errorMessage As String = "", Optional dueDate As String = "", Optional type As String = "", Optional controller As String = "", Optional buildDropLocation As String = "", Optional comment As String = "", Optional testEnvironmentId As String = "", Optional startedDate As String = "", Optional completedDate As String = "", Optional configIds As Integer() = null, Optional filter As RunFilter = null, Optional dtlTestEnvironment As ShallowReference = null, Optional environmentDetails As DtlEnvironmentDetails = null, Optional owner As IdentityRef = null, Optional buildPlatform As String = "", Optional buildFlavor As String = "", Optional releaseUri As String = "", Optional releaseEnvironmentUri As String = "", Optional runTimeout As Nullable(Of TimeSpan) = null, Optional testconfigurationsMapping As String = "", Optional dtlAutEnvironment As ShallowReference = null)
Parameters
- name
- String
- iteration
- String
- pointIds
- Int32[]
- plan
- ShallowReference
- testSettings
- ShallowReference
- buildId
- Int32
- state
- String
- errorMessage
- String
- dueDate
- String
- type
- String
- controller
- String
- buildDropLocation
- String
- comment
- String
- testEnvironmentId
- String
- startedDate
- String
- completedDate
- String
- configIds
- Int32[]
- filter
- RunFilter
- dtlTestEnvironment
- ShallowReference
- environmentDetails
- DtlEnvironmentDetails
- owner
- Microsoft.VisualStudio.Services.WebApi.IdentityRef
- buildPlatform
- String
- buildFlavor
- String
- releaseUri
- String
- releaseEnvironmentUri
- String
- testconfigurationsMapping
- String
- dtlAutEnvironment
- ShallowReference