Modifier and Type | Method and Description |
---|---|
RequestTrace |
RequestTrace.getParent()
Gets the parent of this trace.
|
RequestTrace |
RepositoryEvent.getTrace()
Gets the trace information about the request during which the event occurred.
|
RequestTrace |
RequestTrace.newChild(Object data)
Creates a new child of this trace.
|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
Object data)
Creates a child of the specified request trace.
|
Modifier and Type | Method and Description |
---|---|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
Object data)
Creates a child of the specified request trace.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setTrace(RequestTrace trace)
Sets the trace information about the request during which the event occurred.
|
Constructor and Description |
---|
RequestTrace(RequestTrace parent,
Object data)
Creates a new trace with the specified data and parent
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
CollectRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
CollectRequest |
CollectRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
DeployRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
DeployRequest |
DeployRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
InstallRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
InstallRequest |
InstallRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
VersionRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
ArtifactDescriptorRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
VersionRangeRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
ArtifactRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
DependencyRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
MetadataRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
VersionRequest |
VersionRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
VersionRangeRequest |
VersionRangeRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
ArtifactRequest |
ArtifactRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
DependencyRequest |
DependencyRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
MetadataRequest |
MetadataRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
Transfer.getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
Modifier and Type | Method and Description |
---|---|
MetadataDownload |
MetadataDownload.setTrace(RequestTrace trace) |
ArtifactUpload |
ArtifactUpload.setTrace(RequestTrace trace) |
ArtifactDownload |
ArtifactDownload.setTrace(RequestTrace trace) |
MetadataUpload |
MetadataUpload.setTrace(RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
RequestTrace |
TransferResource.getTrace()
Gets the trace information that describes the higher level request/operation during which this resource is
transferred.
|
Constructor and Description |
---|
TransferResource(String repositoryUrl,
String resourceName,
File file,
RequestTrace trace)
Creates a new transfer resource with the specified properties.
|
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.