jar

cd.go.plugin : go-plugin-config-repo

Maven & Gradle

Jul 29, 2023
6.9k stars

Contract for pipeline as code plugins of GoCD · The APIs described here are needed for developing pipeline as code plugins for GoCD - A continuous delivery server

Table Of Contents

Latest Version

Download cd.go.plugin : go-plugin-config-repo JAR file - Latest Versions:

All Versions

Download cd.go.plugin : go-plugin-config-repo 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

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-config-repo-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.configrepo.codec

├─ com.thoughtworks.go.plugin.configrepo.codec.ArtifactTypeAdapter.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.codec.GsonCodec.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.codec.MaterialTypeAdapter.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.codec.TaskTypeAdapter.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.codec.TypeAdapter.class - [JAR]

com.thoughtworks.go.plugin.configrepo.contract.tasks

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRAbstractFetchTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRBuildFramework.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRBuildTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRExecTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRFetchArtifactTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRFetchPluggableArtifactTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRNantTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRPluggableTask.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRRunIf.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.tasks.CRTask.class - [JAR]

com.thoughtworks.go.plugin.configrepo.contract.material

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRConfigMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRDependencyMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRFilter.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRGitMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRHgMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRP4Material.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRPackageMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRPluggableScmMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRScmMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRSvnMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.CRTfsMaterial.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.material.SourceCodeMaterial.class - [JAR]

com.thoughtworks.go.plugin.configrepo.contract

├─ com.thoughtworks.go.plugin.configrepo.contract.CRApproval.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRApprovalCondition.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRArtifact.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRArtifactType.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRBase.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRBuiltInArtifact.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRConfigurationProperty.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CREnvironment.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CREnvironmentVariable.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRError.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRJob.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRParameter.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRParseResult.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRPipeline.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRPluggableArtifact.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRPluginConfiguration.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRStage.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRTab.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRTimer.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.CRTrackingTool.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.ErrorCollection.class - [JAR]

├─ com.thoughtworks.go.plugin.configrepo.contract.Locatable.class - [JAR]