Skip to content

Commit

Permalink
Rollback of commit cd6ca1d.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=118567315
  • Loading branch information
meisterT authored and aehlig committed Mar 30, 2016
1 parent c4deece commit af23721
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,13 @@ public Builder addOutputs(Iterable<Artifact> artifacts) {
return this;
}

/**
* Checks whether the action produces any outputs
*/
public boolean hasOutputs() {
return !outputs.isEmpty();
}

public Builder setResources(ResourceSet resourceSet) {
this.resourceSet = resourceSet;
return this;
Expand Down

0 comments on commit af23721

Please sign in to comment.