com.pmease.quickbuild.setting.configuration.aggregation
Class WithSpecifiedVariableMatcher
java.lang.Object
com.pmease.quickbuild.setting.configuration.aggregation.WithSpecifiedVariableMatcher
- All Implemented Interfaces:
- BuildMatcher, java.io.Serializable
public class WithSpecifiedVariableMatcher
- extends java.lang.Object
- implements BuildMatcher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WithSpecifiedVariableMatcher
public WithSpecifiedVariableMatcher()
getVarName
@NotEmpty
public java.lang.String getVarName()
setVarName
public void setVarName(java.lang.String varName)
getVarValue
@NotEmpty
public java.lang.String getVarValue()
setVarValue
public void setVarValue(java.lang.String varValue)
matches
public boolean matches(Configuration configuration,
Build build)
- Specified by:
matches
in interface BuildMatcher
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.