hudson.plugins.clearcase.history
Class LabelFilter

java.lang.Object
  extended by hudson.plugins.clearcase.history.OperationFilter
      extended by hudson.plugins.clearcase.history.LabelFilter
All Implemented Interfaces:
Filter

public class LabelFilter
extends OperationFilter

Author:
Krzysztof Malinowski (raspy@dev.java.net)

Field Summary
 
Fields inherited from class hudson.plugins.clearcase.history.OperationFilter
namePatterns
 
Constructor Summary
LabelFilter(java.lang.String... namePatterns)
           
 
Method Summary
protected  boolean getAllowOtherOperations()
           
protected  java.lang.String[] getApplicableOperations()
           
 boolean requiresMinorEvents()
           
 
Methods inherited from class hudson.plugins.clearcase.history.OperationFilter
accept, getObjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelFilter

public LabelFilter(java.lang.String... namePatterns)
Method Detail

getAllowOtherOperations

protected boolean getAllowOtherOperations()
Specified by:
getAllowOtherOperations in class OperationFilter

getApplicableOperations

protected java.lang.String[] getApplicableOperations()
Specified by:
getApplicableOperations in class OperationFilter

requiresMinorEvents

public boolean requiresMinorEvents()


Copyright © 2011. All Rights Reserved.