All Classes
| Class | Description |
|---|---|
| AbstractGoPlugin |
An abstract implementation GoPlugin which will take care of GoApplicationAccessor initialization.
|
| Configuration | Deprecated. |
| Console | Deprecated. |
| Console.SecureEnvVarSpecifier |
Used to specify which environment variables are secure and shouldn't be printed literally.
|
| DefaultGoApiRequest |
Default implementation of GoApiRequest
|
| DefaultGoApiResponse |
Default implementation of GoApiResponse
|
| DefaultGoPluginApiRequest |
Default implementation of GoPluginApiRequest
|
| DefaultGoPluginApiResponse |
Default implementation of GoPluginApiResponse
|
| EnvironmentVariables | Deprecated. |
| ExecutionResult | Deprecated. |
| Extension |
Annotation that marks a type an extension implementation.
|
| GoApiRequest |
Provides an abstraction for api request sent from plugin to Go
|
| GoApiResponse |
Provides an abstraction for api response sent from Go to plugin
|
| GoApplicationAccessor |
GoApplicationAccessor will provide an abstraction over communication from plugin to Go.
|
| GoPlugin |
GoPlugin interface represents Go plugin.
|
| GoPluginApiMarker |
Annotation that marks a type as an extension point provided by Go.
|
| GoPluginApiRequest |
Provides an abstraction for api request sent from Go to plugin
|
| GoPluginApiResponse |
Provides an abstraction for api response sent from plugin to Go
|
| GoPluginIdentifier |
Provides details about supported extension point and its version by a plugin
|
| InvalidPackageRevisionDataException | Deprecated. |
| JobConsoleLogger | |
| Load |
Annotation that marks a method to be called when a plugin is loaded.
|
| Logger |
Logger for use by plugin developers.
|
| Option<T> | Deprecated. |
| Options | Deprecated. |
| PackageConfiguration | Deprecated. |
| PackageMaterialProperty | Deprecated. |
| PackageRevision | Deprecated. |
| PluginContext | |
| PluginDescriptor |
Descriptor represent the plugin descriptor XML file.
|
| PluginDescriptor.About |
Plugin author information.
|
| PluginDescriptor.Vendor |
Plugin vendor information.
|
| PluginPreference | |
| Property | Deprecated. |
| RepositoryConfiguration | Deprecated. |
| Result | Deprecated. |
| Task | Deprecated. |
| TaskConfig | Deprecated. |
| TaskConfigProperty | Deprecated. |
| TaskExecutionContext | Deprecated. |
| TaskExecutor | Deprecated. |
| TaskView | Deprecated. |
| UnhandledRequestTypeException | |
| UnLoad |
Annotation that marks a method to be called when a plugin is unloaded.
|
| UsedOnGoAgent |
A method mark by this annotation indicates that the method is
invoked on the Go Agent.
|
| UsedOnGoServer |
A method mark by this annotation indicates that the method is
invoked on the Go server.
|
| ValidationError | Deprecated. |
| ValidationResult | Deprecated. |