public class ArtifactLinkServiceClient extends QTestApiWebServiceClient<ArtifactLinkServiceClient> implements ArtifactLinkService
credentialsProvider, exceptionUnmarshallers, executorService, signerclient, configuration, endpoint, requestHandlers, timeOffset| Constructor and Description |
|---|
ArtifactLinkServiceClient(QTestCredentials credentials,
ClientConfiguration clientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArtifactLink> |
find(GetArtifactLinkRequest in)
Find artifact by ids
|
java.util.List<ArtifactLink> |
link(CreateArtifactLinkRequest in)
Create link artifact
|
boolean |
unlink(DeleteArtifactLinkRequest in)
Delete link artifact
|
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 ArtifactLinkServiceClient(QTestCredentials credentials, ClientConfiguration clientConfiguration)
public java.util.List<ArtifactLink> link(CreateArtifactLinkRequest in)
ArtifactLinkServicelink in interface ArtifactLinkServicepublic boolean unlink(DeleteArtifactLinkRequest in)
ArtifactLinkServiceunlink in interface ArtifactLinkServicepublic java.util.List<ArtifactLink> find(GetArtifactLinkRequest in)
ArtifactLinkServicefind in interface ArtifactLinkService