- debug(String) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in debug mode.
- debug(String, Throwable) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in debug mode.
- debug(String, Object) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in debug mode according to the specified format
and argument.
- debug(String, Object, Object) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in debug mode according to the specified format
and arguments.
- debug(String, Object...) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in debug mode according to the specified format
and arguments.
- DefaultGoApiRequest - Class in com.thoughtworks.go.plugin.api.request
-
Default implementation of GoApiRequest
- DefaultGoApiRequest(String, String, GoPluginIdentifier) - Constructor for class com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest
-
Constructs DefaultGoApiRequest with api name, api version and plugin identifier
- DefaultGoApiResponse - Class in com.thoughtworks.go.plugin.api.response
-
Default implementation of GoApiResponse
- DefaultGoApiResponse(int) - Constructor for class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
Constructs DefaultGoApiResponse with response code
- DefaultGoPluginApiRequest - Class in com.thoughtworks.go.plugin.api.request
-
Default implementation of GoPluginApiRequest
- DefaultGoPluginApiRequest(String, String, String) - Constructor for class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Constructs DefaultGoPluginApiRequest with extension name, extension version and request name
- DefaultGoPluginApiResponse - Class in com.thoughtworks.go.plugin.api.response
-
Default implementation of GoPluginApiResponse
- DefaultGoPluginApiResponse(int) - Constructor for class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Constructs DefaultGoPluginApiResponse with response code
- DefaultGoPluginApiResponse(int, String) - Constructor for class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Constructs DefaultGoPluginApiResponse
- DefaultGoPluginApiResponse(int, String, Map<String, String>) - Constructor for class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Constructs DefaultGoPluginApiResponse
- description() - Method in interface com.thoughtworks.go.plugin.api.info.PluginDescriptor.About
-
Plugin Description.
- DISPLAY_NAME - Static variable in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Option to specify the display name for the property
- DISPLAY_ORDER - Static variable in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Option to specify order of display of property on screen
- displayValue() - Method in interface com.thoughtworks.go.plugin.api.task.TaskView
-
Deprecated.
Specifies the display value of this task plugin.
- environment() - Method in interface com.thoughtworks.go.plugin.api.task.TaskExecutionContext
-
Deprecated.
The environment variables that this task should run with.
- EnvironmentVariables - Interface in com.thoughtworks.go.plugin.api.task
-
Deprecated.
- equals(Object) - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
- equals(Object) - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationError
-
Deprecated.
- error(String) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in error mode.
- error(String, Throwable) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in error mode.
- error(String, Object) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in error mode according to the specified format
and argument.
- error(String, Object, Object) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in error mode according to the specified format
and arguments.
- error(String, Object...) - Method in class com.thoughtworks.go.plugin.api.logging.Logger
-
Messages to be logged in error mode according to the specified format
and arguments.
- error(String) - Static method in class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
Creates an instance DefaultGoApiResponse which represents error request with response code 500
- error(String) - Static method in class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Creates an instance DefaultGoPluginApiResponse which represents error request with response code 500
- execute(TaskConfig, TaskExecutionContext) - Method in interface com.thoughtworks.go.plugin.api.task.TaskExecutor
-
Deprecated.
The plugin infrastructure will call the execute() method, on the agent side, when the task needs to be run.
- ExecutionResult - Class in com.thoughtworks.go.plugin.api.response.execution
-
Deprecated.
- ExecutionResult() - Constructor for class com.thoughtworks.go.plugin.api.response.execution.ExecutionResult
-
Deprecated.
- executor() - Method in interface com.thoughtworks.go.plugin.api.task.Task
-
Deprecated.
The executor is the part of the plugin which actually does the work.
- Extension - Annotation Type in com.thoughtworks.go.plugin.api.annotation
-
Annotation that marks a type an extension implementation.
- extension() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Extension name of the request
- extension() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Extension name of the request
- extensionVersion() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Extension version of the request
- extensionVersion() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Extension version of the request
- get(String) - Method in class com.thoughtworks.go.plugin.api.config.Configuration
-
Deprecated.
Gets property for a given property key
- getConsoleLogger() - Static method in class com.thoughtworks.go.plugin.api.task.JobConsoleLogger
-
- getData() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets additional data related to package revision
- getDataFor(String) - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets additional data related to package revision for given key
- getErrors() - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationResult
-
Deprecated.
Gets list of errors for container
- getExtension() - Method in class com.thoughtworks.go.plugin.api.GoPluginIdentifier
-
Gets extension name
- getKey() - Method in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Gets property key
- getKey() - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationError
-
Deprecated.
Gets error key
- getLoggerFor(Class) - Static method in class com.thoughtworks.go.plugin.api.logging.Logger
-
- getMessage() - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationError
-
Deprecated.
Gets error message
- getMessages() - Method in class com.thoughtworks.go.plugin.api.response.Result
-
Deprecated.
Gets error messages associated with result
- getMessages() - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationResult
-
Deprecated.
Collects error message string as list from all the errors in the container
- getMessagesForDisplay() - Method in class com.thoughtworks.go.plugin.api.response.Result
-
Deprecated.
Formats the messages in the result to a suitable form
so that it can be used in user interface.
- getOption(Option<T>) - Method in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Gets value for given option
- getOptions() - Method in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Gets all options of property
- getRevision() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets revision string
- getRevisionComment() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets comment associated with revision
- getSupportedExtensionVersions() - Method in class com.thoughtworks.go.plugin.api.GoPluginIdentifier
-
Gets list of supported extension versions
- getTimestamp() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets revision timestamp
- getTrackbackUrl() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets url which can provide information about producer of package revision
- getUser() - Method in class com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision
-
Deprecated.
Gets user associated with revision
- getValue() - Method in class com.thoughtworks.go.plugin.api.config.Option
-
Deprecated.
Gets value for this option
- getValue() - Method in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Gets property value.
- getValue(String) - Method in class com.thoughtworks.go.plugin.api.task.TaskConfig
-
Deprecated.
Retrieves the value of a property.
- GoApiRequest - Class in com.thoughtworks.go.plugin.api.request
-
Provides an abstraction for api request sent from plugin to Go
- GoApiRequest() - Constructor for class com.thoughtworks.go.plugin.api.request.GoApiRequest
-
- GoApiResponse - Class in com.thoughtworks.go.plugin.api.response
-
Provides an abstraction for api response sent from Go to plugin
- GoApiResponse() - Constructor for class com.thoughtworks.go.plugin.api.response.GoApiResponse
-
- goApplicationAccessor - Variable in class com.thoughtworks.go.plugin.api.AbstractGoPlugin
-
- GoApplicationAccessor - Class in com.thoughtworks.go.plugin.api
-
GoApplicationAccessor will provide an abstraction over communication from plugin to Go.
- GoApplicationAccessor() - Constructor for class com.thoughtworks.go.plugin.api.GoApplicationAccessor
-
- GoPlugin - Interface in com.thoughtworks.go.plugin.api
-
GoPlugin interface represents Go plugin.
- GoPluginApiMarker - Annotation Type in com.thoughtworks.go.plugin.api
-
Annotation that marks a type as an extension point provided by Go.
- GoPluginApiRequest - Class in com.thoughtworks.go.plugin.api.request
-
Provides an abstraction for api request sent from Go to plugin
- GoPluginApiRequest() - Constructor for class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
- GoPluginApiResponse - Class in com.thoughtworks.go.plugin.api.response
-
Provides an abstraction for api response sent from plugin to Go
- GoPluginApiResponse() - Constructor for class com.thoughtworks.go.plugin.api.response.GoPluginApiResponse
-
- GoPluginIdentifier - Class in com.thoughtworks.go.plugin.api
-
Provides details about supported extension point and its version by a plugin
- GoPluginIdentifier(String, List<String>) - Constructor for class com.thoughtworks.go.plugin.api.GoPluginIdentifier
-
Constructs GoPluginIdentifier with extension and list of supported extension versions
- readErrorOf(InputStream) - Method in interface com.thoughtworks.go.plugin.api.task.Console
-
Deprecated.
Setup the console to read the input stream as standard error.
- readErrorOf(InputStream) - Method in class com.thoughtworks.go.plugin.api.task.JobConsoleLogger
-
- readOutputOf(InputStream) - Method in interface com.thoughtworks.go.plugin.api.task.Console
-
Deprecated.
Setup the console to read the input stream as standard output.
- readOutputOf(InputStream) - Method in class com.thoughtworks.go.plugin.api.task.JobConsoleLogger
-
- REDIRECT_RESPONSE_CODE - Static variable in class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
- removeError(ValidationError) - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationResult
-
Deprecated.
Removes specified validation error from the error container
- removeErrors(Collection<ValidationError>) - Method in class com.thoughtworks.go.plugin.api.response.validation.ValidationResult
-
Deprecated.
Removes specified collection of validation errors from the container
- RepositoryConfiguration - Class in com.thoughtworks.go.plugin.api.material.packagerepository
-
Deprecated.
- RepositoryConfiguration() - Constructor for class com.thoughtworks.go.plugin.api.material.packagerepository.RepositoryConfiguration
-
Deprecated.
- requestBody() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest
-
Provides json formatted request body
- requestBody() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Provides json formatted request body of request
- requestBody() - Method in class com.thoughtworks.go.plugin.api.request.GoApiRequest
-
Provides json formatted request body
- requestBody() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Provides json formatted request body
- requestHeaders() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest
-
Provides request headers as key value pair for the request.
- requestHeaders() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Provides request headers as key value pair for the request.
- requestHeaders() - Method in class com.thoughtworks.go.plugin.api.request.GoApiRequest
-
Provides request headers as key value pair for the request.
- requestHeaders() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Provides request headers as key value pair for the request.
- requestName() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Name or operation supported for an extension
- requestName() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Name or operation supported for an extension
- requestParameters() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest
-
Provides request parameters as key value pair for the request
- requestParameters() - Method in class com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest
-
Provides request parameters as key value pair for the request
- requestParameters() - Method in class com.thoughtworks.go.plugin.api.request.GoApiRequest
-
Provides request parameters as key value pair for the request
- requestParameters() - Method in class com.thoughtworks.go.plugin.api.request.GoPluginApiRequest
-
Provides request parameters as key value pair for the request
- REQUIRED - Static variable in class com.thoughtworks.go.plugin.api.config.Property
-
Deprecated.
Option to specify if a property is a mandatory when configuration is captured
- responseBody() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
Provides json formatted response body
- responseBody() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Provides json formatted response body
- responseBody() - Method in class com.thoughtworks.go.plugin.api.response.GoApiResponse
-
Provides json formatted response body
- responseBody() - Method in class com.thoughtworks.go.plugin.api.response.GoPluginApiResponse
-
Provides json formatted response body
- responseCode() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
Provides response code for the request sent
- responseCode() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Provides response code for the request sent
- responseCode() - Method in class com.thoughtworks.go.plugin.api.response.GoApiResponse
-
Provides response code for the request sent
- responseCode() - Method in class com.thoughtworks.go.plugin.api.response.GoPluginApiResponse
-
Provides response code for the request sent
- responseHeaders() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse
-
Provides response headers as key value pair for the response.
- responseHeaders() - Method in class com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse
-
Provides response headers as key value pair for the response.
- responseHeaders() - Method in class com.thoughtworks.go.plugin.api.response.GoApiResponse
-
Provides response headers as key value pair for the response.
- responseHeaders() - Method in class com.thoughtworks.go.plugin.api.response.GoPluginApiResponse
-
Provides response headers as key value pair for the response.
- Result - Class in com.thoughtworks.go.plugin.api.response
-
Deprecated.
- Result() - Constructor for class com.thoughtworks.go.plugin.api.response.Result
-
Deprecated.