Interface | Description |
---|---|
ComponentVisitor |
A Visitor that define actions to carry out when visiting
Component s. |
SupportContext |
The context that a
Component is being instantiated in. |
Class | Description |
---|---|
CommandOutputContent |
Content of a command output.
|
Component |
Represents a component of a support bundle.
|
Container |
Represents something that can contain
Content |
Content |
Represents some content in a support bundle.
|
FileContent |
Content that is stored as a file on disk.
|
FilePathContent |
Content that is stored as a file on a remote disk
|
GenerateOnDemandContent |
Content that is generated when required.
|
LaunchLogsFileContent | |
ObjectComponent<T extends AbstractModelObject> |
Represents a component of a support bundle for a specific model object.
|
ObjectComponentDescriptor<T extends AbstractModelObject> |
Descriptor of
ObjectComponent |
PrefilteredPrintedContent |
Content that is printed on demand and filtered by itself.
|
PrintedContent |
Content that is printed on demand.
|
StringContent |
Content that is a string.
|
SupportProvider |
The provider of support.
|
SupportProviderDescriptor |
Base class for
Descriptor s of SupportProvider |
TemporaryFileContent |
Temporary file content, auto-deleted after
TemporaryFileContent.writeTo(OutputStream) . |
TruncatedContent |
Content added to the support bundle that should be truncated.
|
TruncatedContent.TruncatedOutputStream | |
UnfilteredCommandOutputContent |
Content of a command output.
|
UnfilteredFileContent |
Content that is stored as a file on disk and is not filtered.
|
UnfilteredStringContent |
Content that is a string and cannot be pre-filtered.
|
Exception | Description |
---|---|
TruncationException |
Limit size for a specific file has been reached, and has been truncated.
|
Copyright © 2016–2022. All rights reserved.