Class JobPropertyImpl

java.lang.Object
hudson.model.JobProperty<AbstractProject<?,?>>
hudson.plugins.promoted_builds.JobPropertyImpl
All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ItemGroup<PromotionProcess>, ModelObject, PersistenceRoot, ReconfigurableDescribable<JobProperty<?>>, Saveable, BuildStep

public final class JobPropertyImpl extends JobProperty<AbstractProject<?,?>> implements ItemGroup<PromotionProcess>
Promotion processes defined for a project.

TODO: a possible performance problem as every time the owner job is reconfigured, all the promotion processes get reloaded from the disk.

Author:
Kohsuke Kawaguchi