public class TestPlanServiceClient extends QTestApiWebServiceClient<TestPlanServiceClient> implements TestPlanService
credentialsProvider, exceptionUnmarshallers, executorService, signerclient, configuration, endpoint, requestHandlers, timeOffset| Constructor and Description |
|---|
TestPlanServiceClient()
Constructs a new client to invoke service method on TestPlanService using
the default qTest credentials provider and default client configuration options.
|
TestPlanServiceClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on TestPlanService using
the default qTest credentials provider and client configuration options.
|
TestPlanServiceClient(QTestCredentials credentials)
Constructs a new client to invoke service method on TestPlanService using
the specified qTest credentials.
|
TestPlanServiceClient(QTestCredentials credentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on TestPlanService using
the specified qTest credentials and client configuration options.
|
TestPlanServiceClient(QTestCredentialsProvider credentialsProvider)
Constructs a new client to invoke service method on TestPlanService using
the specified qTest credentials provider and client configuration options.
|
TestPlanServiceClient(QTestCredentialsProvider credentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on TestPlanService using
the specified qTest credentials provider and client configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
Build |
createBuild(CreateBuildRequest createBuildRequest)
Creates build from the
create build request |
Release |
createRelease(CreateReleaseRequest createReleaseRequest)
Creates release from the
CreateReleaseRequest . |
init, invoke, shutdown, withEndpointaddRequestHandler, createExecutionContext, createHttpAuthClient, getTimeOffset, removeRequestHandler, setConfiguration, setEndpoint, setTimeOffset, withConfiguration, withRequestHandler, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEndpoint, shutdownpublic TestPlanServiceClient()
public TestPlanServiceClient(ClientConfiguration clientConfiguration)
clientConfiguration - The client configuration options controlling how this
client connects to TestPlanServicepublic TestPlanServiceClient(QTestCredentials credentials)
credentials - The qTest credentials which will provide
credentials to authenticate request with qTest services.public TestPlanServiceClient(QTestCredentials credentials, ClientConfiguration clientConfiguration)
credentials - The qTest credentials which will provide
credentials to authenticate request with qTest services.clientConfiguration - The client configuration options controlling how this
client connects to TestPlanServicepublic TestPlanServiceClient(QTestCredentialsProvider credentialsProvider)
credentialsProvider - The qTest credentials provider which will provide
credentials to authenticate request with qTest services.public TestPlanServiceClient(QTestCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration)
credentialsProvider - The qTest credentials provider which will provide
credentials to authenticate request with qTest services.clientConfiguration - The client configuration options controlling how this
client connects to TestPlanServicepublic Build createBuild(CreateBuildRequest createBuildRequest) throws AuthServiceException
TestPlanServicecreate build requestcreateBuild in interface TestPlanServicecreateBuildRequest - the given create build requestBuild instance.AuthServiceException - if an error occurs during creating build.public Release createRelease(CreateReleaseRequest createReleaseRequest) throws AuthServiceException
TestPlanServiceCreateReleaseRequest .createRelease in interface TestPlanServicecreateReleaseRequest - the given create release requestRelease instance.AuthServiceException - if an error occurs during creating release.