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

Allow defining custom container startup conditions #35

Closed
tdomzal opened this issue Sep 20, 2016 · 1 comment
Closed

Allow defining custom container startup conditions #35

tdomzal opened this issue Sep 20, 2016 · 1 comment

Comments

@tdomzal
Copy link
Owner

tdomzal commented Sep 20, 2016

There are multiple methods to specify when container is considered as started, called in short "startup conditions" (all are currently available via builder waitFor... methods).

There is no possibility to define own, custom startup conditions but it would be quite handy in specific cases.

@tdomzal
Copy link
Owner Author

tdomzal commented Sep 20, 2016

Changes:

  • wait for code was refactored.
  • Conditions are now specified with builder waitFor(StartCondition condition)
  • All old builder methods marked as deprecated

See custom condition example.

@tdomzal tdomzal closed this as completed Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant