hudson.plugins.clearcase.history
Class OperationFilter
java.lang.Object
hudson.plugins.clearcase.history.OperationFilter
- All Implemented Interfaces:
- Filter
- Direct Known Subclasses:
- LabelFilter
public abstract class OperationFilter
- extends java.lang.Object
- implements Filter
- Author:
- Krzysztof Malinowski (raspy@dev.java.net)
|
Field Summary |
protected java.util.ArrayList<java.util.regex.Pattern> |
namePatterns
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namePatterns
protected java.util.ArrayList<java.util.regex.Pattern> namePatterns
OperationFilter
public OperationFilter(java.lang.String... namePatterns)
getApplicableOperations
protected abstract java.lang.String[] getApplicableOperations()
getAllowOtherOperations
protected abstract boolean getAllowOtherOperations()
accept
public boolean accept(HistoryEntry entry)
- Specified by:
accept in interface Filter
getObjectName
protected java.lang.String getObjectName(HistoryEntry entry)
Copyright © 2011. All Rights Reserved.