jar

cd.go.plugin : gocd-package-material-plugin-shim

Maven & Gradle

Dec 10, 2016
0 stars

Shim for GoCD package repository poller plugin · A shim to help upgrade GoCD package repository poller plugins to work with GoCD 17.1 (if they use the old API-based extension point)

Table Of Contents

Latest Version

Download cd.go.plugin : gocd-package-material-plugin-shim JAR file - Latest Versions:

All Versions

Download cd.go.plugin : gocd-package-material-plugin-shim JAR file - All Versions:

Version Vulnerabilities Size Updated
16.12.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 gocd-package-material-plugin-shim-16.12.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.material.packagerepository.exceptions

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

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

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

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

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

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

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

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

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

com.thoughtworks.go.plugin.api.response

├─ 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.PackageMaterialConfiguration.class - [JAR]

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

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

├─ com.thoughtworks.go.plugin.api.material.packagerepository.PackageMaterialProvider.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.response.execution

├─ com.thoughtworks.go.plugin.api.response.execution.ExecutionResult.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.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]

Advertisement