Skip navigation links
A C D E F G H I J L M N O P R S T U V _ 

A

abort() - Method in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Exits the scope of BulkChange without saving the changes.
AbstractExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
It is expected that all Exclusions extend this.
AbstractExclusion(String, String) - Constructor for class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
 
ALL - Static variable in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
ALL - Static variable in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Magic Saveable instance that can make BulkChange veto all the save operations by making the EzTemplateChange.contains(Saveable, Object) method return true for everything.
allocator - Variable in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
 
AssignedLabelExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
AssignedLabelExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.AssignedLabelExclusion
 

C

checkPlugin(String) - Static method in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
com.joelj.jenkins.eztemplates - package com.joelj.jenkins.eztemplates
 
com.joelj.jenkins.eztemplates.exclusion - package com.joelj.jenkins.eztemplates.exclusion
 
com.joelj.jenkins.eztemplates.listener - package com.joelj.jenkins.eztemplates.listener
 
com.joelj.jenkins.eztemplates.utils - package com.joelj.jenkins.eztemplates.utils
 
commit() - Method in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Saves the accumulated changes.
contains(Saveable, Object) - Static method in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Checks if the given Saveable is currently in the bulk change.
current() - Static method in class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Gets the BulkChange instance currently in scope for the current thread.

D

DEFAULT - Static variable in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
DescriptionExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
DescriptionExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.DescriptionExclusion
 
DescriptorImpl() - Constructor for class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.joelj.jenkins.eztemplates.TemplateProperty.DescriptorImpl
 
DisabledExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
DisabledExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.DisabledExclusion
 
DiscardExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
DiscardExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.DiscardExclusion
 
doCheckTemplateJobName(String) - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
doFillTemplateJobNameItems() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
Jenkins-convention to populate the drop-down box with discovered templates

E

enabledExceptions() - Static method in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
Exclusions currently enabled in Jenkins.
Exclusion - Interface in com.joelj.jenkins.eztemplates.exclusion
A template cloning exclusion (usually meaning "retain something on the implementation").
Exclusions - Class in com.joelj.jenkins.eztemplates.exclusion
 
Exclusions() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
EzBulkChange - Class in com.joelj.jenkins.eztemplates.listener
Implements EzBulkChange.revert() ability that can restore a Jenkins item from the state stored on disk.
EzBulkChange(AbstractItem) - Constructor for class com.joelj.jenkins.eztemplates.listener.EzBulkChange
 
EzContext - Class in com.joelj.jenkins.eztemplates.exclusion
Unique execution context for one templating invocation.
EzContext(List<String>) - Constructor for class com.joelj.jenkins.eztemplates.exclusion.EzContext
 
EzReflectionUtils - Class in com.joelj.jenkins.eztemplates.utils
 
EzReflectionUtils() - Constructor for class com.joelj.jenkins.eztemplates.utils.EzReflectionUtils
 
EzSaveableListener<J extends hudson.model.JobProperty> - Class in com.joelj.jenkins.eztemplates.listener
 
EzSaveableListener(Class<J>) - Constructor for class com.joelj.jenkins.eztemplates.listener.EzSaveableListener
 
EzTemplateChange - Class in com.joelj.jenkins.eztemplates.listener
Track Jobs being updated so we don't re-trigger templating.
EzTemplateChange(Saveable, Object) - Constructor for class com.joelj.jenkins.eztemplates.listener.EzTemplateChange
Record that a given Job is being templated
EzTemplatesExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
EzTemplatesExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.EzTemplatesExclusion
 

F

findProject(StaplerRequest) - Static method in class com.joelj.jenkins.eztemplates.utils.ProjectUtils
 
findProject(String) - Static method in class com.joelj.jenkins.eztemplates.utils.ProjectUtils
Get a project by its fullName (including any folder structure if present).
findProjectsWithProperty(Class<? extends JobProperty<?>>) - Static method in class com.joelj.jenkins.eztemplates.utils.ProjectUtils
 
findTemplate() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
 

G

getDefaultExclusions() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
getDescription() - Method in class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
 
getDescription() - Method in interface com.joelj.jenkins.eztemplates.exclusion.Exclusion
User-visible description of the exclusion
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
Default implementation assumes the Exclusion's AbstractExclusion.getId() is the plugin id so just checks to see if it is currently installed.
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.AssignedLabelExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.DescriptionExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.DisabledExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.DiscardExclusion
 
getDisabledText() - Method in interface com.joelj.jenkins.eztemplates.exclusion.Exclusion
Determine if this exclusion is possible in the current installation
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.EzTemplatesExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.JobParametersExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.MatrixAxisExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.ScmExclusion
 
getDisabledText() - Method in class com.joelj.jenkins.eztemplates.exclusion.TriggersExclusion
 
getDisplayName() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
getDisplayName() - Method in class com.joelj.jenkins.eztemplates.TemplateProperty.DescriptorImpl
 
getExclusionDefinitions() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
getExclusions() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
 
getFieldValue(Class, Object, String) - Static method in class com.joelj.jenkins.eztemplates.utils.EzReflectionUtils
 
getId() - Method in class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
 
getId() - Method in interface com.joelj.jenkins.eztemplates.exclusion.Exclusion
ez-templates id for this Exclusion.
getImplementations(String) - Static method in class com.joelj.jenkins.eztemplates.TemplateProperty
 
getImplementations() - Method in class com.joelj.jenkins.eztemplates.TemplateProperty
 
getProperty(Object, Class<J>) - Static method in class com.joelj.jenkins.eztemplates.utils.ProjectUtils
 
getTemplateImplementationProperty(Item) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
getTemplateJobName() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
 
GITHUB_ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 

H

handleTemplateCopied(AbstractProject, AbstractProject) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
handleTemplateDeleted(AbstractProject, TemplateProperty) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
handleTemplateImplementationSaved(AbstractProject, TemplateImplementationProperty) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
handleTemplateRename(AbstractProject, TemplateProperty, String, String) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
handleTemplateSaved(AbstractProject, TemplateProperty) - Static method in class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 

I

ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.AssignedLabelExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.DescriptionExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.DisabledExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.DiscardExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.EzTemplatesExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.JobParametersExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.MatrixAxisExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.OwnershipExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.PromotedBuildsExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.ScmExclusion
 
ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.TriggersExclusion
 
isSelected() - Method in class com.joelj.jenkins.eztemplates.exclusion.EzContext
Check if user chose the current Exclusion or not.
isSyncAssignedLabel() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncBuildTriggers() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncDescription() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncDisabled() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncMatrixAxis() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncOwnership() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncScm() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
isSyncSecurity() - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.

J

JobParametersExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
JobParametersExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.JobParametersExclusion
 
JobPropertyExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
Generic Exclusion which retains a given JobProperty through cloning
JobPropertyExclusion(String, String, String) - Constructor for class com.joelj.jenkins.eztemplates.exclusion.JobPropertyExclusion
 
jobSaveUsesBulkchange() - Static method in class com.joelj.jenkins.eztemplates.listener.VersionEvaluator
 

L

LOG - Static variable in class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
 

M

MATRIX_SECURITY_ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
MatrixAxisExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
MatrixAxisExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.MatrixAxisExclusion
 
Messages - Class in com.joelj.jenkins.eztemplates
Generated localization support class.
Messages() - Constructor for class com.joelj.jenkins.eztemplates.Messages
 

N

newImplementation(String) - Static method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
 
newInstance(StaplerRequest, JSONObject) - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class com.joelj.jenkins.eztemplates.TemplateProperty.DescriptorImpl
 

O

onChange(Saveable, XmlFile) - Method in class com.joelj.jenkins.eztemplates.listener.EzSaveableListener
 
onChangedProperty(AbstractProject, XmlFile, J) - Method in class com.joelj.jenkins.eztemplates.listener.EzSaveableListener
 
onChangedProperty(AbstractProject, XmlFile, TemplateImplementationProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateImplementationSaveableListener
 
onChangedProperty(AbstractProject, XmlFile, TemplateProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateSaveableListener
 
onCopied(Item, Item) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onCopiedProperty(Job, Job, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onCopiedProperty(Job, Job, TemplateProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateProjectListener
 
onCreated(Item) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onCreatedProperty(Job, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onDeleted(Item) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onDeletedProperty(Job, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onDeletedProperty(Job, TemplateProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateProjectListener
 
onLocationChanged(Item, String, String) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onLocationChangedProperty(Job, String, String, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onLocationChangedProperty(Job, String, String, TemplateProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateProjectListener
 
onRenamed(Item, String, String) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onRenamedProperty(Job, String, String, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onUpdated(Item) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onUpdatedProperty(Job, J) - Method in class com.joelj.jenkins.eztemplates.listener.PropertyListener
 
onUpdatedProperty(Job, TemplateImplementationProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateImplementationProjectListener
 
onUpdatedProperty(Job, TemplateProperty) - Method in class com.joelj.jenkins.eztemplates.listener.TemplateProjectListener
 
OWNERSHIP_ID - Static variable in class com.joelj.jenkins.eztemplates.exclusion.Exclusions
 
OwnershipExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
OwnershipExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.OwnershipExclusion
 

P

postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.AssignedLabelExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DescriptionExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DisabledExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DiscardExclusion
 
postClone(EzContext, AbstractProject) - Method in interface com.joelj.jenkins.eztemplates.exclusion.Exclusion
Restore content we kept - usually via reflection to prevent infinite save recursion.
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.EzTemplatesExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.JobParametersExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.JobPropertyExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.MatrixAxisExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.OwnershipExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.PromotedBuildsExclusion
Adds all the promotions from the template project into the implementation one.
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.ScmExclusion
 
postClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.TriggersExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.AssignedLabelExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DescriptionExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DisabledExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.DiscardExclusion
 
preClone(EzContext, AbstractProject) - Method in interface com.joelj.jenkins.eztemplates.exclusion.Exclusion
Capture content we want to keep.
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.EzTemplatesExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.JobPropertyExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.MatrixAxisExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.PromotedBuildsExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.ScmExclusion
 
preClone(EzContext, AbstractProject) - Method in class com.joelj.jenkins.eztemplates.exclusion.TriggersExclusion
 
ProjectUtils - Class in com.joelj.jenkins.eztemplates.utils
 
ProjectUtils() - Constructor for class com.joelj.jenkins.eztemplates.utils.ProjectUtils
 
PromotedBuildsExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
Quirky Exclusion which only needs to take action if the user chooses NOT to retain local promotions.
PromotedBuildsExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.PromotedBuildsExclusion
 
PropertyListener<J extends hudson.model.JobProperty> - Class in com.joelj.jenkins.eztemplates.listener
Listens to changes only on Jobs with a given JobProperty.
PropertyListener(Class<J>) - Constructor for class com.joelj.jenkins.eztemplates.listener.PropertyListener
 

R

record(Object) - Method in class com.joelj.jenkins.eztemplates.exclusion.EzContext
Helper utility to record something prior to cloning.
remember() - Method in class com.joelj.jenkins.eztemplates.exclusion.EzContext
Get back a previously EzContext.record(java.lang.Object)ed item.
revert() - Method in class com.joelj.jenkins.eztemplates.listener.EzBulkChange
 

S

ScmExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
ScmExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.ScmExclusion
 
setCurrentExclusionId(String) - Method in class com.joelj.jenkins.eztemplates.exclusion.EzContext
Deprecated.
setFieldValue(Class, Object, String, Object) - Static method in class com.joelj.jenkins.eztemplates.utils.EzReflectionUtils
 
setTemplateJobName(String) - Method in class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
 

T

TemplateImplementationProjectListener - Class in com.joelj.jenkins.eztemplates.listener
React to changes being made on template implementation projects
TemplateImplementationProjectListener() - Constructor for class com.joelj.jenkins.eztemplates.listener.TemplateImplementationProjectListener
 
TemplateImplementationProperty - Class in com.joelj.jenkins.eztemplates
 
TemplateImplementationProperty(String, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.joelj.jenkins.eztemplates.TemplateImplementationProperty
Deprecated.
TemplateImplementationProperty.DescriptorImpl - Class in com.joelj.jenkins.eztemplates
 
TemplateImplementationProperty_displayName() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateImplementationProperty.displayName: Use another job as a template.
TemplateImplementationProperty_noTemplateSelected() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateImplementationProperty.noTemplateSelected: No template selected.
TemplateImplementationSaveableListener - Class in com.joelj.jenkins.eztemplates.listener
 
TemplateImplementationSaveableListener() - Constructor for class com.joelj.jenkins.eztemplates.listener.TemplateImplementationSaveableListener
 
TemplateProjectListener - Class in com.joelj.jenkins.eztemplates.listener
React to changes being made on template projects
TemplateProjectListener() - Constructor for class com.joelj.jenkins.eztemplates.listener.TemplateProjectListener
 
TemplateProperty - Class in com.joelj.jenkins.eztemplates
 
TemplateProperty() - Constructor for class com.joelj.jenkins.eztemplates.TemplateProperty
 
TemplateProperty.DescriptorImpl - Class in com.joelj.jenkins.eztemplates
 
TemplateProperty_displayName() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateProperty.displayName: Allow this job to be used as a template.
TemplateSaveableListener - Class in com.joelj.jenkins.eztemplates.listener
 
TemplateSaveableListener() - Constructor for class com.joelj.jenkins.eztemplates.listener.TemplateSaveableListener
 
TemplateUtils - Class in com.joelj.jenkins.eztemplates.utils
 
TemplateUtils() - Constructor for class com.joelj.jenkins.eztemplates.utils.TemplateUtils
 
toString() - Method in class com.joelj.jenkins.eztemplates.exclusion.AbstractExclusion
 
TriggersExclusion - Class in com.joelj.jenkins.eztemplates.exclusion
 
TriggersExclusion() - Constructor for class com.joelj.jenkins.eztemplates.exclusion.TriggersExclusion
 

U

updateProjectWithXmlSource(AbstractItem, Path) - Static method in class com.joelj.jenkins.eztemplates.utils.ProjectUtils
 

V

VersionEvaluator - Class in com.joelj.jenkins.eztemplates.listener
Does this runtime include JENKINS-40435? If so we will use SaveableListener.onChange.
VersionEvaluator() - Constructor for class com.joelj.jenkins.eztemplates.listener.VersionEvaluator
 

_

_TemplateImplementationProperty_displayName() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateImplementationProperty.displayName: Use another job as a template.
_TemplateImplementationProperty_noTemplateSelected() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateImplementationProperty.noTemplateSelected: No template selected.
_TemplateProperty_displayName() - Static method in class com.joelj.jenkins.eztemplates.Messages
Key TemplateProperty.displayName: Allow this job to be used as a template.
A C D E F G H I J L M N O P R S T U V _ 
Skip navigation links