Skip to content

Commit

Permalink
fix(clouddriver): Expose attributes of StageDefinition (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored Feb 27, 2019
1 parent dcf4a6d commit cd0f2ae
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class StepDefinition {
}

class StageDefinition {
String name;
StageDefinitionBuilder stageDefinitionBuilder;
Map context;
public String name;
public StageDefinitionBuilder stageDefinitionBuilder;
public Map context;
}
}

0 comments on commit cd0f2ae

Please sign in to comment.