|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.graphs.GraphFilterBuilder
public class GraphFilterBuilder
Class for filtering statistics data, used when building graphs.
Constructor Summary | |
---|---|
GraphFilterBuilder()
|
Method Summary | |
---|---|
List<Integer> |
getBuildNumbers()
Getter for filter on build numbers. |
String |
getExcludeResult()
Getter for filter on build result. |
String |
getMasterName()
Getter for filter on master name. |
String |
getProjectName()
Getter for filter on project name. |
String |
getResult()
Getter for filter on build result. |
Date |
getSince()
Getter for filter on date. |
String |
getSlaveName()
Getter for filter on slave name. |
void |
setBuildNumbers(List<Integer> buildNumbers)
Adds a filter on build numbers, which only allows items that have one of the numbers in the argument list. |
void |
setExcludeResult(String excludeResult)
Adds a filter on build result, which excludes items with this result. |
void |
setMasterName(String masterName)
Adds a filter on master name, which only allows items that have this name. |
void |
setProjectName(String projectName)
Adds a filter on project name, which only allows items that have this name. |
void |
setResult(String result)
Adds a filter on build result, which only allows items with this result. |
void |
setSince(Date since)
Adds a filter on date, which only allows items with date later than the argument date. |
void |
setSlaveName(String slaveName)
Adds a filter on slave name, which only allows items that have this name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphFilterBuilder()
Method Detail |
---|
public void setMasterName(String masterName)
masterName
- master name to allowpublic void setSlaveName(String slaveName)
slaveName
- project name to allowpublic void setProjectName(String projectName)
projectName
- project name to allowpublic void setBuildNumbers(List<Integer> buildNumbers)
buildNumbers
- build numbers to allowpublic void setSince(Date since)
since
- first date to allowpublic void setResult(String result)
result
- result to allowpublic void setExcludeResult(String excludeResult)
excludeResult
- result to excludepublic String getMasterName()
public String getSlaveName()
public String getProjectName()
public List<Integer> getBuildNumbers()
public Date getSince()
public String getResult()
public String getExcludeResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |