jar

cd.go.plugin : go-plugin-api-experimental

Maven & Gradle

Jun 14, 2019
6.9k stars

API for plugins of GoCD · The APIs described here are needed for developing plugins for GoCD - A continuous delivery server

Table Of Contents

Latest Version

Download cd.go.plugin : go-plugin-api-experimental JAR file - Latest Versions:

All Versions

Download cd.go.plugin : go-plugin-api-experimental JAR file - All Versions:

Version Vulnerabilities Size Updated
19.6.x
19.3.x
19.2.x
19.1.x
18.12.x
18.11.x
18.10.x
18.9.x
18.8.x
18.7.x
18.6.x
18.5.x
18.4.x
18.3.x
18.2.x
18.1.x
17.12.x
17.11.x
17.10.x
17.9.x
17.8.x
17.7.x
17.6.x
17.5.x
17.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window go-plugin-api-experimental-19.6.0-9304.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.thoughtworks.go.plugin.api.exceptions

├─ com.thoughtworks.go.plugin.api.exceptions.UnhandledRequestTypeException.class - [JAR]

com.thoughtworks.go.plugin.api.logging

├─ com.thoughtworks.go.plugin.api.logging.Logger.class - [JAR]

com.thoughtworks.go.plugin.api.material.packagerepository.exceptions

├─ com.thoughtworks.go.plugin.api.material.packagerepository.exceptions.InvalidPackageRevisionDataException.class - [JAR]

com.thoughtworks.go.plugin.api.request

├─ com.thoughtworks.go.plugin.api.request.DefaultGoApiRequest.class - [JAR]

├─ com.thoughtworks.go.plugin.api.request.DefaultGoPluginApiRequest.class - [JAR]

├─ com.thoughtworks.go.plugin.api.request.GoApiRequest.class - [JAR]

├─ com.thoughtworks.go.plugin.api.request.GoPluginApiRequest.class - [JAR]

com.thoughtworks.go.plugin.api.response.validation

├─ com.thoughtworks.go.plugin.api.response.validation.ValidationError.class - [JAR]

├─ com.thoughtworks.go.plugin.api.response.validation.ValidationResult.class - [JAR]

com.thoughtworks.go.plugin.api

├─ com.thoughtworks.go.plugin.api.AbstractGoPlugin.class - [JAR]

├─ com.thoughtworks.go.plugin.api.GoApplicationAccessor.class - [JAR]

├─ com.thoughtworks.go.plugin.api.GoPlugin.class - [JAR]

├─ com.thoughtworks.go.plugin.api.GoPluginApiMarker.class - [JAR]

├─ com.thoughtworks.go.plugin.api.GoPluginIdentifier.class - [JAR]

com.thoughtworks.go.plugin.api.task

├─ com.thoughtworks.go.plugin.api.task.Console.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.EnvironmentVariables.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.JobConsoleLogger.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.Task.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.TaskConfig.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.TaskConfigProperty.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.TaskExecutionContext.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.TaskExecutor.class - [JAR]

├─ com.thoughtworks.go.plugin.api.task.TaskView.class - [JAR]

com.thoughtworks.go.plugin.api.response

├─ com.thoughtworks.go.plugin.api.response.DefaultGoApiResponse.class - [JAR]

├─ com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse.class - [JAR]

├─ com.thoughtworks.go.plugin.api.response.GoApiResponse.class - [JAR]

├─ com.thoughtworks.go.plugin.api.response.GoPluginApiResponse.class - [JAR]

├─ com.thoughtworks.go.plugin.api.response.Result.class - [JAR]

com.thoughtworks.go.plugin.api.material.packagerepository

├─ com.thoughtworks.go.plugin.api.material.packagerepository.PackageConfiguration.class - [JAR]

├─ com.thoughtworks.go.plugin.api.material.packagerepository.PackageMaterialProperty.class - [JAR]

├─ com.thoughtworks.go.plugin.api.material.packagerepository.PackageRevision.class - [JAR]

├─ com.thoughtworks.go.plugin.api.material.packagerepository.RepositoryConfiguration.class - [JAR]

com.thoughtworks.go.plugin.api.annotation

├─ com.thoughtworks.go.plugin.api.annotation.Extension.class - [JAR]

├─ com.thoughtworks.go.plugin.api.annotation.Load.class - [JAR]

├─ com.thoughtworks.go.plugin.api.annotation.UnLoad.class - [JAR]

├─ com.thoughtworks.go.plugin.api.annotation.UsedOnGoAgent.class - [JAR]

├─ com.thoughtworks.go.plugin.api.annotation.UsedOnGoServer.class - [JAR]

com.thoughtworks.go.plugin.api.response.execution

├─ com.thoughtworks.go.plugin.api.response.execution.ExecutionResult.class - [JAR]

com.thoughtworks.go.plugin.api.config

├─ com.thoughtworks.go.plugin.api.config.Configuration.class - [JAR]

├─ com.thoughtworks.go.plugin.api.config.Option.class - [JAR]

├─ com.thoughtworks.go.plugin.api.config.Options.class - [JAR]

├─ com.thoughtworks.go.plugin.api.config.PluginPreference.class - [JAR]

├─ com.thoughtworks.go.plugin.api.config.Property.class - [JAR]

com.thoughtworks.go.plugin.api.info

├─ com.thoughtworks.go.plugin.api.info.PluginContext.class - [JAR]

├─ com.thoughtworks.go.plugin.api.info.PluginDescriptor.class - [JAR]