F - the type of folder to which the migration is scoped.P - the type of property to which the migration applies.public abstract class PropertyMigration<F extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>,P extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<F>> extends Object implements ExtensionPoint
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyMigration.Migrator<F extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>,P extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<F>> |
static class |
PropertyMigration.MonitorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
PropertyMigration(Class<F> folderClass,
Class<P> propertyClass,
String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) |
static void |
applyAll(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) |
boolean |
canApply() |
boolean |
equals(Object o) |
abstract org.jvnet.localizer.Localizable |
getDescription() |
String |
getPluginDisplayName() |
String |
getPluginInstallId() |
String |
getPluginName() |
String |
getPluginVersion() |
int |
hashCode() |
boolean |
isApplicable(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) |
boolean |
isPendingRestart() |
boolean |
isPluginUpgrade() |
public final boolean isApplicable(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
public final boolean canApply()
public final String getPluginName()
public final String getPluginDisplayName()
public final String getPluginInstallId()
public final String getPluginVersion()
public final boolean isPendingRestart()
public final boolean isPluginUpgrade()
public abstract org.jvnet.localizer.Localizable getDescription()
public final void apply(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
public static void applyAll(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
Copyright © 2016–2019. All rights reserved.