public class Step extends Operation implements Commentable, Named
| Modifier and Type | Class and Description |
|---|---|
static class |
Step.Builder |
parameters, type| Modifier and Type | Method and Description |
|---|---|
void |
addComparator(Comparator comparator)
Adds comparator to comparators set.
|
boolean |
equals(Object o) |
String |
getComment() |
Set<Comparator> |
getComparators() |
Integer |
getIndex() |
String |
getName() |
String |
getPattern() |
Statistics |
getStatistics() |
CollectorStepResult |
getStepResult() |
int |
hashCode() |
static Step.Builder |
newBuilder(String type,
Integer index) |
void |
setComment(String comment) |
void |
setStatistics(Statistics statistics) |
void |
setStepResult(CollectorStepResult stepResult) |
String |
toString() |
void |
updatePattern(String artifactId) |
addParameter, addParameters, getParameters, getTypepublic static Step.Builder newBuilder(String type, Integer index)
public Integer getIndex()
public String getPattern()
public void setStepResult(CollectorStepResult stepResult)
public CollectorStepResult getStepResult()
public Set<Comparator> getComparators()
public void addComparator(Comparator comparator)
comparator - to addpublic void updatePattern(String artifactId)
public void setComment(String comment)
setComment in interface Commentablecomment - comment for given metadata
Sets comment for given metadata.public String getComment()
getComment in interface Commentablepublic Statistics getStatistics()
public void setStatistics(Statistics statistics)
Copyright © 2013–2017 Cognifide. All rights reserved.