Skip to content

Commit

Permalink
Increase visibility on FailureCauseBuildAction exported methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartrowe committed Apr 1, 2022
1 parent 7a8e253 commit 2a07c99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String getUrlName() {
*
* @return the FoundFailureCauses.
*/
@Exported
@Exported(visibility = 2)
public List<FoundFailureCause> getFoundFailureCauses() {
return foundFailureCauses;
}
Expand Down Expand Up @@ -205,7 +205,7 @@ public Run getBuild() {
*
* @return the FailureCauseDisplayData.
*/
@Exported
@Exported(visibility = 2)
public FailureCauseDisplayData getFailureCauseDisplayData() {
FailureCauseDisplayData failureCauseDisplayData
= getDownstreamData(this, 0);
Expand Down

0 comments on commit 2a07c99

Please sign in to comment.