Hierarchy For All Packages
- com.thoughtworks.go.plugin.api,
- com.thoughtworks.go.plugin.api.annotation,
- com.thoughtworks.go.plugin.api.exceptions,
- com.thoughtworks.go.plugin.api.info,
- com.thoughtworks.go.plugin.api.logging,
- com.thoughtworks.go.plugin.api.request,
- com.thoughtworks.go.plugin.api.response,
- com.thoughtworks.go.plugin.api.task
Class Hierarchy
- java.lang.Object
- com.thoughtworks.go.plugin.api.AbstractGoPlugin (implements com.thoughtworks.go.plugin.api.GoPlugin)
- com.thoughtworks.go.plugin.api.request.GoApiRequest
- com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest
- com.thoughtworks.go.plugin.api.response.GoApiResponse
- com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
- com.thoughtworks.go.plugin.api.GoApplicationAccessor
- com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
- com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
- com.thoughtworks.go.plugin.api.response.GoPluginApiResponse
- com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
- com.thoughtworks.go.plugin.api.GoPluginIdentifier
- com.thoughtworks.go.plugin.api.task.JobConsoleLogger
- com.thoughtworks.go.plugin.api.logging.Logger
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.thoughtworks.go.plugin.api.exceptions.UnhandledRequestTypeException
- java.lang.Exception
Interface Hierarchy
- com.thoughtworks.go.plugin.api.GoPlugin
- com.thoughtworks.go.plugin.api.info.PluginContext
- com.thoughtworks.go.plugin.api.info.PluginDescriptor.About
- com.thoughtworks.go.plugin.api.info.PluginDescriptor.Vendor
- java.io.Serializable
- com.thoughtworks.go.plugin.api.info.PluginDescriptor
Annotation Interface Hierarchy
- com.thoughtworks.go.plugin.api.annotation.Extension (implements java.lang.annotation.Annotation)
- com.thoughtworks.go.plugin.api.GoPluginApiMarker (implements java.lang.annotation.Annotation)
- com.thoughtworks.go.plugin.api.annotation.Load (implements java.lang.annotation.Annotation)
- com.thoughtworks.go.plugin.api.annotation.UnLoad (implements java.lang.annotation.Annotation)