Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X 

A

AbstractTestLaunchBean - Class in com.segue.tm.published.api.testlaunch
Convenience class a test launch plugin class can derive from.
AbstractTestLaunchBean() - Constructor for class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
 
activateExecServer(String, int, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Activates an existing execution server if it is not already active.
activateProjects(String, int[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Activates the projects with the given IDs.
addAttributeOptions(String, int, String, AttributeOption[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Adds attribute options to the given attribute identified by attributeName.
addAttributeOptions(String, int, String, AttributeOption[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Adds attribute options to the given attribute identified by attributeName.
addAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes).
addAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes)
addBuild(String, String, String, String, String, boolean) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Adds a new build for the given product and version.
addCustomStepProperty(String, int, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns the Id of the step being added.
addDependentField(IssueTrackingField) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Add a field whose value depends on the value of this field.
addDirectory(String, String, String) - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
Create a subDirectory, also known as subProject.
addError(String) - Method in interface com.segue.scc.published.api.ErrorSink
Deprecated.
 
addExternalHostAddress(String) - Method in class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
Add an entry to the list of host addresses (typically IP v4 addresses), by which virtual machines inside the instance can be accessed.
addFile(String, File, String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Adds a single file to the source control system.
addFiles(String, File, String, boolean) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Adds multiple files to the source control system.
addLocationToProject(String, int, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Adds an association from a location to a project.
AddLogMsg(String) - Method in class com.segue.scc.published.api.codeanalysis.CodeAnalysisResult
Add a message to be put into the CodeAnalysis Framework log file.
addManualTest(String, int, String, String, ManualTestStep[], NodeParameter[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Adds a manual test definition with optional parameters as child to a test container.
addManualTestStep(String, int, ManualTestStep) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Adds a new manual test step.
addNode(String, int, ExecutionNode, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Adds a node to the execution tree.
addNode(String, int, int, PlanningNode) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Adds a new child node to the given parent node.
addVersion(String, String, String, String, boolean) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Adds a new version for the given product.
AdministrationService - Class in com.microfocus.silkcentral.webservices.administration
Provides basic functionality for the administration area of Silk Central.
AdministrationService() - Constructor for class com.microfocus.silkcentral.webservices.administration.AdministrationService
 
assignTest(String, int, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method assigns the test with the provided test ID to the requirement with the provided requirement ID.
asyncRunExternalProcess(String[], Map<String, String>, File, PrintStream) - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Asynchronously executes an arbitrary executable as external process.
AttributeOption - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds general information about the AttributeOption
AttributeOption() - Constructor for class com.microfocus.silkcentral.webservices.tests.AttributeOption
 
automateTest(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Convert an existing manual test to an automated test.

B

BROWSE_FILE_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
BROWSE_FOLDER_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
BrowseableProfile - Interface in com.segue.scc.published.api.vcs
A BrowseableProfile is used to browse file/folder structures.
buildPath(String, String) - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
Just create a path with parentPath, separator and childName.

C

CHECKBOX - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Check-box field.
checkIn(String, String, String, String) - Method in interface com.segue.scc.published.api.vcs.VersionControlProfile
Upload a local (checked out) file to the source control system.
checkOut(String, String, String, boolean) - Method in interface com.segue.scc.published.api.vcs.VersionControlProfile
Checkout means to lock a file in the source control system for exclusive access.
cleanupWorkingDirectory(String, File) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Some SourceControl Systems don't remove a file in the WorkingDirectory if it's removed on the server.
close() - Method in class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Close this session when all test cases finished.
CloudDeployedInstanceInfo - Class in com.segue.scc.published.api.cloud
Describes an instance deployed in the cloud and exposes by which host addresses its virtual machine(s) can be accessed.
CloudDeployedInstanceInfo(String, Collection<String>, Map<String, String>) - Constructor for class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
Constructs a new info object used to identify a new instance deployed in the cloud.
CloudProviderProfile - Interface in com.segue.scc.published.api.cloud
Implementations of this interface accomplish access and control of an external cloud system, like VMware infrastructure, Microsoft Hyper-V, or a public cloud.
CloudProviderProfileException - Exception in com.segue.scc.published.api.cloud
A wrapper for all exceptions in the cloud provider profile code.
CloudProviderProfileException(String, Throwable) - Constructor for exception com.segue.scc.published.api.cloud.CloudProviderProfileException
 
CloudProviderProfileException(String) - Constructor for exception com.segue.scc.published.api.cloud.CloudProviderProfileException
 
CloudProviderProfileException(Throwable) - Constructor for exception com.segue.scc.published.api.cloud.CloudProviderProfileException
 
CloudProviderProperty - Class in com.segue.scc.published.api.cloud
A CloudProviderProperty represents a property used to configure a cloud provider profile.
CloudProviderProperty(String) - Constructor for class com.segue.scc.published.api.cloud.CloudProviderProperty
Only set an id of the property.
CloudProviderProperty(String, String[], String) - Constructor for class com.segue.scc.published.api.cloud.CloudProviderProperty
Define selectable values for the property.
CloudTemplate - Class in com.segue.scc.published.api.cloud
 
CloudTemplate(String, String, Collection<String>) - Constructor for class com.segue.scc.published.api.cloud.CloudTemplate
 
codeAnalysisIsOn() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Returns true if the "Code Analysis" setting is switched on.
CodeAnalysisProfile - Interface in com.segue.scc.published.api.codeanalysis
 
CodeAnalysisProfileData - Interface in com.segue.scc.published.api.codeanalysis
 
CodeAnalysisProfileException - Exception in com.segue.scc.published.api.codeanalysis
 
CodeAnalysisProfileException(Throwable) - Constructor for exception com.segue.scc.published.api.codeanalysis.CodeAnalysisProfileException
 
CodeAnalysisProfileException(String) - Constructor for exception com.segue.scc.published.api.codeanalysis.CodeAnalysisProfileException
 
CodeAnalysisProfileException(String, Throwable) - Constructor for exception com.segue.scc.published.api.codeanalysis.CodeAnalysisProfileException
 
CodeAnalysisResult - Class in com.segue.scc.published.api.codeanalysis
 
CodeAnalysisResult() - Constructor for class com.segue.scc.published.api.codeanalysis.CodeAnalysisResult
 
ColumnMetaInfo - Interface in com.segue.scc.published.api.datasource85
This interface provides information regarding the columns returned by a DataSet.
ColumnType - Enum in com.segue.scc.published.api.datasource85
 
com.microfocus.silkcentral.webservices - package com.microfocus.silkcentral.webservices
This package contains interfaces to catch and set error messages (WSFaultBean and WSFaultException).
com.microfocus.silkcentral.webservices.administration - package com.microfocus.silkcentral.webservices.administration
This package contains interfaces to access the Project and Product entities of Silk Central (AdministrationService, previously MainEntities).
com.microfocus.silkcentral.webservices.executionplanning - package com.microfocus.silkcentral.webservices.executionplanning
This package contains interfaces to access the Execution Planning area of Silk Central (ExecutionPlanningService, previously IExecutionWebservice).
com.microfocus.silkcentral.webservices.filter - package com.microfocus.silkcentral.webservices.filter
This package contains interfaces to create, read, update, and delete filters (FilterService).
com.microfocus.silkcentral.webservices.issuemanager - package com.microfocus.silkcentral.webservices.issuemanager
This package contains interfaces to access Issue Manager (IssueManagerService, previously RadarServiceIF).
com.microfocus.silkcentral.webservices.requirements - package com.microfocus.silkcentral.webservices.requirements
This package contains interfaces to access the Requirements area of Silk Central (RequirementsService, previously RMservice).
com.microfocus.silkcentral.webservices.system - package com.microfocus.silkcentral.webservices.system
This package contains interfaces to access the root service, which provides authentication and simple utility methods (SystemService, previously SystemserviceI).
com.microfocus.silkcentral.webservices.tests - package com.microfocus.silkcentral.webservices.tests
This package contains interfaces to access the Tests area of Silk Central (TestsService, previously IPlanningService).
com.segue.scc.published.api - package com.segue.scc.published.api
This package contains interfaces that can be extended by Plugins.
com.segue.scc.published.api.cloud - package com.segue.scc.published.api.cloud
This package contains interfaces for cloud provider integrations, was introduced with Silk Central 13.0 and is subject to change in future versions.
com.segue.scc.published.api.codeanalysis - package com.segue.scc.published.api.codeanalysis
This package contains interfaces for code analysis tool integrations.
com.segue.scc.published.api.common82 - package com.segue.scc.published.api.common82
This package was introduced with SilkCentral Test Manager 8.2 and replaces/enhances classes from com.segue.published.api.
com.segue.scc.published.api.common85 - package com.segue.scc.published.api.common85
This package was introduced with SilkCentral Test Manager 8.5 and replaces/enhances classes from com.segue.published.api.
com.segue.scc.published.api.datasource85 - package com.segue.scc.published.api.datasource85
This package was introduced with SilkCentral Test Manager 8.5 to enable the creation of data-source plug-ins.
com.segue.scc.published.api.issuetracking - package com.segue.scc.published.api.issuetracking
This package contains interfaces that need to be implemented to integrate third-party issue-tracking systems into SilkCentral Test Manager.
com.segue.scc.published.api.issuetracking82 - package com.segue.scc.published.api.issuetracking82
This package was introduced with SilkCentral Test Manager 8.2 and replaces/enhances classes from com.segue.tm.published.api.issuetracking.
com.segue.scc.published.api.vcs - package com.segue.scc.published.api.vcs
This package contains interfaces for source control profile integration.
com.segue.tm.published.api.requirements.javaplugin - package com.segue.tm.published.api.requirements.javaplugin
This package contains interfaces to be used when implementing a plug-in for external requirement management system integrations.
com.segue.tm.published.api.testlaunch - package com.segue.tm.published.api.testlaunch
This package contains interfaces to be used when implementing a plug-in for a new Test Definition type and its specific execution.
context() - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
Provides access to various information like the root directory of the test container.
convertFromReadableTime(String) - Method in class com.microfocus.silkcentral.webservices.system.SystemService
Converts the given date/time to the number of milliseconds since midnight, January 1, 1970 UTC.
convertToManualTest(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Convert an existing automated test to a manual test.
convertToReadableTime(long) - Method in class com.microfocus.silkcentral.webservices.system.SystemService
Converts the given time (number of milliseconds since midnight, January 1, 1970 UTC) into a human-readable string representation.
copyProject(String, int, String, String[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Copies a project including the data selected in copyProjectProperties.
createExecServer(String, ExecServer) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Creates a new execution sever with the given properties.
createFilter(String, int, Filter) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Creates a new filter.
createFullCodeCoverageFile() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Creates a full code coverage file associated to the execution plan run to be written in xml code coverage standard format by a plugin.
createIssue(String, int, IssueInformation) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Creates a new issue in the given project and returns the newly created ID.
createLocation(String, LocationDetails) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Creates a new location with the data provided by the location details.
createProject(String, Project) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Creates a new project with the given properties.
createTestCodeCoverageFile() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Creates a code coverage file associated to the current test to be written in xml code coverage standard format by a plugin.
createTestPackage(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Creates a test package structure from the given xmlPackage as a child node of packageParentNodeId.
createUser(String, UserDetails) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Creates a new user with the data of the given userDetails - the login has to be unique.
createUsergroup(String, UserGroup) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Creates a new UserGroup.
createWorkingDirectory(String, File) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Creates the local working directory and retrieves all files from the source control system within the specified path.
Note: Some source control systems store information in the locally checked out projects.
createWorkingDirectory(File, String) - Method in interface com.segue.scc.published.api.vcs.VersionControlProfile
Deprecated.
not used anymore
Credentials - Interface in com.segue.scc.published.api
A username/password pair to use for authentication.
CredentialsProvider - Interface in com.segue.scc.published.api
Get some Credentials for authentication.
CUSTOM_PROPERTY_TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_CALCULATED - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_INT - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_LISTMULTI - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_LISTSINGLE - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CUSTOM_PROPERTY_TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CustomProperty - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds the information about a custom property of a requirement.
CustomProperty() - Constructor for class com.microfocus.silkcentral.webservices.requirements.CustomProperty
 
CustomPropertyListItem - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds the basic information of a list item in a custom property (see CustomProperty).
CustomPropertyListItem() - Constructor for class com.microfocus.silkcentral.webservices.requirements.CustomPropertyListItem
 
CustomStepProperty - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the information about a custom step property
CustomStepProperty() - Constructor for class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Creates a new custom step property
CustomStepProperty(int, int, String, String) - Constructor for class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
 

D

DataSet - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the information about a dataset.
DataSet() - Constructor for class com.microfocus.silkcentral.webservices.tests.DataSet
 
DataSet(String) - Constructor for class com.microfocus.silkcentral.webservices.tests.DataSet
 
DataSet - Interface in com.segue.scc.published.api.datasource85
A DataSet belongs to a DataSource and knows about the meta-info of the data it can deliver.
DataSource - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the information about a data source.
DataSource() - Constructor for class com.microfocus.silkcentral.webservices.tests.DataSource
 
DataSource(int, String, String, String) - Constructor for class com.microfocus.silkcentral.webservices.tests.DataSource
 
DataSource - Interface in com.segue.scc.published.api.datasource85
A DataSource knows how it gets it's DataSets and also how to get the actual data and how to get metaInfo.
DataSourceConfiguration - Interface in com.segue.scc.published.api.datasource85
This is the interface that will passed into a DataSource plugin so it can read it's configuration.
DataSourceException - Exception in com.segue.scc.published.api.datasource85
This is the exception that can be thrown in the DataSource code.
DataSourceException() - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DataSourceException(String) - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DataSourceException(String, Throwable) - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DataSourceException(Throwable) - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DataSourceException(String, String) - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DataSourceException(String, String, Throwable) - Constructor for exception com.segue.scc.published.api.datasource85.DataSourceException
 
DATE_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
For later version.
deactivateExecServer(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deactivates an existing execution server if it is active.
deactivateProjects(String, int[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deactivates the projects with the given IDs.
DefaultColumnMetaInfo - Class in com.segue.scc.published.api.datasource85
This can easily be instantiated and holds all the information it provides as members.
DefaultColumnMetaInfo(String, ColumnType, boolean) - Constructor for class com.segue.scc.published.api.datasource85.DefaultColumnMetaInfo
 
DefaultIdentifiedObject - Class in com.segue.scc.published.api.common82
A basic implementation of an identified object, that simply contains all required values.
DefaultIdentifiedObject(String, Object) - Constructor for class com.segue.scc.published.api.common82.DefaultIdentifiedObject
 
DefaultProperty - Class in com.segue.scc.published.api.common82
Provides a default implementation for properties.
DefaultProperty() - Constructor for class com.segue.scc.published.api.common82.DefaultProperty
 
DefaultProperty(String, int) - Constructor for class com.segue.scc.published.api.common82.DefaultProperty
 
DefaultProperty(String, int, String) - Constructor for class com.segue.scc.published.api.common82.DefaultProperty
 
DefaultProperty(String, int, String, IdentifiedObject[]) - Constructor for class com.segue.scc.published.api.common82.DefaultProperty
 
DefaultProperty - Class in com.segue.scc.published.api.common85
A simple Property that holds all the data it requires for satisfying the interface.
DefaultProperty(String, String, PropertyType, boolean) - Constructor for class com.segue.scc.published.api.common85.DefaultProperty
 
DefaultProperty(String, PropertyType, boolean) - Constructor for class com.segue.scc.published.api.common85.DefaultProperty
 
DefaultProperty(String, String, PropertyType) - Constructor for class com.segue.scc.published.api.common85.DefaultProperty
 
DefaultProperty(String, PropertyType) - Constructor for class com.segue.scc.published.api.common85.DefaultProperty
 
deleteAttributeOptions(String, int, String, AttributeOption[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Deletes attribute options of the given attribute identified by attributeName.
deleteAttributeOptions(String, int, String, AttributeOption[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Deletes attribute options of the given attribute identified by attributeName.
deleteAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Deletes the attributes identified by their IDs for the given project identified by projectId.
deleteAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Delete given attributes identified by their Ids for the given project identified by projectId.
deleteCustomProperty(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
 
deleteCustomStepProperty(String, int, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Deletes a custom step property.
deleteExecServer(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes the execution server identified by the ID.
deleteFilter(String, int) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Deletes the filter identified by filterId.
deleteLocations(String, int[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes the location identified by the locationId (only if no execution servers exist for the location).
deleteManualTestStep(String, int, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Deletes a manual test step.
deleteNode(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Deletes a node and all its children from the execution tree.
deleteNode(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Deletes a node and its complete subtree.
deleteProjects(String, int[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes projects with the given IDs (if the logged in user has the right to do so).
deleteProperty(String, PropertyValue) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Deletes a given property from its associated node.
deleteRequirement(String, int, boolean) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method deletes the provided requirement.
deleteRoleByName(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes a role by the specified name.
deleteUserGroup(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes the user group identified by ID.
deleteUsers(String, int[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Deletes existing users (identified by the IDs).
deployNewInstanceFromTemplate(Map<String, String>) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Deploy a new instance in the cloud with the specified template properties.
digestCodeCoverageResults() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Deprecated.
code coverage recording with remote access to OptimizeIt controller not supported anymore. Use TestLaunchResultDrain.createTestCodeCoverageFile()
duplicateRole(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Duplicates a role and returns the new role ID.

E

editIssueDescription(String, int, int, String, boolean) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Updates the description of a given issue.
EnhancedPropertyProvider - Interface in com.segue.scc.published.api.common82
Replaces the old PropertyProvider by introducing the Property interface.
ERROR_CLIENT_API_NOT_FOUND - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
A required sourceControl client API was not found.
ERROR_FILE_TOO_LARGE - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
 
ERROR_INVALID_ARGUMENT - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
An argument provided to the SCS was invalid, for example missing.
ERROR_LOCAL_FILE_STORAGE_FAIL - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
 
ERROR_NO_VERSION_SUPPORT - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
A label should be fetched but the profile does not support versioning (UNC).
ERROR_NOT_IMPLEMENTED - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
The method is not implemented.
ERROR_PROJECT_DOESENT_EXIST - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
The specified projectPath doesn't exist.
ERROR_SECURITY_ISSUE - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
Mostly wrong user or password.
ERROR_TARGET_EXISTS - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
 
ERROR_UNKNOWN - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
An unknown (not exactly specified) error occurred.
ERROR_VOID_PROFILE - Static variable in exception com.segue.scc.published.api.vcs.SourceControlException
The SCP has void functionality
ErrorSink - Interface in com.segue.scc.published.api
Deprecated.
for backward compatibility only
ExecServer - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information about an execution server.
ExecServer() - Constructor for class com.microfocus.silkcentral.webservices.administration.ExecServer
 
execute(long, TestLaunchResultDrain) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchBean
Called to execute a test definition and invoke the plugin's test execution implementation.
ExecutionContextInfo - Interface in com.segue.tm.published.api.testlaunch
Provides access to execution related properties (e.g.
ExecutionContextInfo.ExecProperty - Enum in com.segue.tm.published.api.testlaunch
Enumeration of keys available in properties map returned by ExecutionContextInfo.getProperties().
ExecutionHandle - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds the information about an execution handle which identifies a run of an execution plan.
ExecutionHandle() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.ExecutionHandle
 
ExecutionNode - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class represents an object in the execution planning tree.
ExecutionNode() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
 
ExecutionPlanningService - Class in com.microfocus.silkcentral.webservices.executionplanning
Provides functionality for the execution planning Web Service
ExecutionPlanningService() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
 
ExecutionResult - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds the information of the results of a run of an execution plan.
ExecutionResult() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
 
ExtProcessTestLaunchBean - Class in com.segue.tm.published.api.testlaunch
Convenience class for test launch plugin subclasses to launch an external process.
ExtProcessTestLaunchBean() - Constructor for class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
 

F

FIELD_PRIORITY - Static variable in class com.segue.scc.published.api.issuetracking.Issue
 
fieldChanged(IssueTrackingField) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
Called when a field with dependent fields has changed to reload the options of those dependent fields.
Filter - Class in com.microfocus.silkcentral.webservices.filter
An instance of this class holds the information of a stored filter.
Filter() - Constructor for class com.microfocus.silkcentral.webservices.filter.Filter
 
FilterCriterion - Class in com.microfocus.silkcentral.webservices.filter
An instance of this class holds the information of a filter criterion, which is used in FilterService.
FilterCriterion() - Constructor for class com.microfocus.silkcentral.webservices.filter.FilterCriterion
 
FilterService - Class in com.microfocus.silkcentral.webservices.filter
This class contains the methods provided by the Filter Web Service.
FilterService() - Constructor for class com.microfocus.silkcentral.webservices.filter.FilterService
 
finalize() - Method in class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
 
findProjects(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all projects assigned to the logged in user (or all projects if the user is an administrator) with the given name (wildcards * and ? are allowed).

G

get(String, String, boolean) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Gets the latest version of a file or files in a path.
get(String, String, boolean, String) - Method in interface com.segue.scc.published.api.vcs.VersionControlProfile
 
getActionRelease() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the action release of this issue.
getActionURL(String, RMAction) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the URL for an action on a specific node.
getActiveVersions(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns names of active versions associated with the given product.
getAllActions() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all different actions possible on any node.
getAllListValues() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Returns all possible values for this property.
getAllListValues() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Returns all possible values for this property.
getAllListValues() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Returns all possible values for this property.
getAllMemberships(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all memberships.
getAllRoles(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all roles.
getAllUserGroups(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all user groups.
getAppModuleID() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the application server module ID (1 for Performance Manager).
getAssigned() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the user this issue is assigned to.
getAssignedManualTesters(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Retrieve assigned manual testers of an execution plan.
getAssignedProjects() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the IDs of the projects assigned to the user.
getAssignedTests(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns all assigned tests for the provided requirement.
getAttachments() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the URLs of all attachments for this node.
getAttachments() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns the URLs of all attachments for this test.
getAttachments() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns the URLs of all attachments for this test step.
getAttributes(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Returns all attributes for the given project identified by projectId.
getAttributes(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns all attributes for the given project identified by projectId.
getAttributes() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns a list of all attributes for this test.
getAvailableValues(String) - Method in interface com.segue.scc.published.api.datasource85.DataSource
When the returned PropertyProvider returns a property of type MULTISELECT or SINGLESELECT this method will be called with the corresponding property to get the currently possible values.
getBaseline() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfile
This function is called before starting coverage.
getBuild() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the build of this result.
getBuilds(String, String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all build names associated with the given product and version.
getBytes() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMSnapshot
Returns the bytes of the image.
getCategories(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available filter categories.
getCategory() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Gets the category of the filter.
getChangedAt() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the timestamp when this custom property was last changed.
getChangedAt() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the time stamp (milliseconds) for the last change of the node.
getChangedBy() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the user who last changed this custom property.
getChangedBy() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the user who last changed the node.
getChangedNodes(String, long, int, int) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all changed nodes since a specific time stamp.
getChildNodes(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets the child nodes of a parent node in the execution tree.
getChildNodes(String, int, int, NodeFilter) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns an array of child nodes of a defined node in the test planning tree.
getChildren() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Gets the children of this property value.
getChildren() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Gets the children of this property value.
getChildren(String, List<String>) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all children of a node.
getChildrenIds(String, List<String>) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all ids of the children for a list of nodes.
getCleanupTestDef() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the result of the cleanup task.
getCleanupTestDefinition(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets the ID of the test that is used for cleanup in an execution plan or in a configuration suite.
getCloudTemplateProperties(String) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
 
getCloudTemplates() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Retrieve the human readable names of available templates in the cloud which can be selected for a cloud execution server.
getColumnMetaInfo() - Method in interface com.segue.scc.published.api.datasource85.DataSet
 
getCombination() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Gets the combination of the filter.
getCombinations(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available variants of how to combine filter criteria within a filter.
getComponent() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the component this issue is assigned to.
getComponentCode() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Gets the code of the component.
getComponentNamesByProduct(String, int, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of component names that are configured for the provided product.
getComponentNamesByProductIssueType(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of ComponentNames for the given issue type that are configured for the provided product.
getComponents(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all component names associated with a given project.
getComponents(String, int, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of components that are configured for the provided Issue Manager project and product.
getConfigContentRoot() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
Gets the root element of the JDOM content of the configuration file of this plugin type.
getContentType() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMSnapshot
Returns the content type of the image.
getCount() - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
Gets the number of issues that are assigned to the given product and that are in the given state.
getCount() - Method in class com.segue.scc.published.api.issuetracking.IssueStatisticsEntry
 
getCoverage() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfile
This function is called after stopCoverage().
getCreatedAt() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the timestamp of the group creation.
getCreatedAt() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the timestamp when this custom property was created.
getCreatedAt() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the time stamp (milliseconds) for the creation of the node.
getCreatedBy() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the name of the creating user.
getCreatedBy() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the user who created this custom property.
getCreatedBy() - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Gets the user login with which to filter for test planning nodes
getCreatedBy() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the user who created the node.
getCredentials(String) - Method in interface com.segue.scc.published.api.CredentialsProvider
Get Credentials for authentication.
getCriteria() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Get the list of criterions that are used to evaluate this filter.
getCriteria(String, int, String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available criteria for a sgetCriteriapecified result category.
getCriterionName() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the name of the criterion.
getCriterionProperties(String, int, String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available properties for the specified criterion within the specified project.
getCustomProperties(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Retrieves all CustomProperty objects for a project.
getCustomProperty(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Retrieves a CustomProperty object for the given propertyId.
getCustomStepPropertyNames(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns an array of custom step properties.
getData() - Method in interface com.segue.scc.published.api.datasource85.DataSet
Get all the data that this DataSet delivers.
getDataProvider() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns a RMDataProvider instance.
getDataSetForDataSource(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns all available DataSets for a given DataSource.
getDataSets() - Method in interface com.segue.scc.published.api.datasource85.DataSource
 
getDataSourcesForProject(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns all available DataSources for a given project.
getDateFormat() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the preferred date format (for example "EEE, MMM dd, yyyy - hh:mm:ss a").
getDefaultOpenURL(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the URL for the default open action on a node.
getDefaultValue() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the default value of this property.
getDefaultValue() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the default value of this property.
getDefaultValue() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the default value of this property.
getDefaultValue() - Method in class com.segue.scc.published.api.cloud.CloudProviderProperty
 
getDefaultValue() - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
getDefaultValue() - Method in interface com.segue.scc.published.api.common82.Property
Get the default value for a property, if nothing is set yet.
getDefaultValue() - Method in class com.segue.scc.published.api.common85.DefaultProperty
 
getDefaultValue() - Method in interface com.segue.scc.published.api.common85.Property
Returns the default value of a property.
getDefaultValue(String) - Method in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
Get the default data for a property, if nothing is set yet.
getDeletedNodeIds(String, long) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all ids of deleted nodes since provided time stamp.
getDependentFields() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Get all fields that depend on this field.
getDependentProperties() - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
getDependentProperties() - Method in interface com.segue.scc.published.api.common82.Property
Get all dependent properties for this property.
getDescription() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the description of this execution server.
getDescription() - Method in class com.microfocus.silkcentral.webservices.administration.Location
Gets the description of the location.
getDescription() - Method in class com.microfocus.silkcentral.webservices.administration.Project
Gets the description of the project.
getDescription() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the group description.
getDescription() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets the description of the parameter.
getDescription() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets a description of the property.
getDescription() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Gets the description of the filter.
getDescription() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the detailed description of this issue.
getDescription() - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Gets the description of the project.
getDescription() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the description of the property.
getDescription() - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Gets the description of the requirement.
getDescription() - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Gets the textual description for this data source
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Gets the description of this manual step
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Gets the description of the entity
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets the description of the parameter
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Gets the description of the planning node
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.Project
Gets the description of the project
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the description of the attribute
getDescription() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets a description of the property
getDescription() - Method in class com.segue.scc.published.api.issuetracking.Issue
 
getDescription() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAttachment
Returns the description of the attachment
getDescription() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the description of the node
getDescription() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMProject
Returns the description of the project.
getDescription() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns the description of the test definition to be generated in SCTM.
getDescription() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns the description of the test step to be generated in SCTM.
getDescriptionField() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getDuration() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the duration of the execution of the test (in milliseconds).
getEMail() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the email address used for notifications.
getErrorCount() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the number of errors.
getExecDefId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionHandle
Gets the ID of the execution plan.
getExecDefId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the ID of the execution plan to which this result belongs.
getExecDefName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the name of the execution plan to which this result belongs.
getExecDefRunId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the ID of the run of the execution plan.
getExecServerById(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the execution server identified by the given ID.
getExecServerHostName() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the hostname of this execution server.
getExecServerKeywords(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the keywords set for the specified execution server (includes #-prefixed predefined keywords).
getExecServerName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the name of the execution server on which the tests were running on.
getExecServersOfLocation(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the execution servers of a location.
getExecutionContextInfo() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Used to obtain execution related properties (e.g.
getExecutionResult(String, ExecutionHandle) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Returns results on a per-execution plan basis.

Note: The execution must be finished to get a result, otherwise the return value will be null.
getExecutionResultURL(String, int, long, String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Returns a URL that can be used to access the results of a specific run on a browser.
getExecutionRootNode(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Searches for the root node in the execution tree.
getExpectedResult() - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Gets the expected result of this manual step
getExpectedResult() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns the expected result string of the test step to be generated in SCTM.
getExternalHostAddresses() - Method in class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
 
getExternalId() - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Gets the external ID of the requirement.
getExternalId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns the id of the test from the external system.
getFaultInfo() - Method in exception com.microfocus.silkcentral.webservices.WSFaultException
 
getFieldLength() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
The maximum number of characters the user may enter.
getFields() - Method in class com.segue.scc.published.api.issuetracking.Issue
Get the fields of an issue.
getFile() - Method in interface com.segue.scc.published.api.datasource85.DataSourceConfiguration
 
getFileExtensions() - Method in interface com.segue.scc.published.api.datasource85.DataSource
If the plugin is a file based Data Source this method returns the allowed file extensions.
getFilter(String, int) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets the filter identified by filterId.
getFilters(String, int) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all defined filters within the selected project.
getFirstDayOfWeek() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the configured first day of week (1..Sunday, 2..Monday, ..
getFirstName() - Method in class com.microfocus.silkcentral.webservices.administration.User
Gets the first name of the user.
getFirstname() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Gets the first name of the manual tester.
getFormatString() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets a string representing any required format for this property, or null if no format is defined.
getFormatString() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets a string representing any required format for this property, or null if no format is defined.
getFormatString() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets a string representing any required format for this property, or null if no format is defined.
getGroupById(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns a user group with the given ID.
getGroupByName(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns a user group with the given name.
getGroupId() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Gets the group ID.
getGroupName() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Gets the group name.
getGUIObjects(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns a list of custom GUI elements.
getHistory() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the history of this issue.
getHost() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getIconName(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMIconProvider
Returns the name for the icon, which should be displayed in SCTM for a specific node.
getIconProvider() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns a RMIconProvider instance.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the ID of this execution server.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.Location
Gets the ID of the location.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.Project
Gets the ID of the project.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.Role
Gets the ID of the role.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.User
Gets the ID of the user.
getId() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the ID of the user group.
getId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Returns the unique identifier of the ExecutionNode.
getId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets the ID of the parameter.
getId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the ID of this meta information.
getId() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Gets the ID of this filter.
getId() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the ID of this criterion.
getId() - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Gets the ID of the project.
getId() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the ID of this meta information.
getId() - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Gets the ID of the requirement.
getId() - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
getId() - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Gets the id of the step this property belongs to
getId() - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Gets the ID of the DataSource
getId() - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Gets the id of the entity
getId() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets the id of the parameter
getId() - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Gets the Id of the planning node
getId() - Method in class com.microfocus.silkcentral.webservices.tests.Project
Gets the Id of the project
getId() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the Id of the attribute
getId() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the ID of this meta information
getId() - Method in class com.segue.scc.published.api.cloud.CloudProviderProperty
 
getId() - Method in class com.segue.scc.published.api.common82.DefaultIdentifiedObject
 
getId() - Method in interface com.segue.scc.published.api.common82.IdentifiedObject
 
getId() - Method in enum com.segue.scc.published.api.datasource85.ColumnType
 
getId() - Method in class com.segue.scc.published.api.issuetracking.Issue
 
getId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the id of the node.
getId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNodeType
Returns the id for the node type.
getId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMProject
Returns the id of the project.
getId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns the id of the test step to be generated in SCTM.
getInboxes(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns the list of names of inboxes that are configured for the provided Issue Manager project.
getInfo() - Method in interface com.segue.scc.published.api.issuetracking82.IssueTrackingProfile
Get the info shown in the RepositoryInfo column of the configuration page.
getInstance(int) - Static method in enum com.segue.scc.published.api.common85.PropertyType
Returns the property type object for a provided id.
getInstanceName() - Method in class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
 
getIntegrationDefaultFolderId(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Retrieves the default integration folder for a project.
getIsEditable() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Returns true if property can be changed, otherwise false.
getIsEditable() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Returns true if property can be changed, otherwise false.
getIsEditable() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Returns true if property can be changed, otherwise false
getIsMultiSelect() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Returns true if this is a multi-select property.
getIsMultiSelect() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Returns true if this is a multi-select property.
getIsMultiSelect() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Returns true if this is a multi-select property.
getIsOptional() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Returns true if this is an optional property.
getIsOptional() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Returns true if this is an optional property.
getIsOptional() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Returns true if this is an optional property.
getIssue(String) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
Get the issue with the given identifier.
getIssueInfo(String, int, int, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an information object for the issue with the provided issue number in the provided project.
getIssueNumber() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the number of the issue.
getIssueNumber() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Gets the number of the issue.
getIssueStatistics(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns statistics about the number of issues grouped by status and product.
getIssueStatistics() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
Get Statistics about the issues.
getIssueType() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the type of the issue.
getIssueTypes(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns a list of available issue types.
getKeywords(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Retrieves all keywords of an execution plan.
getKeywords() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the keywords that were used for the execution run.
getKeywords() - Method in class com.segue.scc.published.api.cloud.CloudTemplate
 
getKeywords() - Method in interface com.segue.tm.published.api.testlaunch.ExecutionContextInfo
Returns defined keywords.
getKind() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Returns the type of the ExecutionNode.
getKind() - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Gets the kind of the planning node A test planning node may either be:
  KIND_TEST_CONTAINER (1),
  KIND_FOLDER (2),
  KIND_TEST_DEFINTION (3),
  KIND_TEST_CONTAINER_LINKED (4),
  KIND_FOLDER_LINKED (5),
  KIND_TEST_DEFINITION_LINKED (6)
getLabel() - Method in class com.segue.scc.published.api.cloud.CloudTemplate
 
getLabel() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
The label that will be displayed in the GUI.
getLabel() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAction
Returns the label for a action.
getLabels(String, String) - Method in interface com.segue.scc.published.api.vcs.VersionControlProfile
Deprecated.
not used anymore
getLastChangedTimestamp(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the time stamp of the last change for a specific project.
getLastModoficationTimestamp() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Gets the timestamp of the last modification of this issue.
getLastName() - Method in class com.microfocus.silkcentral.webservices.administration.User
Gets the last name of the user.
getLastName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Gets the last name of the manual tester.
getLastName(String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Retrieves the last element of a source control system path.
getLibraryIdsForProject(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Retrieves the Ids of the library root nodes visible for a project
getLibraryNamesForProject(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Retrieves the names of the library root nodes visible for a project
getLink() - Method in class com.segue.scc.published.api.issuetracking.Issue
 
getListItems() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the list of items for this custom property.
getLocalizedMessage() - Method in exception com.segue.scc.published.api.datasource85.DataSourceException
 
getLocalPath(String) - Method in interface com.segue.tm.published.api.testlaunch.TestSourceContext
Returns the absolute local path of a VCS contained file from the passed relative path.
getLocationDetails(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns detailed information about the location identified by the ID.
getLocationId() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the ID of the location this execution server is assigned to.
getLocations(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all defined locations.
getLocationsForProject(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all locations associated with the given project.
getLog() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Provides a stream to publish log information into a log file and for online run info.
getLogin() - Method in class com.microfocus.silkcentral.webservices.administration.User
Gets the login name of the user.
getLogin() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Gets the login of the manual tester.
getLogin() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getLOV(String, int, int, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns a list of values for a given listId and groupCode.
getLOVLists(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns the list of values that are configured for the provided Issue Manager project.
getManualTester() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the username of the tester who committed the results of the manual tests.
getManualTesters(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Retrieve a list of manual testers available for this project.
getManualTestSteps(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Retrieves the steps of a manual test.
getMaxBandwidth() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the maximum bandwidth.
getMaxConcurrentExecutions() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the maximum of concurrent executions on this execution server.
getMaxVal() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the maximum value of this custom property if it is of a numeric type.
getMaxVal() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the maximum value of the attribute if the type of the attribute is NUMBER and 0 else.
getMembershipsOfGroup(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all memberships of the user group identified by ID.
getMembershipsOfUser(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all memberships of the user identified by ID.
getMinVal() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the minimum value of this custom property if it is of a numeric type.
getMinVal() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the minimum value of the attribute if the type of the attribute is NUMBER and 0 else.
getMissingFields() - Method in class com.segue.scc.published.api.issuetracking.Issue
Get the labels of the fields where an input is missing.
getModifyCount() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
For internal use only.
getModifyCount() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
For internal use only.
getModifyCounter() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
getMsg() - Method in class com.microfocus.silkcentral.webservices.WSFaultBean
 
getName() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the name of this execution server.
getName() - Method in class com.microfocus.silkcentral.webservices.administration.Location
Gets the name of the location.
getName() - Method in class com.microfocus.silkcentral.webservices.administration.Project
Gets the name of the project.
getName() - Method in class com.microfocus.silkcentral.webservices.administration.Role
Gets the name of the role.
getName() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the name of the user group.
getName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets the name of the parameter.
getName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the name of the property that this meta information describes.
getName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Returns the name of this property.
getName() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the name of the test that was executed.
getName() - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Gets the name of the filter.
getName() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Gets the name of the platform.
getName() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomPropertyListItem
Gets the name of the list item.
getName() - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Gets the name of the project.
getName() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the name of the property that this meta information describes.
getName() - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Gets the name of the requirement.
getName() - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
getName() - Method in class com.microfocus.silkcentral.webservices.tests.AttributeOption
Gets the name of the option
getName() - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Gets the name of this custom step property
getName() - Method in class com.microfocus.silkcentral.webservices.tests.DataSet
Gets the name of the DataSet.
getName() - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Gets the Name of the DataSource specified by the upload.
getName() - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Gets the name of this manual step
getName() - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Gets the name of the entity
getName() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets the name of the parameter
getName() - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Gets the name of the planning node
getName() - Method in class com.microfocus.silkcentral.webservices.tests.Project
Gets the name of the project
getName() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the name of the attribute
getName() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the name of the property that this meta information describes
getName() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Returns the name of this property.
getName() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfile
This function is called first by the SCTM Code Coverage framework The name of the plug-in is displayed in the code coverage drop down in SCTM
getName() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfileData
 
getName() - Method in class com.segue.scc.published.api.common82.DefaultIdentifiedObject
 
getName() - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
getName() - Method in interface com.segue.scc.published.api.common82.IdentifiedObject
 
getName() - Method in interface com.segue.scc.published.api.common82.Property
Get the unique name of the property.
getName() - Method in class com.segue.scc.published.api.common85.DefaultProperty
 
getName() - Method in interface com.segue.scc.published.api.common85.Property
Returns the name of a property.
getName() - Method in interface com.segue.scc.published.api.datasource85.ColumnMetaInfo
The name of the column.
getName() - Method in interface com.segue.scc.published.api.datasource85.DataSet
The unique name of the DataSet.
getName() - Method in interface com.segue.scc.published.api.datasource85.DataSource
 
getName() - Method in class com.segue.scc.published.api.datasource85.DefaultColumnMetaInfo
 
getName() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getName() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
A unique name for internal use.
getName() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
This name will be shown to the user (when selecting a special profile implementation) AND it will be used internally.
getName() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
The name of the SourceControl system.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAttachment
Returns the name of the attachment
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the name of the node.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNodeType
Returns the name of the requirement type.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMProject
Returns the name of the project.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns the name of the test definition to be generated in SCTM.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestAttribute
Returns the name of the test attribute.
getName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns the name of the test step to be generated in SCTM.
getNestedFilterId() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the ID of the filter if this criterion is a nested filter.
getNode(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets the node, specified with the nodeId, from the execution tree.
getNode(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Retrieves a PlanningNode from Test Manager with its PropertyValue child array fully populated.
getNodeById(String, String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns a node specific node.
getNodeID() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Gets the ID of the node this property value belongs to.
getNodeID() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Gets the ID of the node this property value belongs to.
getNodeIds(String, PropertyValue) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns an array of Ids of nodes with the specified parameter value.
getNodes(String, int, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets an array of ExecutionNodes, specified with the name of the node.
getNodeType(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the RMNodeType object for a provided node type id.
getNodeTypeIds(String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns the Ids of all test types.
getNumericWeight() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomPropertyListItem
Gets the numeric weight of the list item.
getOperator() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the operator by which the criterion compares the property with the value.
getOptions() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the options of the attribute
getOptions(String) - Method in class com.segue.scc.published.api.issuetracking.Issue
Get the options of a field with selectable values.
getOptions() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
getParameters(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Retrieve all parameters of an execution plan.
getParameterValueStrings() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
Retrieves parameter definitions for this test definition.
getParent(String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Retrieves the parent directory of the given path name from the source control system.
getParentId() - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Gets the ID of the parent requirement.
getParentId() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the id of the parent node.
getPassword() - Method in interface com.segue.scc.published.api.Credentials
 
getPassword() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getPlannedTime() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns the planned time (in minutes) of the test to be generated in SCTM.
getPlatform() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the platform this issue is assigned to.
getPlatformNames(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of platform names that are configured for the provided Issue Manager project.
getPlatforms(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all platform names associated with the Silk Central installation.
getPlatforms(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of platforms that are configured for the provided Issue Manager project.
getPluginHomeDir() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
Provides the path to the directory where the archive content for this plugin type has been extracted to.
getPluginVersion() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
 
getPort() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getPossibleStates(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array with all states an issue might have in the provided project.
getPossibleStates() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
 
getPrecision() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the precision of this custom property if it is of a numeric type.
getPrecision() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the precision of the attribute if the type of the attribute is NUMBER and 0 else.
getPrivateTempDir() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
Get the path of the private temporary directory of the associated instance.
getProblemAlertTimeout() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the responsiveness timeout [s].
getProduct() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the product this issue is assigned to.
getProduct() - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
Gets the product of which this statistic is about.
getProduct() - Method in class com.segue.scc.published.api.issuetracking.ProductsIssueStatisticEntry
 
getProductCode() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Gets the code of the product.
getProductNameById(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the product name for the given product ID.
getProductNames(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns a list of product names that are configured for the provided Issue Manager project.
getProducts(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all product names for a given Silk Central installation.
getProducts(String, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of products that are configured for the provided Issue Manager project.
getProfileType() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getProject(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns the project for the provided projectId.
getProject(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns a project, specified by the project Id.
getProject(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns a specific project.
getProjectAssignments() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Gets the IDs of the projects assigned to this group.
getProjectById(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the project with the given ID.
getProjectId() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Project
Gets the ID of the project.
getProjectID() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the ID of the project this custom property belongs to.
getProjectName() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Project
Gets the name of the project.
getProjectNames(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all project names associated with the Silk Central installation.
getProjectPath() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getProjects(String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all projects visible to this user.
getProjects(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
A Project object has a ProjectId and a ProjectName.
getProjects(String) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns all existing and available projects.
getProjects(String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns all projects that are accessible by the current user.
getProjects() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all projects available for integration with SCTM.
getProjectsForUser(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all projects that meet the filter specified criteria.
getProperties() - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Gets the custom step properties
getProperties() - Method in class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
 
getProperties() - Method in interface com.segue.scc.published.api.common85.PropertyProvider
Returns all properties Property, which can be provided by an implementation.
getProperties() - Method in interface com.segue.scc.published.api.datasource85.DataSourceConfiguration
 
getProperties() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getProperties() - Method in interface com.segue.scc.published.api.PropertyProvider
getProperties() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
getProperties() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns all the properties for the node.
getProperties() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestStep
Returns all the properties for the test step.
getProperties() - Method in interface com.segue.tm.published.api.testlaunch.ExecutionContextInfo
Returns a map containing properties in key-value form.
getProperty() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the name of the property on which the criterion applies.
getProperty(String, int, String) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns the property value for a provided property ID and requirement.
getProperty(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns the PropertyValue associated with a given propertyId and nodeId.
getProperty(String) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getProperty(String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
getPropertyID() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Gets the ID of this property.
getPropertyId() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the ID of the custom property.
getPropertyId() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
getPropertyID() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Gets the ID of this property.
getPropertyIds(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets a list of all valid properties of a node in the execution tree.
getPropertyIds(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns the property IDs of all defined properties for the provided project.
getPropertyIds(String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns a list of properties that can be accessed with the property functions.
getPropertyIdsByNodeType(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns the property values available for Web service read/write access for the given types of node and property within the given project.
getPropertyInfo(String, int, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Retrieves the PropertyMetaInfo for a property of a node.
getPropertyInfo(String, int, String) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns the meta information for a property of a project.
getPropertyInfo(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns the meta information of a property value for a given type of node within the given project.
getPropertyName() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the name of the custom property.
getPropertyObjects() - Method in interface com.segue.scc.published.api.common82.EnhancedPropertyProvider
Get the properties the user should fill.
getPropertyOperators(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available operators for the specified criterion/property combination within the specified project.
getPropertyProvider() - Method in interface com.segue.scc.published.api.datasource85.DataSource
 
getPropertyProvider() - Method in interface com.segue.scc.published.api.issuetracking82.IssueTrackingProfile
Get all properties used to configure a profile.
getPropertyProvider() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
 
getPropertyProvider() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns a property provider, which returns all required properties the plug-in requires to log on to the external RMS.
getPropertyType() - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
getPropertyType() - Method in interface com.segue.scc.published.api.common82.Property
Get the type of a property.
getPropertyType() - Method in class com.segue.scc.published.api.common85.DefaultProperty
 
getPropertyType() - Method in interface com.segue.scc.published.api.common85.Property
Returns the type of a property.
getPropertyType(String) - Method in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
Get the type of a property.
getPropertyTypeId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the ID of a property type, such as parameter, attribute, junit, etc.
getPropertyTypeID() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Gets the type of the property, for example _basic_node, _attribute_, _attribute_option_, etc.
getPropertyTypeId() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the ID of a property type, such as parameter, attribute, junit, etc.
getPropertyTypeId() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the ID of a property type, such as parameter, attribute, junit, etc.
getPropertyTypeID() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Gets the type of the property, for example _basic_node, _attribute_, _attribute_option_, etc.
getPropertyTypeIds(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns all basic property type Ids for a given project, plus those which are pertinent to a given node type Id.
getPropertyValues() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Returns an array of all available properties.
getPropertyValues(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Gets all available property values for the specified criterion/property combination within the specified project.
getPropertyValues() - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Gets a list of property values for the planning node
getProvider() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getProviderProperties() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Returns the properties used to configure a cloud provider profile.
getProviderTypeId() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
 
getProviderTypeLabel() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
 
getProxyHostName() - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Gets the hostname of the proxy server.
getProxyPort() - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Gets the port of the proxy server.
getProxyType() - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Gets the type of the proxy server:
getReason() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the reason of the last status change of this issue.
getRelease() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the release this issue is assigned to.
getReleases(String, int, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of ReleaseNames that are configured for the provided product.
getRepInfo() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getRepositoryInfo() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
Get the url configured for this profile
getRepositoryInstanceID(String) - Method in class com.microfocus.silkcentral.webservices.system.SystemService
Retrieves the repository instance ID that was defined when the repository was created.
getRequirement(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns the requirement for the provided requirement ID.
getRequirementChildren(String, int, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns all child requirements of the provided requirement.
getRequirementId() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
getResourceFiles() - Method in interface com.segue.tm.published.api.testlaunch.ExecutionContextInfo
Retrieves paths to resource files used for test execution, but not originating from a source control system.
getResultURL() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the URL to the result page in Silk Central.
getRmiProxyPort() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the Java RMI port of this execution server.
getRmiProxyPortSSL() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the Java RMI port of this execution server for SSL.
getRMSName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns the name for this Requirement Management System plug-in.
getRMSystemName() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the name of the Requirements Management System this plug-in is for.
getRMSystemVersion() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the version of the Requirements Management System this plug-in is for.
getRoleById(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns a role identified by ID.
getRoleId() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Gets the ID of the role assigned to the user for the given user group.
getRoleIdByName(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the role ID.
getRoleName() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Gets the role name.
getRootPath() - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
Get the rootPath of the current source control profile.
getSeparator() - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
The separator (character) the browsable system uses to separate pathnames.
getSeparatorString() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the preferred CSV separator string (for example "," or ";").
getSequence() - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Gets the index of the step within the manual test definition
getSetupTestDef() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the result of the setup task.
getSetupTestDefinition(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets the ID of the test that is used for setup in an execution plan or in a configuration suite.
getSeverities(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns an array of active values that can be used for entering an issue in the given project when the provided IssueType/Product is selected.
getSeverity() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the severity this issue is assigned to.
getSeverity() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Gets the severity this issue is assigned to.
getShortDateFormat() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the preferred short date format (for example "MM/dd/yyyy, hh:mm a").
getShortDesc() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Gets the short description of the component.
getShortDesc() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Gets the short description of the platform.
getShortDesc() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Gets the short description of the product.
getSnapshot(String, String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns the snapshot for a node.
getSourceCodeControlInfo() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
 
getStarTeamPassword() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getState() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the current state of this execution server.
getState() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Get the current state of this issue.
getState() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Gets the current state of this issue.
getStateOfExecution(String, ExecutionHandle) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Gets the state of an already started execution.
getStates(String[]) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
 
getStates() - Method in class com.segue.scc.published.api.issuetracking.ProductsIssueStatisticEntry
 
getStatus() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the status of the test.
getStatus(String, int, int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns the status of the issue with the provided issue number in the provided project.
getStatus() - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
Gets the status of which this statistic is about.
getStatus() - Method in class com.segue.scc.published.api.issuetracking.Issue
 
getStatusArray(String, int, int[]) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Returns the statuses of the issues with the provided issue numbers in the provided project.
getStatusName() - Method in class com.segue.scc.published.api.issuetracking.IssueStatisticsEntry
 
getStepPos() - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Gets the index of this step within the manual test definition
getSteps() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTest
Returns all steps of the test to be generated in SCTM.
getStringResolver() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
 
getStringResolver() - Method in interface com.segue.scc.published.api.datasource85.DataSource
 
getStringResolver() - Method in interface com.segue.scc.published.api.issuetracking82.IssueTrackingProfile
Used for getting the label that should be shown for a property.
getStringResolver() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
To provide a localized profile name, the property SourceControlProfile.PLUGIN_NAME is resolved from the returned resolver.
getStringResolver() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns a StringResolver to get the localized labels that should be shown for the properties.
getSupportedActions(RMNodeType) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Returns all supported actions for a specific node type.
getSynopsis() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Gets the synopsis of this issue.
getSynopsis() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Gets the synopsis of this issue.
getSynopsis() - Method in class com.segue.scc.published.api.issuetracking.Issue
 
getSynopsisField() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
getTemplateName() - Method in class com.segue.scc.published.api.cloud.CloudTemplate
 
getTempResultsDir() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Returns the path to a temporary directory exclusive for one execution.
getTestContainerRootDir() - Method in interface com.segue.tm.published.api.testlaunch.TestSourceContext
Returns the local path of the Test Container root directory, where all VCS controlled files reside.
getTestContainers(String, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Returns an array of test container nodes for the specified project.
getTestDefDescription() - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
Deprecated.
Since TM 8.6 the info about the test definition description is not available anymore within the execution.
getTestDefId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the ID of the test.
getTestDefinitionId() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
 
getTestDefinitionType() - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Gets the type of test definitions to filter
getTestDefName() - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
 
getTestDefName() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchBean
Must return the name of the test definition this instance is associated to.
getTestDefResult() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Gets the results of the executed test plan.
getTestId() - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
getTestPlanningFilterId() - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Gets the id of a saved filter to use for getting children of a node
getTestProvider() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Returns a RMTestProvider instance.
getTestRunId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the ID of the run of the test.
getTests(String, String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestProvider
Returns all tests information to generate the test definitions in SCTM for a synchronized requirement tree node.
getTestSourceContext() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchPluginContext
Provides access to local paths of copies of VCS controlled files.
getTimeStamp() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionHandle
Gets the timestamp of the execution.
getTimeZoneId() - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Gets the timeZone ID (for example "America" + "/" + "New_York").
getToolTip() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAction
Returns the tool tip for the label.
getTopLevelRequirements(String, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method returns all top level requirements of the provided project.
getType() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets the type of the parameter, see constants.
getType() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the type of this property.
getType() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Returns the type of the value object, for example String, Boolean, Number, etc.
getType() - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Gets the type of the custom property.
getType() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the type of this property.
getType() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
getType() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets the type of the parameter, see constants
getType() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the type of the attribute.
getType() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the type of this property.
getType() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Returns the type of the value object, for example String, Boolean, Number, etc.
getType() - Method in interface com.segue.scc.published.api.datasource85.ColumnMetaInfo
The dataType of the column.
getType() - Method in class com.segue.scc.published.api.datasource85.DefaultColumnMetaInfo
 
getType() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
getType() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the type of the node.
getType() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestAttribute
Returns the type of the test attribute.
getTypeId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the type of the test.
getTypeLabel() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Gets the string label of this type, for example "List", "SET", etc.
getTypeLabel() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Gets the string label of this type, for example "List", "SET", etc.
getTypeLabel() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Gets the string label of this type, for example "List", "SET", etc.
getTypeName() - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Gets the data source type, which can be either MS Excel, CSV, or JDBC
getUNCPassword() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getUNCUser() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getURI() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the URI of the node.
getURL() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAttachment
Returns the URL of the attachment
getUser() - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
getUserDetails(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns details of a user (identified by ID).
getUserId() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Gets the user ID.
getUserId() - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Gets the ID of the manual tester.
getUsername() - Method in interface com.segue.scc.published.api.Credentials
 
getUsers(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all users matching the given login name.
getValue() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets the current value of the property.
getValue() - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Returns the value of the property.
getValue() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets the value to which the property is compared with.
getValue() - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
getValue() - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Gets the value of this custom step property
getValue() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets the current value of the property
getValue() - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Returns the value of the property
getValue() - Method in enum com.segue.scc.published.api.common85.PropertyType
Returns the value of a property type.
getValue(String) - Method in class com.segue.scc.published.api.issuetracking.Issue
Get the value of a property.
getValue() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Get the entered/set value of this field.
getValue() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestAttribute
Returns the value of the test attribute.
getValueClass() - Method in enum com.segue.scc.published.api.datasource85.ColumnType
 
getValues() - Method in class com.segue.scc.published.api.cloud.CloudProviderProperty
 
getValues() - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
getValues() - Method in interface com.segue.scc.published.api.common82.Property
getValues() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Get values from fields with multi-select values.
getVcsErrorCode() - Method in exception com.segue.scc.published.api.vcs.SourceControlException
For possible error codes, see the ERROR_* constants.
getVersion() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMNode
Returns the version of the node
getVersions(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns all version names associated with the given product.
getWarningCount() - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Gets the number of warnings.
getWorkingFolder() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 

H

hasDependentFields() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 

I

IdentifiedObject - Interface in com.segue.scc.published.api.common82
This gives a unique id to a string.
IMComponent - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about a component.
IMComponent() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
 
IMComponent(String, boolean, String) - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
 
inc() - Method in class com.segue.scc.published.api.issuetracking.IssueStatisticsEntry
 
indicateTestCaseFinished(String, String, boolean) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Used to communicate to SCTM, that a test case has completed.
indicateTestCaseStart(String, String) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Used to communicate to SCTM, that a test case is about to start.
indicateTestStart(String, String) - Method in class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Used to communicate to the execution server, that a test case is about to start.
indicateTestStop(String, String, boolean) - Method in class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Used to communicate to the execution server, that a test case has completed.
initialize(TestLaunchPluginContext) - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
Called to initialize this instance and provide an access point to obtain infos from the framework context.
initialize(TestLaunchPluginContext) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchBean
Called to initialize this instance and provide an access point to obtain infos from the framework context.
insertCustomProperty(String, CustomProperty) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
 
INT_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
For later version.
InvalidCredentialsException - Exception in com.segue.scc.published.api.issuetracking
This exception will be thrown if the provided credentials are not usable for authentication.
InvalidCredentialsException(String) - Constructor for exception com.segue.scc.published.api.issuetracking.InvalidCredentialsException
 
InvalidCredentialsException(Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.InvalidCredentialsException
 
InvalidCredentialsException(String, Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.InvalidCredentialsException
 
isActive() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the property indicating whether this execution server is activated or not.
isActive() - Method in class com.microfocus.silkcentral.webservices.administration.Location
Gets if the location is active.
isActive() - Method in class com.microfocus.silkcentral.webservices.administration.Project
Retrieves whether the project is active or hidden.
isActive() - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Gets the activity status of the attribute
isBuildActive(String, String, String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Checks if a build is active.
isButtonAction() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAction
Tells if the action should be accessible on the properties page with a button for a synchronized node in SCTM.
isContextMenuAction() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMAction
Tells if the action should be accessible via a context menu entry on a synchronized node in SCTM .
isFileDataSource() - Method in interface com.segue.scc.published.api.datasource85.DataSource
The DataSource must provide information, if the data comes from a local file.
isInherited() - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Gets true if it is an inherited value, false otherwise.
isInherited() - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Gets true if it is an inherited value, false otherwise
isInstanceRunning(Map<String, String>) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Indicate if a specific instance is running
isIsActive() - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Gets the activity status of the component.
isIsActive() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Gets the activity status of the platform.
isIsActive() - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Gets the activity status of the product.
isIsNestedFilter() - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Gets if the criterion is a nested filter.
isLocked() - Method in class com.microfocus.silkcentral.webservices.administration.User
Gets whether the user is locked or not.
isLocked() - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Indicates whether the user group is locked or not.
isMixedModeAuthentication(String, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Returns the information if mixed mode authentication is active for a user.
isPrimaryKey() - Method in interface com.segue.scc.published.api.datasource85.ColumnMetaInfo
The column needs to know if it belongs to the primary key or not.
isPrimaryKey() - Method in class com.segue.scc.published.api.datasource85.DefaultColumnMetaInfo
 
isRequired() - Method in class com.segue.scc.published.api.common85.DefaultProperty
 
isRequired() - Method in interface com.segue.scc.published.api.common85.Property
Tells weather a property is required or not.
isRequired() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Specifies if the user has to enter a value for the field.
isSnapshotSupported(RMNodeType) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMDataProvider
Tells if a snapshot image is supported for a specific node type.
Issue - Class in com.segue.scc.published.api.issuetracking
The issue is the object the system interacts with.
Issue() - Constructor for class com.segue.scc.published.api.issuetracking.Issue
 
IssueInformation - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about an issue.
IssueInformation() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
 
IssueManagerService - Class in com.microfocus.silkcentral.webservices.issuemanager
Provides functionality for the issue manager Web Service.
IssueManagerService() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
 
IssueStatisticsEntry - Class in com.segue.scc.published.api.issuetracking
Maps a status to the number of occurrences.
IssueStatisticsEntry(String, int) - Constructor for class com.segue.scc.published.api.issuetracking.IssueStatisticsEntry
 
IssueStatusInformation - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds the status information of an issue.
IssueStatusInformation() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
 
IssueTrackingData - Interface in com.segue.scc.published.api.issuetracking
This will be used to retrieve information on the IssueTrackingProfile.
IssueTrackingField - Class in com.segue.scc.published.api.issuetracking
The IssueTrackingField describes one of the input fields that will be displayed in the GUI when an Issue is created (or altered).
IssueTrackingField(String, int, String, String[], String, boolean, int) - Constructor for class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
IssueTrackingField(String, int, String, String[], String, int, boolean) - Constructor for class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
IssueTrackingField(String, int, String, String[], String, boolean, int, boolean) - Constructor for class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
IssueTrackingField(String, int, String[], String[], String, boolean, int, boolean) - Constructor for class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
IssueTrackingProfile - Interface in com.segue.scc.published.api.issuetracking
The profile is the implementation of an integration to a foreign issue tracking system.
IssueTrackingProfile - Interface in com.segue.scc.published.api.issuetracking82
Extends the previous itp by enabling a generic configuration GUI.
IssueTrackingProfileException - Exception in com.segue.scc.published.api.issuetracking
Wrapper for errors that happened in the profile.
IssueTrackingProfileException(String) - Constructor for exception com.segue.scc.published.api.issuetracking.IssueTrackingProfileException
 
IssueTrackingProfileException(Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.IssueTrackingProfileException
 
IssueTrackingProfileException(String, Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.IssueTrackingProfileException
 
isTestGenerationSupported(String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMTestProvider
Tells if a specific node type does support the getTests() call.
isUseCentralProxy() - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Retrieves whether the central proxy is used or not.
isUseSSL() - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Gets the property indicating whether SSL is used for connecting this execution server or not.
isValidProjectName(String) - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
Check, if the given name is a valid projectname, which means not containing illegal characters.
isVisible() - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Invisible fields are not displayed in the GUI, but can contain any data.

K

keepAlive(String) - Method in class com.microfocus.silkcentral.webservices.system.SystemService
Keep session alive
KIND_CONFIGURATIONSUITE - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Predefined node type for a configuration suite in the execution tree.
KIND_EXECUTIONDEFINITION - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Predefined node type for an execution plan in the execution tree.
KIND_FOLDER - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Predefined node type for a folder node in the execution tree.
KIND_FOLDER - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_FOLDER_LINKED - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_PROJECTROOT - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Predefined node type for the root node in the execution tree.
KIND_TEST_CONTAINER - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_TEST_CONTAINER_LINKED - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_TEST_DEFINITION_LINKED - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_TEST_DEFINTION - Static variable in class com.microfocus.silkcentral.webservices.tests.PlanningNode
 
KIND_TESTING_CYCLE - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Predefined node type for a testing cycle in the execution tree.

L

LABEL_NO_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Only a label without any input data.
list(String, String, int) - Method in interface com.segue.scc.published.api.vcs.BrowseableProfile
Get a list of elements inside the specified filePath.
Location - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information about a location.
Location() - Constructor for class com.microfocus.silkcentral.webservices.administration.Location
 
LocationDetails - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds detailed information of a location.
LocationDetails() - Constructor for class com.microfocus.silkcentral.webservices.administration.LocationDetails
 
LogMsgs() - Method in class com.segue.scc.published.api.codeanalysis.CodeAnalysisResult
Return the arraylist of messages to be logged in the CodeAnalysis Framework log file.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueManagerService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.system.SystemService
Logs on with a given username and password.
logonUser(String, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Logs on with a given username and password.

M

ManualTester - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds the information about a manual tester.
ManualTester() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
 
ManualTestStep - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the information about a manual test step
ManualTestStep() - Constructor for class com.microfocus.silkcentral.webservices.tests.ManualTestStep
 
ManualTestStep(int, String, String, String, CustomStepProperty[]) - Constructor for class com.microfocus.silkcentral.webservices.tests.ManualTestStep
 
mFields - Variable in class com.segue.scc.published.api.issuetracking.Issue
 
MULTI_SELECT - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
For later version.

N

NamedEntity - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds some basic information about entities with id, name and description
NamedEntity() - Constructor for class com.microfocus.silkcentral.webservices.tests.NamedEntity
 
newIssue(String) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
This is for future use and can be left empty.
newIssue() - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingProfile
This is a factory method for creating a specific Issue object, however the issue doesn't need to exist in the foreign issue tracking system already.
NodeFilter - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the general information about a filter.
NodeFilter() - Constructor for class com.microfocus.silkcentral.webservices.tests.NodeFilter
 
NodeParameter - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds the information about a test planning node parameter.
NodeParameter() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
 
NodeParameter - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the information about a test planning node parameter.
NodeParameter() - Constructor for class com.microfocus.silkcentral.webservices.tests.NodeParameter
 

O

OPEN_MULTI_SELECT - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
For later version.
OPEN_SELECT_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
The user may select an item from the choice list or type in a new value.
OUTPUT_XML_RESULT_FILE - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
The file name of the xml result file which contains result information that can be rendered by SCTM ("output.xml").

P

parseStdResultFile(File) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Parses errors, warnings and messages from a standard result description xml file and publishes all messages.
parseStdResultFile(File, int) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Parses errors, warnings and messages from a standard result description xml file and publishes messages with a severity equal or higher than the given minimalPublishMessageSeverity.
PlanningNode - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds general information about a planning noce
PlanningNode() - Constructor for class com.microfocus.silkcentral.webservices.tests.PlanningNode
Creates a new planning node object
PlanningNode(int, String, String, int) - Constructor for class com.microfocus.silkcentral.webservices.tests.PlanningNode
For internal usage only
Platform - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about a platform.
Platform() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Platform
 
Platform(String, boolean, String) - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Platform
 
PLUGIN_NAME - Static variable in interface com.segue.scc.published.api.vcs.SourceControlProfile
The message key to localize the plugin name.
Product - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about a product.
Product() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Product
 
Product(String, boolean, String) - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Product
 
ProductsIssueStatisticEntry - Class in com.segue.scc.published.api.issuetracking
Represents the statistics for a specific product (assuming that the issueTrackingSystem supports multiple products).
ProductsIssueStatisticEntry(String, IssueStatisticsEntry[]) - Constructor for class com.segue.scc.published.api.issuetracking.ProductsIssueStatisticEntry
 
Project - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information about a project.
Project() - Constructor for class com.microfocus.silkcentral.webservices.administration.Project
 
Project - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about a project (ID, name and description).
Project() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Project
 
Project(int, String) - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.Project
 
Project - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds general information about a project (ID, name and description).
Project() - Constructor for class com.microfocus.silkcentral.webservices.requirements.Project
 
Project(int, String, String) - Constructor for class com.microfocus.silkcentral.webservices.requirements.Project
Creates a new Project object.
Project - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds general information about a project (id, name and description).
Project() - Constructor for class com.microfocus.silkcentral.webservices.tests.Project
 
Project(int, String, String) - Constructor for class com.microfocus.silkcentral.webservices.tests.Project
Creates a new Project object
ProjectAttribute - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds general information about the attribute of a project
ProjectAttribute() - Constructor for class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
 
ProjectAttribute(int, String, String, String, boolean) - Constructor for class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
 
PROP_PASSWORD - Static variable in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
PROP_PROJECT - Static variable in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
PROP_PROJECT_PATH - Static variable in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
PROP_USER - Static variable in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
Property - Interface in com.segue.scc.published.api.common82
Properties are used to enable generic configuration systems for code that is not exactly known at compile time.
Property - Interface in com.segue.scc.published.api.common85
The Property interface provides the type and data access methods for a property provided by PropertyProvider.
PROPERTY_OBSOLETE - Static variable in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Boolean value that defines if a requirement is marked as obsolete or not.
PROPERTY_PRIORITY - Static variable in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Integer value that sets the current priority state of a requirement:
0 not set
1 Low
2 Medium
3 High
4 Critical
PROPERTY_REVIEWED - Static variable in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Boolean value that defines if a requirement is reviewed or not.
PROPERTY_RISK - Static variable in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Integer value that sets the current risk state of a requirement:
0 not set
1 Low
2 Medium
3 High
4 Critical
PROPERTY_TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 3.
PROPERTY_TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 3.
PROPERTY_TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 3.
PROPERTY_TYPE_CALCULATED - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 14.
PROPERTY_TYPE_CALCULATED - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 14.
PROPERTY_TYPE_CALCULATED - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 14.
PROPERTY_TYPE_CHAR - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 9.
PROPERTY_TYPE_CHAR - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 9.
PROPERTY_TYPE_CHAR - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 9.
PROPERTY_TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 4.
PROPERTY_TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 4.
PROPERTY_TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 4.
PROPERTY_TYPE_DIRECTORY - Static variable in interface com.segue.scc.published.api.common82.Property
Same as for file.
PROPERTY_TYPE_DOUBLE - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 6.
PROPERTY_TYPE_DOUBLE - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 6.
PROPERTY_TYPE_DOUBLE - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 6.
PROPERTY_TYPE_DYNAMIC_EMUNERATION - Static variable in interface com.segue.scc.published.api.common82.Property
This type allows to provide a list with selectable values and the user has to choose exactly one of them.
PROPERTY_TYPE_DYNAMIC_EMUNERATION_MULTI - Static variable in interface com.segue.scc.published.api.common82.Property
This type allows to provide a list with multiple selectable values and the user can choose some (or none) of them.
PROPERTY_TYPE_DYNAMIC_EMUNERATION_MULTI_SEPARATOR - Static variable in interface com.segue.scc.published.api.common82.Property
 
PROPERTY_TYPE_EDIT - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 13.
PROPERTY_TYPE_EDIT - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 13.
PROPERTY_TYPE_EDIT - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 13.
PROPERTY_TYPE_FILE - Static variable in interface com.segue.scc.published.api.common82.Property
This will be shown as text field.
PROPERTY_TYPE_FILE - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_TYPE_FLOAT - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 10.
PROPERTY_TYPE_FLOAT - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 10.
PROPERTY_TYPE_FLOAT - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 10.
PROPERTY_TYPE_LIST - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 7.
PROPERTY_TYPE_LIST - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 7.
PROPERTY_TYPE_LIST - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 7.
PROPERTY_TYPE_NORMAL - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 11.
PROPERTY_TYPE_NORMAL - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 11.
PROPERTY_TYPE_NORMAL - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 11.
PROPERTY_TYPE_NUMBER - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 5.
PROPERTY_TYPE_NUMBER - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 5.
PROPERTY_TYPE_NUMBER - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 5.
PROPERTY_TYPE_NUMBER - Static variable in interface com.segue.scc.published.api.common82.Property
This will be shown as text field.
PROPERTY_TYPE_NUMBER - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_TYPE_PASSWORD - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 8.
PROPERTY_TYPE_PASSWORD - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 8.
PROPERTY_TYPE_PASSWORD - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 8.
PROPERTY_TYPE_PASSWORD - Static variable in interface com.segue.scc.published.api.common82.Property
This will be shown as a password field.
PROPERTY_TYPE_PASSWORD - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_TYPE_SET - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 12.
PROPERTY_TYPE_SET - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 12.
PROPERTY_TYPE_SET - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 12.
PROPERTY_TYPE_STATIC_EMUNERATION - Static variable in interface com.segue.scc.published.api.common82.Property
This type allows to provide a list with selectable values and the user has to choose exactly one of them.
PROPERTY_TYPE_STATIC_LIST - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 1.
PROPERTY_TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 1.
PROPERTY_TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 1.
PROPERTY_TYPE_STRING - Static variable in interface com.segue.scc.published.api.common82.Property
This will be shown as text field.
PROPERTY_TYPE_STRING - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_TYPE_TEXT - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
value 2.
PROPERTY_TYPE_TEXT - Static variable in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
value 2.
PROPERTY_TYPE_TEXT - Static variable in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
value 2.
PROPERTY_TYPE_XL_STRING - Static variable in interface com.segue.scc.published.api.PropertyProvider
Deprecated.
 
PROPERTY_VERSION - Static variable in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
Used for external requirement management tools to set their requirement version here.
PropertyMetaInfo - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds general information about a property.
PropertyMetaInfo() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
 
PropertyMetaInfo - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds general information about a property.
PropertyMetaInfo() - Constructor for class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
 
PropertyMetaInfo - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds the general information about a property.
PropertyMetaInfo() - Constructor for class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
 
PropertyProvider - Interface in com.segue.scc.published.api.common85
This is the new PropertyProvider interface intended to replace PropertyProvider.
PropertyProvider - Interface in com.segue.scc.published.api
Deprecated.
Please use EnhancedPropertyProvider for new implementations.
PropertyType - Enum in com.segue.scc.published.api.common85
A categorization for properties.
PropertyValue - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds a value of a property for a node in the test planning tree.
PropertyValue() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Creates a new property value.
PropertyValue - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds general information about a property value (ID, requirementId, value and type).
PropertyValue() - Constructor for class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
PropertyValue(String, int, String) - Constructor for class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
PropertyValue(String, int, String, int) - Constructor for class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
PropertyValue - Class in com.microfocus.silkcentral.webservices.tests
An instance of this class holds a value of a property for a node in the test planning tree.
PropertyValue() - Constructor for class com.microfocus.silkcentral.webservices.tests.PropertyValue
Creates a new property value.
publishErrors(int, int) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Reports the number of errors and warnings of a test execution.
publishMessage(int, String) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Adds a message to the list of messages for one execution.

R

removeLocationFromProject(String, int, int) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Removes an association from a location to a project.
removeWorkingDirectory(File) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Removes the locally checked out project.
Requirement - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds general information about a requirement.
Requirement() - Constructor for class com.microfocus.silkcentral.webservices.requirements.Requirement
 
RequirementsService - Class in com.microfocus.silkcentral.webservices.requirements
Provides the functionality for the Requirements Web Service.
RequirementsService() - Constructor for class com.microfocus.silkcentral.webservices.requirements.RequirementsService
 
resolve(String, StringResolver.Type, Locale) - Method in interface com.segue.scc.published.api.common85.StringResolver
Resolve the localized string for a property.
resolve(String, Locale) - Method in interface com.segue.scc.published.api.StringResolver
Resolve the localized string for a property.
RMAction - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMAction interface provides for displaying possible actions on synchronized nodes (RMNode).
RMAttachment - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMAttachment interface provides display and link information for attachments of a RMNode, RMTest or RMTestStep.
RMDataProvider - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMDataProvider interface provides information and usage methods of the external Requirement Management System.
RMIconProvider - Interface in com.segue.tm.published.api.requirements.javaplugin
An additional plug-in interface, which is not required.
RMNode - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMNode interface provides access to all data for a synchronized tree node artifact.
RMNodeType - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMNodeType interface provides name and id of the type of a RMNode.
RMPluginException - Exception in com.segue.tm.published.api.requirements.javaplugin
The exception this plug-in throws and which is caught in SCTM on calls to this plug-in.
RMPluginException(String) - Constructor for exception com.segue.tm.published.api.requirements.javaplugin.RMPluginException
 
RMPluginException(Throwable) - Constructor for exception com.segue.tm.published.api.requirements.javaplugin.RMPluginException
 
RMPluginException(String, Throwable) - Constructor for exception com.segue.tm.published.api.requirements.javaplugin.RMPluginException
 
RMPluginProfile - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMPluginProfile interface is the tagging interface for a requirement plug-in for Silk Central.
RMProject - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMProject interface provides the data for a project in the external RMS.
RMSnapshot - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMSnapshot interface provides type and data access methods for possible image representations of a RMNode.
RMTest - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMTest interface is a representation of a test the external RMS provides for creation of a test linked to synchronized nodes in SCTM.
RMTestAttribute - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMTestAttribute interface provides access to name and value of attributes of a RMTest.
RMTestProvider - Interface in com.segue.tm.published.api.requirements.javaplugin
An additional plug-in interface, which is not required.
RMTestStep - Interface in com.segue.tm.published.api.requirements.javaplugin
The RMTestStep interface provides the data access methods of a step of a RMTest.
RMUpdateFlaggingSupport - Interface in com.segue.tm.published.api.requirements.javaplugin
An additional plug-in interface, which is not required.
Role - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information of a role.
Role() - Constructor for class com.microfocus.silkcentral.webservices.administration.Role
 
runExternalProcess(String[], String[], File, PrintStream) - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Executes an arbitrary executable as external process.

S

SELECT_FIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Single-line SelectBox.
setActionRelease(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the action release of this issue.
setActive(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the property indicating whether this execution server is activated or not.
setActive(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.Location
Sets the location to be active.
setActive(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.Project
Set a project to active (visible) or inactive (hidden).
setActive(boolean) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the activity status of the attribute
setAllListValues(String[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
 
setAllListValues(String[]) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
 
setAllListValues(String[]) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
 
setAppModuleID(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the application server module ID (1 for Performance Manager).
setAssigned(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the user this issue is assigned to.
setAssignedManualTesters(String, int, int[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Assigns manual testers to an execution plan.
setAssignedProjects(int[]) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the assignment to one or more projects for the given user.
setBuild(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the build of this result.
setBuildActive(String, String, String, String, boolean) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Activates/deactivates a build.
setCategory(String) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the category of the filter.
setChangedAt(long) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the timestamp when this custom property was last changed.
setChangedBy(String) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the user who last changed this custom property.
setChildren(PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the children of this property value.
setChildren(PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the children of this property value.
setCleanupTestDef(TestDefinitionResult) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the result of the cleanup task.
setCleanupTestDefinition(String, int, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Sets the ID of the test that will be used for cleanup in an execution plan or in a configuration suite.
setCombination(String) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the combination of the filter.
setComponent(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the component this issue is assigned to.
setComponentCode(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Sets the code of the component.
setCount(int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
 
setCreatedAt(long) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the timestamp of the group creation.
setCreatedAt(long) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the timestamp when this custom property was created.
setCreatedBy(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the name of the creating user.
setCreatedBy(String) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the user who created this custom property.
setCreatedBy(String) - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Sets the user login with which to filter for test planning nodes
setCriteria(FilterCriterion[]) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the list of criterions that are used to evaluate this filter.
setCriterionName(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the name of the criterion.
setDateFormat(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the preferred date format (for example "EEE, MMM dd, yyyy - hh:mm:ss a").
setDefaultValue(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the default value information.
setDefaultValue(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the default value information.
setDefaultValue(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the default value information.
setDefaultValue(String) - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
setDependentProperties(Property[]) - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the description of this execution server.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.administration.Location
Sets the description of the location.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.administration.Project
Sets the description of the project.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the group description.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets the description of the parameter.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the description for this property.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the description of the filter.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the detailed description of this issue.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Sets the description of the project.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the description for this property.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Sets the description of the requirement.
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Sets the textual description for this data source
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Sets the description of this manual step
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Sets the description of the entity
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Sets the description of the parameter
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Sets the description of the planning node
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.Project
Sets the description of the project
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the description of the attribute
setDescription(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the description for this property.
setDescription(String) - Method in class com.segue.scc.published.api.issuetracking.Issue
 
setDuration(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the duration of the execution of the test (in milliseconds).
setEMail(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the email address used for notifications.
setErrorCount(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the number of errors.
setExecDefId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionHandle
Sets the IID of the execution plan.
setExecDefId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the ID of the execution plan to which this result belongs.
setExecDefName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the name of the execution plan to which this result belongs.
setExecDefRunId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the ID of the run of the execution plan.
setExecServerHostName(String) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the hostname of this execution server.
setExecServerName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the name of the execution server on which the tests were running on.
setExpectedResult(String) - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Sets the expected result of this manual step
setExternalId(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Sets the external ID of the requirement.
setFieldLength(int) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
setFirstDayOfWeek(int) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the configured first day of week (1..Sunday, 2..Monday, ..
setFirstName(String) - Method in class com.microfocus.silkcentral.webservices.administration.User
Sets the first name of the user.
setFirstname(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Sets the first name of the manual tester.
setFormatString(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the required format for this property.
setFormatString(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the required format for this property.
setFormatString(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the required format for this property.
setGroupId(int) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Sets the group ID.
setGroupName(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Sets the group name.
setHistory(String[][]) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the history of this issue.
setHost(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the ID of this execution server.
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.Location
Sets the ID of the location.
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.Project
Sets the ID of the project.
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.Role
Sets the ID of the role.
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.User
Sets the ID of the user.
setId(int) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the ID of the user group.
setId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Do not use setId for existing nodes! Use it only to create new nodes and always set the ID to -1.
setId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets the ID of the parameter.
setId(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the ID of this property meta information.
setId(Integer) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the ID of this filter.
setId(Integer) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the ID of this criterion.
setId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Sets the ID of the project.
setId(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the ID of this property meta information.
setId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Sets the ID of the requirement.
setId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Sets the id of the step this property belongs to
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Sets the ID of the DataSource
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Sets the id of the entity
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Sets the id of the parameter
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Sets the Id of the planning node
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.Project
Sets the Id of the project
setId(int) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the Id of the attribute
setId(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the ID of this property meta information.
setInherited(boolean) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets true if it is an inherited value, false otherwise.
setInherited(boolean) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Set true if it is an inherited value, false otherwise
setIntegrationDefaultFolder(String, int, int) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Sets the default integration folder for a project.
setIsActive(boolean) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Sets the activity status of the component.
setIsActive(boolean) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Sets the activity status of the platform.
setIsActive(boolean) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Sets the activity status of the product.
setIsEditable(boolean) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
 
setIsEditable(boolean) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
 
setIsEditable(boolean) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
 
setIsMultiSelect(boolean) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
 
setIsMultiSelect(boolean) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
 
setIsMultiSelect(boolean) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
 
setIsNestedFilter(boolean) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets if the criterion is a nested filter.
setIsOptional(boolean) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
A property is optional if an object can be created without specifying a value for this property.
setIsOptional(boolean) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
A property is optional if an object can be created without specifying a value for this property.
setIsOptional(boolean) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
A property is optional if an object can be created without specifying a value for this property.
setIssueNumber(int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the number of the issue.
setIssueNumber(int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Sets the number of the issue.
setIssueType(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the type of the issue.
setKeywords(String, int, String[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Sets keywords for an execution plan.
setKeywords(String[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the keywords that were used for the execution run.
setKind(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Sets the type of the ExecutionNode.
setKind(int) - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Sets the kind of the planning node.
setLabel(String) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Set the label shown in the GUI for this field.
setLastModoficationTimestamp(long) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Sets the timestamp of the last modification of this issue.
setLastName(String) - Method in class com.microfocus.silkcentral.webservices.administration.User
Sets the last name of the user.
setLastName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Sets the last name of the manual tester.
setListItems(CustomPropertyListItem[]) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the list of items for this custom property.
setLocationId(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the ID of the location this execution server is to be assigned to.
setLocked(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.User
Sets the user to locked or unlocked.
setLocked(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets whether the user group is locked or not.
setLogHandler(Handler) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
This is called once after an implementing object has been created to allow the plugin to delegate log messages to the Silk Central log file.
setLogin(String) - Method in class com.microfocus.silkcentral.webservices.administration.User
Sets the login name of the user.
setLogin(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Sets the login of the manual tester.
setManualTester(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the username of the tester who committed the results of the manual tests.
setMaxBandwidth(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the maximum bandwidth.
setMaxConcurrentExecutions(Integer) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the maximum of concurrent executions on this execution server.
setMaxVal(Double) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the maximum value of this custom property if it is of a numeric type.
setMaxVal(Double) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the maximum value of the attribute
setMinVal(Double) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the minimum value of this custom property if it is of a numeric type.
setMinVal(Double) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the minimum value of the attribute
setMixedModeAuthentication(String, int, boolean) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Sets the authentication mode for a user.
setModifyCount(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
For internal use only.
setModifyCount(int) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
For internal use only.
setModifyCounter(int) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
setMsg(String) - Method in class com.microfocus.silkcentral.webservices.WSFaultBean
 
setName(String) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the name of this execution server.
setName(String) - Method in class com.microfocus.silkcentral.webservices.administration.Location
Sets the name of the location.
setName(String) - Method in class com.microfocus.silkcentral.webservices.administration.Project
Sets the name of the project.
setName(String) - Method in class com.microfocus.silkcentral.webservices.administration.Role
Sets the name of the role.
setName(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the name of the user group.
setName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets the name of the parameter.
setName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the name of the property that this meta information describes.
setName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the name of this property.
setName(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the name of the test that was executed.
setName(String) - Method in class com.microfocus.silkcentral.webservices.filter.Filter
Sets the name of the filter.
setName(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Sets the name of the platform.
setName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomPropertyListItem
Sets the name of the list item.
setName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Project
Sets the name of the project.
setName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the name of the property that this meta information describes.
setName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Sets the name of the requirement.
setName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.AttributeOption
Sets the name of the option
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Sets the name of this custom step property
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.DataSet
Sets the name of the DataSet.
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Sets the Name of the DataSource specified by the upload.
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Sets the name of this manual step
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.NamedEntity
Sets the name of the entity
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Sets the name of the parameter
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Sets the name of the planning node
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.Project
Sets the name of the project
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the name of the attribute
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the name of the property that this meta information describes.
setName(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the name of this property.
setName(String) - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
setName(String) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
setNestedFilterId(Integer) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the ID of the filter if this criterion is a nested filter.
setNodeID(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the ID of the node this property value belongs to.
setNodeID(int) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the ID of the node this property value belongs to.
setNumericWeight(Integer) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomPropertyListItem
Sets the numeric weight of the list item.
setOperator(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the operator by which the criterion compares the property with the value.
setOptions(AttributeOption[]) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the options of the attribute
setOptions(String[]) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
setParameter(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Sets a parameter for an execution plan.
setParentId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.Requirement
Sets the ID of the parent requirement.
setPlatform(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the platform this issue is assigned to.
setPort(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setPrecision(int) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the precision of this custom property if it is of a numeric type.
setPrecision(int) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the precision of the attribute
setProblemAlertTimeout(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the responsiveness timeout [s].
setProduct(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the product this issue is assigned to.
setProduct(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
 
setProductCode(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Sets the code of the product.
setProfileProperties(String, String, Map<String, String>) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Sets the property values entered in the New/Edit Cloud Provider Profile dialog as ID/value pairs.
setProjectAssignments(int[]) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroup
Sets the IDs of the projects that are to be assigned to this group.
setProjectId(int) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Project
Sets the ID of the project.
setProjectID(int) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the ID of the project this custom property belongs to.
setProjectName(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Project
Sets the name of the project.
setProjectPath(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setProperties(CustomStepProperty[]) - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Sets the custom step properties
setProperty(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the name of the property on which the criterion applies.
setProperty(String, String) - Method in interface com.segue.scc.published.api.issuetracking.IssueTrackingData
 
setProperty(String, String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
setProperty(String, String) - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Sets the values to the profile implementation for the properties, which are provided by the PropertyProvider returned by getPropertyProvider(), so that the profile can successfully call validate() and provide proper RMDataProvider, RMIconProvider and RMTestProvider instances.
setPropertyID(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the ID that identifies this property.
setPropertyId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the ID of the custom property.
setPropertyId(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
setPropertyID(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the ID that identifies this property.
setPropertyName(String) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the name of the custom property.
setPropertyTypeId(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
 
setPropertyTypeID(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the type of the property, for example _basic_node, _attribute_, _attribute_option_, etc.
setPropertyTypeId(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
 
setPropertyTypeId(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
 
setPropertyTypeID(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the type of the property, for example _basic_node, _attribute_, _attribute_option_, etc.
setPropertyValues(PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionNode
Sets an array of properties for an ExecutionNode.
setPropertyValues(PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.tests.PlanningNode
Sets a list of property values for the planning node
setProvider(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setProxyHostName(String) - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Sets the hostname of the proxy server.
setProxyPort(int) - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Sets the port of the proxy server.
setProxyType(int) - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Sets the type of the proxy server.
setProxyUsernameAndPasswordForLocation(String, int, String, String) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Sets proxy username and password for a location (identified by locationId).
setReason(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the reason of the last status change of this issue.
setRelease(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the release this issue is assigned to.
setRepInfo(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setRequired(boolean) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Set if a value has to be entered for this field.
setRequirementFlagStatus(String, int, int, Boolean, String) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method sets or clears a flag for a requirement and optionally its child requirements.
setRequirementId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
setResultURL(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the URL to the result page in Silk Central.
setRmiProxyPort(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the Java RMI port of this execution server.
setRmiProxyPortSSL(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the Java RMI port of this execution server for SSL.
setRoleId(int) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Sets the ID of the role assigned to the user for the given user group.
setRoleName(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Sets the role name.
setSeparatorString(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the preferred CSV separator string (for example "," or ";").
setSequence(int) - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Sets the index of the step within the manual test definition
setSetupTestDef(TestDefinitionResult) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the result of the setup task.
setSetupTestDefinition(String, int, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Sets the ID of the test that is used for setup in an execution plan or in a configuration suite.
setSeverity(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the severity this issue is assigned to.
setSeverity(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Sets the severity this issue is assigned to.
setShortDateFormat(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the preferred short date format (for example "MM/dd/yyyy, hh:mm a").
setShortDesc(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IMComponent
Sets the short description of the component.
setShortDesc(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Platform
Sets the short description of the platform.
setShortDesc(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.Product
Sets the short description of the product.
setStarTeamPassword(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setState(int) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the current state of this execution server.
setState(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the current state of this issue.
setState(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Sets the current state of this issue.
setStatus(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the status of the test.
setStatus(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
 
setStepPos(int) - Method in class com.microfocus.silkcentral.webservices.tests.ManualTestStep
Sets the index of this step within the manual test definition
setSynopsis(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueInformation
Sets the synopsis of this issue.
setSynopsis(String) - Method in class com.microfocus.silkcentral.webservices.issuemanager.IssueStatusInformation
Sets the synopsis of this issue.
setSynopsis(String) - Method in class com.segue.scc.published.api.issuetracking.Issue
 
setTestDefId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the ID of the test.
setTestDefinitionType(String) - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Sets the type of test definitions to filter
setTestDefName(String) - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
 
setTestDefName(String) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchBean
Called to supply the name of the test definition to this plugin instance.
setTestDefResult(TestDefinitionResult[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionResult
Sets the results of the executed test plan.
setTestId(int) - Method in class com.microfocus.silkcentral.webservices.requirements.Test
 
setTestPlanningFilterId(int) - Method in class com.microfocus.silkcentral.webservices.tests.NodeFilter
Sets the id of a saved filter to use for getting children of a node
setTestRunId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the ID of the run of the test.
setTimeStamp(long) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionHandle
Sets the timestamp of the execution.
setTimeZoneId(String) - Method in class com.microfocus.silkcentral.webservices.administration.UserDetails
Sets the timeZone ID (for example "America" + "/" + "New_York").
setType(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets the type of the parameter, see constants.
setType(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the type information.
setType(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the type of the value object, for example String, Boolean, Number, etc.
setType(int) - Method in class com.microfocus.silkcentral.webservices.requirements.CustomProperty
Sets the type of the custom property.
setType(int) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the type information.
setType(int) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
setType(int) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Sets the type of the parameter, see constants
setType(String) - Method in class com.microfocus.silkcentral.webservices.tests.ProjectAttribute
Sets the type of the attribute
setType(int) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the type information.
setType(int) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the type of the value object, for example String, Boolean, Number, etc.
setType(int) - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
setType(int) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
setTypeId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the type of the test.
setTypeLabel(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyMetaInfo
Sets the label of the required type of this property.
setTypeLabel(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyMetaInfo
Sets the label of the required type of this property.
setTypeLabel(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyMetaInfo
Sets the label of the required type of this property.
setTypeName(String) - Method in class com.microfocus.silkcentral.webservices.tests.DataSource
Sets the data source type, which can be either MS Excel, CSV, or JDBC
setUNCPassword(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setUNCUser(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setUpdateFlagOnAnyChange() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMUpdateFlaggingSupport
Tells if a requirement sending data on synchronize changes should be flagged for changed.
setUseCentralProxy(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.LocationDetails
Sets that the central proxy will be used or not.
setUser(String) - Method in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
setUserId(int) - Method in class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
Sets the user ID.
setUserId(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ManualTester
Sets the ID of the manual tester.
setUseSSL(boolean) - Method in class com.microfocus.silkcentral.webservices.administration.ExecServer
Sets the property indicating whether SSL is used for connecting this execution server or not.
setValue(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
Sets the current value of the property.
setValue(String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.PropertyValue
Sets the value of the property.
setValue(String) - Method in class com.microfocus.silkcentral.webservices.filter.FilterCriterion
Sets the value to which the property is compared with.
setValue(String) - Method in class com.microfocus.silkcentral.webservices.requirements.PropertyValue
 
setValue(String) - Method in class com.microfocus.silkcentral.webservices.tests.CustomStepProperty
Sets the value of this custom step property
setValue(String) - Method in class com.microfocus.silkcentral.webservices.tests.NodeParameter
Sets the current value of the property
setValue(String) - Method in class com.microfocus.silkcentral.webservices.tests.PropertyValue
Sets the value of the property
setValue(String, String) - Method in class com.segue.scc.published.api.issuetracking.Issue
Set the value of a property.
setValue(String[]) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Set selected values for multi-select fields.
setValue(String) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Set the value of this field.
setValues(IdentifiedObject[]) - Method in class com.segue.scc.published.api.common82.DefaultProperty
 
setValues(String, String[]) - Method in class com.segue.scc.published.api.issuetracking.Issue
Set the value of a property.
setVcsErrorCode(int) - Method in exception com.segue.scc.published.api.vcs.SourceControlException
 
setVisible(boolean) - Method in class com.segue.scc.published.api.issuetracking.IssueTrackingField
 
setWarningCount(int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
Sets the number of warnings.
setWorkingFolder(String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfileData
 
SEVERITY_ERROR - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
 
SEVERITY_FATAL - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
 
SEVERITY_INFO - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
 
SEVERITY_SUCCESS - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
 
SEVERITY_WARNING - Static variable in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
 
sourceAccess() - Method in class com.segue.tm.published.api.testlaunch.AbstractTestLaunchBean
Provides access to local copies of VCS controlled Test Container files.
SourceCodeControlInfo - Class in com.segue.scc.published.api.vcs
 
SourceCodeControlInfo() - Constructor for class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
SourceControlException - Exception in com.segue.scc.published.api.vcs
Indicates an error when operating with a SourceControl system.
SourceControlException(int) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(String, int) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(Throwable, int) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(String, Throwable, int) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(Throwable) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(String, Throwable) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlException(int, Throwable) - Constructor for exception com.segue.scc.published.api.vcs.SourceControlException
 
SourceControlProfile - Interface in com.segue.scc.published.api.vcs
SourceControlProfile is used to interact with an external source control system.
This interface specifies methods such as listing the source control system's content or getting the files from the source control system to a local directory.
SourceControlProfile is used to interact with an external source control system.
SourceControlProfileData - Interface in com.segue.scc.published.api.vcs
Provides data that the user enters, which is needed to access the source control system.
startCodeCoverageRecording(String, int) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Deprecated.
code coverage recording with remote access to OptimizeIt controller not supported anymore. Use TestLaunchResultDrain.createTestCodeCoverageFile()
startCodeCoverageRecording(int) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
startCoverage() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfile
This function is called by the SCTM Code Coverage Framework after the getBaseLine() method is complete this is where you should start your code coverage tool collecting code coverage data
STARTEAM - Static variable in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
startExecution(String, int) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Executes the specified node (folder, configuration suite or execution plan).
startExecutionWithOptions(String, int, String, int, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Executes the specified node (folder, configuration suite or execution plan).
startExecutionWithOptionsInternal(String, int, String, int, String, Map<String, ParameterData>, String) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
 
StatisticEntity - Class in com.microfocus.silkcentral.webservices.issuemanager
An instance of this class holds general information about a statistical entity.
StatisticEntity() - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
 
StatisticEntity(String, String, int) - Constructor for class com.microfocus.silkcentral.webservices.issuemanager.StatisticEntity
 
stdErrReport() - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Returns the current stderr output of the process.
stdOutReport() - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Returns the current stdout output of the process.
stopCoverage() - Method in interface com.segue.scc.published.api.codeanalysis.CodeAnalysisProfile
This function is called after startCoverage, This is triggered by the SCTM Execution Server finishing a test run.
store(Credentials) - Method in class com.segue.scc.published.api.issuetracking.Issue
Stores the issue into the external issue tracking tool.
StoreIssueException - Exception in com.segue.scc.published.api.issuetracking
Is thrown when an issue can't be stored in the external issue tracking system.
StoreIssueException(String) - Constructor for exception com.segue.scc.published.api.issuetracking.StoreIssueException
 
StoreIssueException(Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.StoreIssueException
 
StoreIssueException(String, Throwable) - Constructor for exception com.segue.scc.published.api.issuetracking.StoreIssueException
 
stringifyMultiSelect(String[]) - Method in interface com.segue.scc.published.api.datasource85.DataSource
When DataSource.getAvailableValues(String) is used, the selection is returned here and it's up to the plugin to render the selected values into a single string.
StringResolver - Interface in com.segue.scc.published.api.common85
This is for i18n support.
StringResolver - Interface in com.segue.scc.published.api
This is for i18n support.
StringResolver.Type - Enum in com.segue.scc.published.api.common85
 
SystemService - Class in com.microfocus.silkcentral.webservices.system
System service.
SystemService() - Constructor for class com.microfocus.silkcentral.webservices.system.SystemService
 

T

terminate() - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Called to demand immediate termination while an execution takes currently place.
terminate() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchBean
Called to demand immediate termination while an execution takes currently place.
Test - Class in com.microfocus.silkcentral.webservices.requirements
An instance of this class holds general information about a test.
Test() - Constructor for class com.microfocus.silkcentral.webservices.requirements.Test
 
testCaseStartFinishIndicationRequired() - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
If true, the plugin is required to indicate beginning and ending of each sub test case, when executing multiple test cases within one test (for screen or video capturing).
TestCaseStartFinishSocketClient - Class in com.segue.tm.published.api.testlaunch
When a test definition is not executed in the execution server process directly, used to communicate to SCTM, that a test case is about to start or has finished.
TestCaseStartFinishSocketClient() - Constructor for class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Construct a session object connecting to the local execution server with a communication timeout of 10 seconds.
TestCaseStartFinishSocketClient(String) - Constructor for class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Construct a session object to the execution server on a arbitrary machine with a communication timeout of 10 seconds.
TestCaseStartFinishSocketClient(String, int) - Constructor for class com.segue.tm.published.api.testlaunch.TestCaseStartFinishSocketClient
Construct a session object connecting to the execution server on a arbitrary machine with a user defined timeout.
TestDefinitionResult - Class in com.microfocus.silkcentral.webservices.executionplanning
An instance of this class holds the information of the result of a run of a test plan.
TestDefinitionResult() - Constructor for class com.microfocus.silkcentral.webservices.executionplanning.TestDefinitionResult
 
TestLaunchBean - Interface in com.segue.tm.published.api.testlaunch
Interface to be implemented by each test launch plugin to be integrated into Test Manager.
TestLaunchPluginContext - Interface in com.segue.tm.published.api.testlaunch
Represents an access point to obtain various information from the test mananger framework.
TestLaunchResultDrain - Interface in com.segue.tm.published.api.testlaunch
Allows to publish results produced by a single execution on the execution server.
TestSourceContext - Interface in com.segue.tm.published.api.testlaunch
Provides access to local copies of VCS controlled Test Container files.
TestsService - Class in com.microfocus.silkcentral.webservices.tests
Provides basic functionality for the test planning unit.
TestsService() - Constructor for class com.microfocus.silkcentral.webservices.tests.TestsService
 
TEXTAREA - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Multi-line free text.
TEXTFIELD - Static variable in class com.segue.scc.published.api.issuetracking.IssueTrackingField
Single-line free text.
toString() - Method in class com.segue.scc.published.api.cloud.CloudDeployedInstanceInfo
 
toString() - Method in class com.segue.scc.published.api.cloud.CloudProviderProperty
 
toString() - Method in class com.segue.scc.published.api.cloud.CloudTemplate
 
toString() - Method in class com.segue.scc.published.api.datasource85.DefaultColumnMetaInfo
 
toString() - Method in enum com.segue.tm.published.api.testlaunch.ExecutionContextInfo.ExecProperty
Returns the string representation of this property.
TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a boolean parameter, value = 3
TYPE_BOOLEAN - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a boolean parameter, value = 3
TYPE_CHAR - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a single character parameter, value = 5
TYPE_CHAR - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a single character parameter, value = 5
TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a date parameter, value = 6
TYPE_DATE - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a date parameter, value = 6
TYPE_FILE - Static variable in interface com.segue.scc.published.api.vcs.BrowseableProfile
 
TYPE_FLOAT - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a float parameter, value = 2
TYPE_FLOAT - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a float parameter, value = 2
TYPE_NUMBER - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a integer parameter, value = 1
TYPE_NUMBER - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a integer parameter, value = 1
TYPE_PASSWORD - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a password parameter, value = 4
TYPE_PASSWORD - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a password parameter, value = 4
TYPE_PROJECT - Static variable in interface com.segue.scc.published.api.vcs.BrowseableProfile
TODO rename to TYPE_DIRECTORY
TYPE_RETRIEVE - Static variable in interface com.segue.scc.published.api.vcs.BrowseableProfile
 
TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.executionplanning.NodeParameter
type of a string parameter, value = 0
TYPE_STRING - Static variable in class com.microfocus.silkcentral.webservices.tests.NodeParameter
type of a string parameter, value = 0

U

unassignTest(String, int, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method unassigns the test with the provided test ID from the requirement with the provided requirement ID.
UNC - Static variable in class com.segue.scc.published.api.vcs.SourceCodeControlInfo
 
undeployAndDeleteInstance(Map<String, String>) - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Undeploy and delete the instance identified by the passed instance properties.
updateAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Updates given attributes identified by their IDs for the given project identified by projectId.
updateAttributes(String, int, ProjectAttribute[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Updates given attributes identified by their Ids for the given project identified by projectId.
updateErrors(int, int) - Method in interface com.segue.tm.published.api.testlaunch.TestLaunchResultDrain
Updates (increments) the number of errors and warnings of a test execution.
updateExecServer(String, ExecServer) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates the properties of an existing execution server.
updateExecServerKeywords(String, int, String[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Sets the custom keywords for an execution server.
updateFilter(String, Filter) - Method in class com.microfocus.silkcentral.webservices.filter.FilterService
Updates an existing filter (identified by its filter id within the Filter object).
updateLocation(String, LocationDetails) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates an existing location (identified by the ID) with the data provided by the location details.
updateManualTestStep(String, int, ManualTestStep) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Updates a manual test step and its custom properties.
updateMembershipsOfGroup(String, int, UserGroupMembership[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates the memberships of a group.
updateMembershipsOfUser(String, int, UserGroupMembership[]) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates the memberships of a user.
updateNode(String, ExecutionNode) - Method in class com.microfocus.silkcentral.webservices.executionplanning.ExecutionPlanningService
Updates an existing node in the execution tree.
updateNode(String, PlanningNode) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
This call updates a specific node in the test planning tree.
updateProject(String, Project) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates an existing project with the given properties.
updateProperties(String, int, PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method updates all provided property values.
updateProperties(String, PropertyValue[]) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Updates all property values in an array.
updateProperty(String, int, PropertyValue) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method updates the property value.
updateProperty(String, PropertyValue) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Updates a node's property.
updateRepository(String, File, boolean, String) - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Update the files locally stored in sessionDir to the source control profile.
updateRequirement(String, int, Requirement, int) - Method in class com.microfocus.silkcentral.webservices.requirements.RequirementsService
This method creates or updates the provided requirement.
updateTestPackage(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Updates an existing test package defined by packageNodeId from the given xmlPackage structure.
updateUser(String, UserDetails) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates the properties of an existing user.
updateUserGroup(String, UserGroup) - Method in class com.microfocus.silkcentral.webservices.administration.AdministrationService
Updates an existing user group.
uploadTestPackageResult(String, int, String) - Method in class com.microfocus.silkcentral.webservices.tests.TestsService
Uploads the results of an existing test package defined by packageNodeId from the given xmlPackage structure.
User - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information of a user.
User() - Constructor for class com.microfocus.silkcentral.webservices.administration.User
 
UserDetails - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds detailed information of a user.
UserDetails() - Constructor for class com.microfocus.silkcentral.webservices.administration.UserDetails
 
UserGroup - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information of a user group.
UserGroup() - Constructor for class com.microfocus.silkcentral.webservices.administration.UserGroup
 
UserGroupMembership - Class in com.microfocus.silkcentral.webservices.administration
An instance of this class holds the information about which user is member of which user group in which role.
UserGroupMembership() - Constructor for class com.microfocus.silkcentral.webservices.administration.UserGroupMembership
 

V

validate() - Method in interface com.segue.scc.published.api.datasource85.DataSource
When a DataSource is configured and the user confirms the settings, this is called to check if the configuration is valid.
validate() - Method in interface com.segue.scc.published.api.issuetracking82.IssueTrackingProfile
Checks if all required data was provided correctly and is working
validate() - Method in interface com.segue.tm.published.api.requirements.javaplugin.RMPluginProfile
Tests if the values provided so far to the profile for the properties are enough and correct for a successful login to the external RMS.
validateProfile() - Method in interface com.segue.scc.published.api.cloud.CloudProviderProfile
Verify if the cloud can be accessed applying the properties set before with CloudProviderProfile.setProfileProperties(String, String, Map)
validateProfileSettings() - Method in interface com.segue.scc.published.api.vcs.SourceControlProfile
Per default the system tries to list the content of the root folder with the provided settings.
valueOf(String) - Static method in enum com.segue.scc.published.api.common85.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.segue.scc.published.api.common85.StringResolver.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.segue.scc.published.api.datasource85.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.segue.scc.published.api.datasource85.ColumnType
 
valueOf(String) - Static method in enum com.segue.tm.published.api.testlaunch.ExecutionContextInfo.ExecProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.segue.scc.published.api.common85.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.segue.scc.published.api.common85.StringResolver.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.segue.scc.published.api.datasource85.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.segue.tm.published.api.testlaunch.ExecutionContextInfo.ExecProperty
Returns an array containing the constants of this enum type, in the order they are declared.
VersionControlProfile - Interface in com.segue.scc.published.api.vcs
Adds checkin, checkout and label support to the SourceControlProfile

W

waitForCompletion(int) - Method in class com.segue.tm.published.api.testlaunch.ExtProcessTestLaunchBean
Waits the timespan passed as parameter for an asynchronously executing process to complete.
WSFaultBean - Class in com.microfocus.silkcentral.webservices
 
WSFaultBean() - Constructor for class com.microfocus.silkcentral.webservices.WSFaultBean
 
WSFaultBean(String) - Constructor for class com.microfocus.silkcentral.webservices.WSFaultBean
 
WSFaultException - Exception in com.microfocus.silkcentral.webservices
 
WSFaultException(String) - Constructor for exception com.microfocus.silkcentral.webservices.WSFaultException
 
WSFaultException(String, Exception) - Constructor for exception com.microfocus.silkcentral.webservices.WSFaultException
 
WSFaultException(String, WSFaultBean) - Constructor for exception com.microfocus.silkcentral.webservices.WSFaultException
 
WSFaultException(String, WSFaultBean, Throwable) - Constructor for exception com.microfocus.silkcentral.webservices.WSFaultException
 

X

Xml(String) - Method in class com.segue.scc.published.api.codeanalysis.CodeAnalysisResult
Add xml data into the CodeAnalysisResult object.
Xml() - Method in class com.segue.scc.published.api.codeanalysis.CodeAnalysisResult
 
A B C D E F G H I K L M N O P R S T U V W X 
Skip navigation links

Copyright © Micro Focus 2004-2019. All rights reserved.