jar

cd.go.plugin : go-plugin-api

Maven & Gradle

Jul 29, 2023
10 usages
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 JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
23.3.x
23.2.x
23.1.x
22.3.x
22.2.x
22.1.x
21.4.x
21.3.x
21.2.x
21.1.x
20.10.x
20.9.x
20.8.x
20.7.x
20.6.x
20.5.x
20.4.x
20.3.x
20.2.x
20.1.x
19.12.x
19.11.x
19.10.x
19.9.x
19.8.x
19.7.x
19.6.x
19.5.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
17.3.x
17.2.x
17.1.x
16.12.x
16.11.x
16.10.x
16.9.x
16.8.x
16.7.x
16.6.x
16.5.x
16.4.x
16.3.x
16.2.x
16.1.x
15.3.x
15.2.x
15.1.x
14.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-23.3.0.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]

Advertisement

Dependencies from Group

Jul 29, 2023
10 usages
6.9k stars
Jun 14, 2019
6.9k stars
Jul 29, 2023
6.9k stars

Discover Dependencies

May 02, 2015
4 usages
Apr 13, 2016
3 usages
33 stars
Aug 24, 2023
164 usages
91 stars
Feb 19, 2020
5 usages
11.2k stars
Dec 12, 2017
36 usages
70 stars
Nov 06, 2017
2 usages
Nov 02, 2016
2 usages
49.4k stars
Feb 13, 2017
33 usages
73k stars
Sep 04, 2021
30 usages
14 stars