Skip to content

Commit

Permalink
Merge pull request #118 from aloubyansky/WFGP-119
Browse files Browse the repository at this point in the history
[WFGP-119] Add method ProvisioningLayout ProvisioningRuntime.getLayout()
  • Loading branch information
aloubyansky authored Aug 24, 2018
2 parents ef12250 + ae4b9a1 commit 7f83794
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ public ProvisioningConfig getProvisioningConfig() {
return config;
}

public ProvisioningLayout<FeaturePackRuntime> getLayout() {
return layout;
}

@Override
public boolean hasFeaturePacks() {
return layout.hasFeaturePacks();
Expand Down

0 comments on commit 7f83794

Please sign in to comment.