@Extension
public class ItemListenerImpl
extends hudson.model.listeners.ItemListener
UpdateTransientProperty
property which does not do
anything. This is a bit a hack that relies on the behavior, but
there does not seem to be any better way to force updating projects transients actions.Constructor and Description |
---|
ItemListenerImpl() |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
hasBuilder(hudson.model.AbstractProject<?,?> project,
java.lang.Class<T> type) |
<T> boolean |
hasBuildWrappers(hudson.model.AbstractProject<?,?> project,
java.lang.Class<T> type) |
void |
onLoaded()
Let's force the projects using either the ProxyPublisher or the ProxyBuilder
to update their transient actions.
|
public void onLoaded()
onLoaded
in class hudson.model.listeners.ItemListener
public <T> boolean hasBuilder(hudson.model.AbstractProject<?,?> project, java.lang.Class<T> type)
public <T> boolean hasBuildWrappers(hudson.model.AbstractProject<?,?> project, java.lang.Class<T> type)
Copyright © 2004-2016. All Rights Reserved.