public class PostBuildItem extends Object
Constructor and Description |
---|
PostBuildItem(Collection<String> results) |
Modifier and Type | Method and Description |
---|---|
void |
addResults(Collection<String> results) |
Set<String> |
getResults() |
Role |
getRole() |
boolean |
hasResult() |
Object |
readResolve() |
void |
setRole(Role role) |
boolean |
shouldBeExecuted(String result) |
boolean |
shouldRunOnMaster() |
boolean |
shouldRunOnSlave() |
public PostBuildItem(@Nullable Collection<String> results)
public boolean hasResult()
public void addResults(@Nonnull Collection<String> results)
@DataBoundSetter public void setRole(Role role)
public boolean shouldRunOnMaster()
public boolean shouldRunOnSlave()
public Role getRole()
public Object readResolve()
Copyright © 2011–2017. All rights reserved.