Skip to content

TeamCity Models

Ivan Braiko edited this page May 31, 2022 · 1 revision

List of all models supplied by TeamCity REST API

Classes

Agent

Property Type
Id Int32?
Name String
TypeId Int32?
Connected Boolean?
Enabled Boolean?
Authorized Boolean?
Uptodate Boolean?
Outdated Boolean?
PluginsOutdated Boolean?
JavaOutdated Boolean?
Ip String
Protocol AgentProtocol?
Version String
CurrentAgentVersion String
LastActivityTime String
IdleSinceTime String
DisconnectionComment String
RegistrationTimestamp String
Host String
CpuRank Int32?
Port Int32?
WebUrl String
Build Build
Links Links
EnabledInfo EnabledInfo
AuthorizedInfo AuthorizedInfo
Properties Properties
CloudInstance CloudInstance
CloudImage CloudImage
Environment Environment
Pool AgentPool
CompatibilityPolicy CompatibilityPolicy
CompatibleBuildTypes BuildTypes
IncompatibleBuildTypes Compatibilities
Builds Builds
Locator String
Href String

AgentPool

Property Type
Id Int32?
Name String
Href String
MaxAgents Int32?
OwnerProject Project
Projects Projects
Agents Agents
Locator String

AgentPools

Property Type
Count Int32?
Href String
NextHref String
PrevHref String
AgentPool ICollection<AgentPool>

AgentRequirement

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties

AgentRequirements

Property Type
Count Int32?
AgentRequirement ICollection<AgentRequirement>
Href String

Agents

Property Type
Value ICollection<Agent>
Agent ICollection<Agent>
Count Int32?
NextHref String
PrevHref String
Href String

ApiException

Property Type
StatusCode Int32
Response String
Headers IReadOnlyDictionary<String,IEnumerable>
TargetSite MethodBase
Message String
Data IDictionary
InnerException Exception
HelpLink String
Source String
HResult Int32
StackTrace String

ApiException`1

Property Type
Result TResult
StatusCode Int32
Response String
Headers IReadOnlyDictionary<String,IEnumerable>
TargetSite MethodBase
Message String
Data IDictionary
InnerException Exception
HelpLink String
Source String
HResult Int32
StackTrace String

ArtifactDependencies

Property Type
Count Int32?
ArtifactDependency ICollection<ArtifactDependency>
Replace String
Href String

ArtifactDependency

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties
SourceBuildType BuildType

AuditAction

Property Type
Name String
Id String
Pattern String

AuditEvent

Property Type
Id String
Timestamp String
Comment String
Action AuditAction
RelatedEntities RelatedEntities
User User
Href String

AuditEvents

Property Type
Value ICollection<AuditEvent>
AuditEvent ICollection<AuditEvent>
Count Int32?
NextHref String
PrevHref String
Href String

AuthorizedInfo

Property Type
Status Boolean?
Comment Comment

Branch

Property Type
Name String
InternalName String
Default Boolean?
Unspecified Boolean?
Active Boolean?
LastActivity String
GroupFlag Boolean?
Builds Builds

Branches

Property Type
Count Int32?
Href String
Branch ICollection<Branch>

BranchVersion

Property Type
Version String
Name String
Default Boolean?
Active Boolean?
InternalName String
Builds Builds
Unspecified Boolean?
GroupFlag Boolean?
LastActivity String

Build

Property Type
Id Int64?
TaskId Int64?
BuildTypeId String
BuildTypeInternalId String
Number String
Status String
State BuildState?
Running Boolean?
Composite Boolean?
FailedToStart Boolean?
Personal Boolean?
PercentageComplete Int32?
BranchName String
DefaultBranch Boolean?
UnspecifiedBranch Boolean?
History Boolean?
Pinned Boolean?
Href String
WebUrl String
QueuePosition Int32?
LimitedChangesCount Int32?
ArtifactsDirectory String
Links Links
StatusText String
BuildType BuildType
Comment Comment
Tags Tags
PinInfo Comment
User User
StartEstimate String
WaitReason String
FinishEstimate String
DelayedByBuild Build
PlannedAgent Agent
RunningInfo ProgressInfo
CanceledInfo Comment
QueuedDate String
StartDate String
FinishDate String
Triggered TriggeredBy
LastChanges Changes
Changes Changes
Revisions Revisions
VersionedSettingsRevision Revision
ArtifactDependencyChanges BuildChanges
Agent Agent
CompatibleAgents Agents
TestOccurrences TestOccurrences
ProblemOccurrences ProblemOccurrences
Artifacts Files
RelatedIssues IssuesUsages
Properties Properties
ResultingProperties Properties
Attributes Entries
Statistics Properties
Metadata Datas
SnapshotDependencies Builds
ArtifactDependencies Builds
CustomArtifactDependencies ArtifactDependencies
SettingsHash String
CurrentSettingsHash String
ModificationId String
ChainModificationId String
ReplacementIds Items
Related Related
TriggeringOptions BuildTriggeringOptions
UsedByOtherBuilds Boolean?
StatusChangeComment Comment
VcsLabels ICollection<VcsLabel>
DetachedFromAgent Boolean?
FinishOnAgentDate String
Customized Boolean?
Customization Customizations
ChangesCollectingInProgress Boolean?
Locator String

BuildCancelRequest

Property Type
Comment String
ReaddIntoQueue Boolean?

BuildChange

Property Type
NextBuild Build
PrevBuild Build

BuildChanges

Property Type
Count Int32?
BuildChange ICollection<BuildChange>

Builds

Property Type
Value ICollection<Build>
Build ICollection<Build>
Count Int32?
NextHref String
PrevHref String
Href String

BuildTriggerCustomization

Property Type
EnforceCleanCheckout Boolean?
EnforceCleanCheckoutForDependencies Boolean?
Parameters Properties

BuildTriggeringOptions

Property Type
CleanSources Boolean?
CleanSourcesInAllDependencies Boolean?
RebuildAllDependencies Boolean?
RebuildFailedOrIncompleteDependencies Boolean?
QueueAtTop Boolean?
FreezeSettings Boolean?
TagDependencies Boolean?
RebuildDependencies BuildTypes

BuildType

Property Type
Id String
InternalId String
Name String
TemplateFlag Boolean?
Type BuildTypeType?
Paused Boolean?
Uuid String
Description String
ProjectName String
ProjectId String
ProjectInternalId String
Href String
WebUrl String
Inherited Boolean?
Links Links
Project Project
Templates BuildTypes
Template BuildType
VcsRootEntries VcsRootEntries
Settings Properties
Parameters Properties
Steps Steps
Features Features
Triggers Triggers
SnapshotDependencies SnapshotDependencies
ArtifactDependencies ArtifactDependencies
AgentRequirements AgentRequirements
Branches Branches
Builds Builds
Investigations Investigations
CompatibleAgents Agents
VcsRootInstances VcsRootInstances
ExternalStatusAllowed Boolean?
PauseComment Comment
Locator String

BuildTypes

Property Type
Value ICollection<BuildType>
BuildType ICollection<BuildType>
Count Int32?
NextHref String
PrevHref String
Href String

Change

Property Type
Id Int64?
Version String
InternalVersion String
Username String
Date String
RegistrationDate String
Personal Boolean?
Href String
WebUrl String
Comment String
User User
Type String
SnapshotDependencyLink SnapshotDependencyLink
Files FileChanges
VcsRootInstance VcsRootInstance
ParentChanges Changes
ParentRevisions Items
Attributes Properties
StoresProjectSettings Boolean?
Status ChangeStatus
Locator String
CanEditComment Boolean?

ChangeExtendedStatus

Property Type
Cancelled Int32?
Pending Int32?
Critical Int32?
NewTestsFailed Int32?
Successfull Int32?
CompilationError Int32?
NotCritical Int32?
RunningSuccessfully Int32?

Changes

Property Type
Value ICollection<Change>
Change ICollection<Change>
Count Int32?
NextHref String
PrevHref String
Href String

ChangeStatus

Property Type
RunningBuilds Int32?
FailedBuilds Int32?
FinishedBuilds Int32?
SuccessfulBuilds Int32?
ExtendedStatus ChangeExtendedStatus
PendingBuildTypes Int32?

CloudImage

Property Type
Id String
Name String
Href String
Profile CloudProfile
Instances CloudInstances
ErrorMessage String
AgentTypeId Int32?
AgentPoolId Int32?
OperatingSystemName String
Locator String

CloudImages

Property Type
Count Int32?
NextHref String
PrevHref String
Href String
CloudImage ICollection<CloudImage>

CloudInstance

Property Type
Id String
Name String
State String
StartDate String
NetworkAddress String
Href String
Image CloudImage
Agent Agent
ErrorMessage String

CloudInstances

Property Type
Count Int32?
NextHref String
PrevHref String
Href String
CloudInstance ICollection<CloudInstance>

CloudProfile

Property Type
Id String
Name String
CloudProviderId String
Href String
Project Project
Images CloudImages

CloudProfiles

Property Type
Count Int32?
NextHref String
PrevHref String
Href String
CloudProfile ICollection<CloudProfile>

Comment

Property Type
Timestamp String
Text String
User User

Compatibilities

Property Type
Count Int32?
Compatibility ICollection<Compatibility>

Compatibility

Property Type
Compatible Boolean?
Agent Agent
BuildType BuildType
UnmetRequirements Requirements

CompatibilityPolicy

Property Type
Policy String
BuildTypes BuildTypes

Customizations

Property Type
Parameters IDictionary<String,String>
Changes IDictionary<String,String>
ArtifactDependencies IDictionary<String,String>

Datas

Property Type
Count Int32?
Data ICollection<MetaData>

EnabledInfo

Property Type
Status Boolean?
Comment Comment
StatusSwitchTime String

Entries

Property Type
Count Int32?
Entry ICollection<Entry>

Entry

Property Type
Name String
Value String

Environment

Property Type
OsType String
OsName String

Feature

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties

Features

Property Type
Count Int32?
Feature ICollection<Feature>
Href String

File

Property Type
Name String
FullName String
Size Int64?
ModificationTime String
Href String
Parent File
Content Href
Children Files

FileChange

Property Type
BeforeRevision String
AfterRevision String
ChangeType String
ChangeTypeComment String
File String
RelativeFile String
Directory Boolean?

FileChanges

Property Type
Count Int32?
File ICollection<FileChange>

FileParameter

Property Type
Data Stream
FileName String
ContentType String

FileResponse

Property Type
StatusCode Int32
Headers IReadOnlyDictionary<String,IEnumerable>
Stream Stream
IsPartial Boolean

Files

Property Type
Count Int32?
Href String
File ICollection<File>

Group

Property Type
Key String
Name String
Href String
Description String
ParentGroups Groups
ChildGroups Groups
Users Users
Roles Roles
Properties Properties

Groups

Property Type
Count Int32?
Group ICollection<Group>
Href String

HealthCategories

Property Type
Count Int32?
HealthCategory ICollection<HealthCategory>
Href String
NextHref String
PrevHref String

HealthCategory

Property Type
Id String
Name String
Description String
HelpUrl String

HealthItem

Property Type
Identity String
Severity HealthItemSeverity?
HealthCategory HealthCategory

HealthStatusItems

Property Type
Count Int32?
HealthItem ICollection<HealthItem>
Href String
NextHref String
PrevHref String

Href

Property Type
Href1 String

Investigation

Property Type
Id String
State InvestigationState?
Href String
Assignee User
Assignment Comment
Scope ProblemScope
Target ProblemTarget
Resolution Resolution
Responsible User

Investigations

Property Type
Value ICollection<Investigation>
Investigation ICollection<Investigation>
Count Int32?
NextHref String
PrevHref String
Href String

Issue

Property Type
Id String
Url String

Issues

Property Type
Issues1 ICollection<Issue>

IssuesUsages

Property Type
Count Int32?
Href String
IssueUsage ICollection<IssueUsage>

IssueUsage

Property Type
Issue Issue
Changes Changes

Items

Property Type
Item ICollection<String>

LicenseKey

Property Type
Valid Boolean?
Active Boolean?
Expired Boolean?
Obsolete Boolean?
ExpirationDate String
MaintenanceEndDate String
Type LicenseKeyType?
Servers Int32?
Agents Int32?
UnlimitedAgents Boolean?
BuildTypes Int32?
UnlimitedBuildTypes Boolean?
ErrorDetails String
Key String
RawType String

LicenseKeys

Property Type
Count Int32?
Href String
LicenseKey ICollection<LicenseKey>

LicensingData

Property Type
LicenseUseExceeded Boolean?
MaxAgents Int32?
UnlimitedAgents Boolean?
MaxBuildTypes Int32?
UnlimitedBuildTypes Boolean?
BuildTypesLeft Int32?
ServerLicenseType LicensingDataServerLicenseType?
ServerEffectiveReleaseDate String
AgentsLeft Int32?
LicenseKeys LicenseKeys

Link

Property Type
Type String
Url String
RelativeUrl String

Links

Property Type
Count Int32?
Link ICollection<Link>

MetaData

Property Type
Id String
Entries Entries

Metric

Property Type
Name String
Description String
PrometheusName String
MetricValues MetricValues
MetricTags MetricTags

Metrics

Property Type
Count Int32?
Metric ICollection<Metric>
Href String

MetricTag

Property Type
Name String
Value String

MetricTags

Property Type
Count Int32?
MetricTag ICollection<MetricTag>

MetricValue

Property Type
Name String
Value Double?

MetricValues

Property Type
Count Int32?
MetricValue ICollection<MetricValue>

MultipleOperationResult

Property Type
Count Int32?
ErrorCount Int32?
OperationResult ICollection<OperationResult>

Mute

Property Type
Id Int32?
Href String
Assignment Comment
Scope ProblemScope
Target ProblemTarget
Resolution Resolution

Mutes

Property Type
Value ICollection<Mute>
Mute ICollection<Mute>
Count Int32?
NextHref String
PrevHref String
Href String

NewBuildTypeDescription

Property Type
CopyAllAssociatedSettings Boolean?
ProjectsIdsMap Properties
BuildTypesIdsMap Properties
VcsRootsIdsMap Properties
Name String
Id String
SourceBuildTypeLocator String
SourceBuildType BuildType

NewProjectDescription

Property Type
CopyAllAssociatedSettings Boolean?
ProjectsIdsMap Properties
BuildTypesIdsMap Properties
VcsRootsIdsMap Properties
Name String
Id String
SourceProjectLocator String
SourceProject Project
ParentProject Project

OperationResult

Property Type
Message String
Related RelatedEntity

ParsedTestName

Property Type
TestPackage String
TestSuite String
TestClass String
TestShortName String
TestNameWithoutPrefix String
TestMethodName String
TestNameWithParameters String

Permission

Property Type
Id String
Name String
Global Boolean?

PermissionAssignment

Property Type
Permission Permission
Project Project

PermissionAssignments

Property Type
Count Int32?
PermissionAssignment ICollection<PermissionAssignment>

PermissionRestriction

Property Type
IsGlobalScope Boolean?
Project Project
Permission Permission

PermissionRestrictions

Property Type
Count Int32?
PermissionRestriction ICollection<PermissionRestriction>

PinInfo

Property Type
Status Boolean?
Comment Comment

Plugin

Property Type
Name String
DisplayName String
Version String
LoadPath String
Parameters Properties

Plugins

Property Type
Count Int32?
Plugin ICollection<Plugin>
Href String

Problem

Property Type
Id String
Type String
Identity String
Href String
Description String
Mutes Mutes
Investigations Investigations
ProblemOccurrences ProblemOccurrences
Locator String

ProblemOccurrence

Property Type
Id String
Type String
Identity String
Href String
Muted Boolean?
CurrentlyInvestigated Boolean?
CurrentlyMuted Boolean?
LogAnchor String
NewFailure Boolean?
Details String
AdditionalData String
Problem Problem
Mute Mute
Build Build

ProblemOccurrences

Property Type
Value ICollection<ProblemOccurrence>
ProblemOccurrence ICollection<ProblemOccurrence>
Passed Int32?
Failed Int32?
NewFailed Int32?
Ignored Int32?
Muted Int32?
Count Int32?
NextHref String
PrevHref String
Href String

Problems

Property Type
Value ICollection<Problem>
Problem ICollection<Problem>
Count Int32?
NextHref String
PrevHref String
Href String

ProblemScope

Property Type
Project Project
BuildTypes BuildTypes
BuildType BuildType

ProblemTarget

Property Type
AnyProblem Boolean?
Tests Tests
Problems Problems

ProgressInfo

Property Type
PercentageComplete Int32?
ElapsedSeconds Int64?
EstimatedTotalSeconds Int64?
LeftSeconds Int64?
CurrentStageText String
Outdated Boolean?
ProbablyHanging Boolean?
LastActivityTime String
OutdatedReasonBuild Build

Project

Property Type
Id String
InternalId String
Uuid String
Name String
ParentProjectId String
ParentProjectInternalId String
ParentProjectName String
Archived Boolean?
Description String
Href String
WebUrl String
Links Links
ParentProject Project
ReadOnlyUI StateField
DefaultTemplate BuildType
BuildTypes BuildTypes
Templates BuildTypes
Parameters Properties
VcsRoots VcsRoots
ProjectFeatures ProjectFeatures
Projects Projects
CloudProfiles CloudProfiles
Locator String

ProjectFeature

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties

ProjectFeatures

Property Type
Count Int32?
Href String
ProjectFeature ICollection<ProjectFeature>

Projects

Property Type
Value ICollection<Project>
Project ICollection<Project>
Count Int32?
NextHref String
PrevHref String
Href String

Properties

Property Type
Count Int32?
Href String
Property ICollection<Property>

Property

Property Type
Name String
Value String
Inherited Boolean?
Type Type

Related

Property Type
Builds Builds

RelatedEntities

Property Type
Count Int32?
Entity ICollection<RelatedEntity>

RelatedEntity

Property Type
Type String
Unknown Boolean?
InternalId String
Text String
Build Build
BuildType BuildType
Project Project
User User
Group Group
Test Test
Problem Problem
Agent Agent
VcsRoot VcsRoot
Change Change
AgentPool AgentPool

RepositoryState

Property Type
Timestamp String
Count Int32?
Branch ICollection<BranchVersion>

Requirements

Property Type
Description String

Resolution

Property Type
Type ResolutionType?
Time String

Revision

Property Type
Version String
InternalVersion String
VcsBranchName String
VcsRootInstance VcsRootInstance
CheckoutRules String

Revisions

Property Type
Count Int32?
Revision ICollection<Revision>

Role

Property Type
RoleId String
Scope String
Href String

Roles

Property Type
Role ICollection<Role>

Server

Property Type
Version String
VersionMajor Int32?
VersionMinor Int32?
StartTime String
CurrentTime String
BuildNumber String
BuildDate String
InternalId String
Role String
WebUrl String
Projects Href
VcsRoots Href
Builds Href
Users Href
UserGroups Href
Agents Href
BuildQueue Href
AgentPools Href
Investigations Href
Mutes Href
ArtifactsUrl String

SnapshotDependencies

Property Type
Count Int32?
SnapshotDependency ICollection<SnapshotDependency>
Href String

SnapshotDependency

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties
SourceBuildType BuildType

SnapshotDependencyLink

Property Type
Build Build
BuildType BuildType
BuildTypeBranch String

StateField

Property Type
Value Boolean?
Inherited Boolean?

Step

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties

Steps

Property Type
Count Int32?
Step ICollection<Step>
Href String

Tag

Property Type
Name String
Owner User
Private Boolean?

Tags

Property Type
Count Int32?
Tag ICollection<Tag>

Test

Property Type
Id String
Name String
Mutes Mutes
Investigations Investigations
TestOccurrences TestOccurrences
ParsedTestName ParsedTestName
Href String
Locator String

TestCounters

Property Type
Ignored Int32?
Failed Int32?
Muted Int32?
Success Int32?
All Int32?
NewFailed Int32?
Duration Int64?

TestOccurrence

Property Type
Id String
Name String
Status TestOccurrenceStatus?
Ignored Boolean?
Duration Int32?
RunOrder String
NewFailure Boolean?
Muted Boolean?
CurrentlyMuted Boolean?
CurrentlyInvestigated Boolean?
Href String
IgnoreDetails String
Details String
Test Test
Mute Mute
Build Build
FirstFailed TestOccurrence
NextFixed TestOccurrence
Invocations TestOccurrences
Metadata TestRunMetadata
LogAnchor String

TestOccurrences

Property Type
Value ICollection<TestOccurrence>
TestOccurrence ICollection<TestOccurrence>
TestCounters TestCounters
Failed Int32?
Muted Int32?
Passed Int32?
Ignored Int32?
NewFailed Int32?
Count Int32?
NextHref String
PrevHref String
Href String

TestRunMetadata

Property Type
Count Int32?
TypedValues ICollection<TypedValue>

Tests

Property Type
Count Int32?
MyTestCounters TestCounters
NextHref String
PrevHref String
Test ICollection<Test>

Token

Property Type
Name String
CreationTime DateTimeOffset?
Value String
ExpirationTime DateTimeOffset?
PermissionRestrictions PermissionRestrictions

Tokens

Property Type
Count Int32?
Token ICollection<Token>

Trigger

Property Type
Id String
Name String
Type String
Disabled Boolean?
Inherited Boolean?
Href String
Properties Properties
BuildCustomization BuildTriggerCustomization

TriggeredBy

Property Type
Type String
Details String
Date String
DisplayText String
RawValue String
User User
Build Build
BuildType BuildType
Properties Properties

Triggers

Property Type
Count Int32?
Trigger ICollection<Trigger>
Href String

Type

Property Type
RawValue String

TypedValue

Property Type
Name String
Type String
Value String

User

Property Type
Username String
Name String
Id Int64?
Email String
LastLogin String
Password String
HasPassword Boolean?
Realm String
Href String
Properties Properties
Roles Roles
Groups Groups
Locator String
Avatars UserAvatars
Enabled2FA Boolean?

UserAvatars

Property Type
UrlToSize20 String
UrlToSize28 String
UrlToSize32 String
UrlToSize40 String
UrlToSize56 String
UrlToSize64 String
UrlToSize80 String

Users

Property Type
Count Int32?
User ICollection<User>
Href String

VcsCheckStatus

Property Type
Status String
RequestorType String
Timestamp String

VcsLabel

Property Type
Text String
FailureReason String
Status VcsLabelStatus?
BuildId Int64?
VcsRootInstance VcsRootInstance

VcsLabels

Property Type
Count Int32?
VcsLabel ICollection<VcsLabel>

VcsRoot

Property Type
Id String
InternalId String
Uuid String
Name String
VcsName String
ModificationCheckInterval Int32?
Href String
Project Project
Properties Properties
VcsRootInstances VcsRootInstances
RepositoryIdStrings Items
ProjectLocator String
Locator String

VcsRootEntries

Property Type
Count Int32?
VcsRootEntry ICollection<VcsRootEntry>
Href String

VcsRootEntry

Property Type
Id String
Inherited Boolean?
VcsRoot VcsRoot
CheckoutRules String

VcsRootInstance

Property Type
Id String
VcsRootId String
VcsRootInternalId String
Name String
VcsName String
ModificationCheckInterval Int32?
CommitHookMode Boolean?
LastVersion String
LastVersionInternal String
Href String
VcsRoot VcsRoot
Status VcsStatus
RepositoryState RepositoryState
Properties Properties
RepositoryIdStrings Items
ProjectLocator String

VcsRootInstances

Property Type
Value ICollection<VcsRootInstance>
VcsRootInstance ICollection<VcsRootInstance>
Count Int32?
NextHref String
PrevHref String
Href String

VcsRoots

Property Type
Value ICollection<VcsRoot>
VcsRoot ICollection<VcsRoot>
Count Int32?
NextHref String
PrevHref String
Href String

VcsStatus

Property Type
Current VcsCheckStatus
Previous VcsCheckStatus

Enums

AgentProtocol

Name Value
Unidirectional 0
Bidirectional 1

BuildState

Name Value
Queued 0
Finished 1
Running 2
Deleted 3
Unknown 4

BuildTypeType

Name Value
Regular 0
Composite 1
Deployment 2

HealthItemSeverity

Name Value
INFO 0
WARN 1
ERROR 2

InvestigationState

Name Value
TAKEN 0
FIXED 1
GIVEN_UP 2
NONE 3

LicenseKeyType

Name Value
Evaluation 0
Eap 1
Open_source 2
Commercial 3
Enterprise 4
Professional 5

LicensingDataServerLicenseType

Name Value
Evaluation 0
Eap 1
Open_source 2
Commercial 3
Enterprise 4
Professional 5

ResolutionType

Name Value
Manually 0
WhenFixed 1
AtTime 2

TestOccurrenceStatus

Name Value
UNKNOWN 0
SUCCESS 1
WARNING 2
FAILURE 3
ERROR 4

VcsLabelStatus

Name Value
None 0
Set 1
Is_being_set 2
Failed 3
Disabled_for_the_vcs_root 4
Not_supported_yet_for_the_vcs 5

Clone this wiki locally