Uses of Class
hudson.plugins.project_inheritance.util.TimedBuffer
-
Packages that use TimedBuffer Package Description hudson.plugins.project_inheritance.projects -
-
Uses of TimedBuffer in hudson.plugins.project_inheritance.projects
Fields in hudson.plugins.project_inheritance.projects declared as TimedBuffer Modifier and Type Field Description protected static TimedBuffer<InheritanceProject,String>InheritanceProject. onChangeBufferSame asInheritanceProject.onSelfChangeBuffer, but this buffer is cleared when any project is changed or loaded anew.protected static TimedBuffer<InheritanceProject,String>InheritanceProject. onInheritChangeBufferThis buffer is used for objects that don't need to be repeatedly generated, as long as the configuration of this project or its parents has not changed.protected static TimedBuffer<InheritanceProject,String>InheritanceProject. onSelfChangeBufferSame asInheritanceProject.onSelfChangeBuffer, but this buffer is cleared only when the project itself is changed.
-