Uses of Class
com.polarion.alm.ws.client.types.tracker.EnumOption
Packages that use EnumOption
Package
Description
-
Uses of EnumOption in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return EnumOptionModifier and TypeMethodDescriptionITrackerService.IExternallyLinkedWorkItem.getResolution()ITrackerService.IExternallyLinkedWorkItem.getSeverity()ITrackerService.IExternallyLinkedWorkItem.getStatus()ITrackerService.IExternallyLinkedWorkItem.getType() -
Uses of EnumOption in com.polarion.alm.ws.client.testmanagement
Methods in com.polarion.alm.ws.client.testmanagement that return EnumOptionModifier and TypeMethodDescriptionTestManagementWebService.getTestStepsConfiguration(String projectId) Gets the default Test Steps custom field configuration.TestManagementWebService.getTestStepsConfigurationByWorkItemType(String projectId, String wiType) Gets the Test Steps custom field configuration for a specific Work Item type. -
Uses of EnumOption in com.polarion.alm.ws.client.tracker
Methods in com.polarion.alm.ws.client.tracker that return EnumOptionModifier and TypeMethodDescriptionTrackerWebService.getAllEnumOptionsForId(String projectID, String enumID) Gets all enumeration options.TrackerWebService.getAllEnumOptionsForKey(String projectID, String key) Gets all enumeration options.TrackerWebService.getEnumOptionFromObjectUriForId(String uri, String enumId) Returns an instance of the IEnumOption of a given object URI and the enumeration Id.TrackerWebService.getEnumOptionFromObjectUriForKey(String uri, String prototypeName, String key) Returns an instance of the IEnumOption of a given object URI, the Prototype name and the prototype object's key.TrackerWebService.getEnumOptionsForId(String workitemURI, String enumID) Gets the available enumeration options.TrackerWebService.getEnumOptionsForIdWithControl(String projectID, String enumID, String controlValue) Gets the available enumeration options.TrackerWebService.getEnumOptionsForKey(String workitemURI, String key) Gets the available enumeration options.TrackerWebService.getEnumOptionsForKeyWithControl(String projectID, String key, String controlValue) Gets the available enumeration options.TrackerWebService.getEnumOptionWithEnumId(String workitemURI, String enumID, EnumOptionId id) Gets an enumeration option.TrackerWebService.getEnumOptionWithKey(String workitemURI, String key, EnumOptionId id) Gets an enumeration option.TrackerWebService.getFilteredEnumOptionsForKey(String uri, String key, String filter) Gets the available, filtered enumeration options. -
Uses of EnumOption in com.polarion.alm.ws.client.types.tracker
Subclasses of EnumOption in com.polarion.alm.ws.client.types.tracker