Class PluginMetadata
java.lang.Object
org.jenkinsci.test.acceptance.update_center.PluginMetadata
- Direct Known Subclasses:
PluginMetadata.ModifyingMetadata
Databinding for installable plugin in UC.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Use local file instead of what is configured.static class
Metadata that alters what is coming from the update center.static final class
-
Constructor Summary
ConstructorDescriptionPluginMetadata
(String name, String gav, String version, String requiredCore, List<Dependency> dependencies) -
Method Summary
-
Constructor Details
-
PluginMetadata
-
-
Method Details
-
uploadTo
@Deprecated public void uploadTo(Jenkins jenkins, com.google.inject.Injector i, String version) throws org.eclipse.aether.resolution.ArtifactResolutionException, IOException Deprecated.Not used when runningMockUpdateCenter
.- Throws:
org.eclipse.aether.resolution.ArtifactResolutionException
IOException
-
resolve
-
getDefaultArtifact
public org.eclipse.aether.artifact.DefaultArtifact getDefaultArtifact() -
requiredCore
public hudson.util.VersionNumber requiredCore() -
withVersion
-
toString
-
getVersion
-
getName
-
getDependencies
-
MockUpdateCenter
.