Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend @As with a provider mechanism. #215

Merged
merged 3 commits into from
Jul 12, 2016
Merged

Commits on Jul 11, 2016

  1. Extend @as with a provider mechanism.

    This change extends the @as annotation for step / stage methods and classes
    with an AsProvider provider() method to allow a more flexible way of
    customizing the result.
    
    fixes TNG#189
    Airblader committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    8eff753 View commit details
    Browse the repository at this point in the history
  2. Change behavior for DefaultAsProvider.

    This patch changes the behavior for the DefaultAsProvider by moving the
    case of absent @as annotations into the provider. This allows us to just
    fall back to the default provider and allows users to utilize the default
    behavior by extending from DefaultAsProvider.
    
    relates to TNG#189
    Airblader committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    99fe5e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    012ba63 View commit details
    Browse the repository at this point in the history