@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class DetachedPluginsUtil.DetachedPlugin extends Object
A detached plugin is one that has any of the following characteristics:
Modifier and Type | Method and Description |
---|---|
io.jenkins.lib.versionnumber.JavaSpecificationVersion |
getMinimumJavaVersion() |
VersionNumber |
getRequiredVersion()
Gets the minimum required version for the current version of Jenkins.
|
String |
getShortName()
Get the short name of the plugin.
|
VersionNumber |
getSplitWhen()
Get the Jenkins version from which the plugin was detached.
|
String |
toString() |
public String getShortName()
public VersionNumber getSplitWhen()
public VersionNumber getRequiredVersion()
@NonNull public io.jenkins.lib.versionnumber.JavaSpecificationVersion getMinimumJavaVersion()
Copyright © 2004–2021. All rights reserved.