public abstract class ItemVisitor extends Object
Constructor and Description |
---|
ItemVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
onItem(Item i)
Visits an
Item . |
void |
onItemGroup(ItemGroup<?> group)
Visits an
ItemGroup by visits the member items. |
void |
walk()
Visits the entire tree rooted at
Hudson.getInstance() . |
public void onItemGroup(ItemGroup<?> group)
ItemGroup
by visits the member items.public final void walk()
Hudson.getInstance()
.
To walk a subtree, call onItemGroup(ItemGroup)
or onItem(Item)
Copyright © 2004–2021. All rights reserved.