| Package | Description |
|---|---|
| com.joelj.jenkins.eztemplates | |
| com.joelj.jenkins.eztemplates.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateProjectListener.onCopiedProperty(hudson.model.Job src,
hudson.model.Job item,
TemplateProperty property) |
void |
TemplateProjectListener.onDeletedProperty(hudson.model.Job item,
TemplateProperty property) |
void |
TemplateProjectListener.onLocationChangedProperty(hudson.model.Job item,
String oldFullName,
String newFullName,
TemplateProperty property) |
void |
TemplateProjectListener.onUpdatedProperty(hudson.model.Job item,
TemplateProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TemplateUtils.handleTemplateDeleted(hudson.model.AbstractProject templateProject,
TemplateProperty property) |
static void |
TemplateUtils.handleTemplateRename(hudson.model.AbstractProject templateProject,
TemplateProperty property,
String oldFullName,
String newFullName) |
static void |
TemplateUtils.handleTemplateSaved(hudson.model.AbstractProject templateProject,
TemplateProperty property) |
Copyright © 2016. All rights reserved.