public class WaitForEnvironmentContextBuilder extends Object
Constructor and Description |
---|
WaitForEnvironmentContextBuilder() |
Modifier and Type | Method and Description |
---|---|
WaitForEnvironmentContext |
build() |
protected WaitForEnvironmentContext |
getInstance() |
static WaitForEnvironmentContextBuilder |
waitForEnvironmentContext() |
GeneratorT |
withApplicationName(String aValue) |
GeneratorT |
withEnvironmentRef(String aValue) |
GeneratorT |
withHealth(String health) |
GeneratorT |
withStatusToWaitFor(String aValue) |
GeneratorT |
withTimeoutMins(Integer aValue) |
public static WaitForEnvironmentContextBuilder waitForEnvironmentContext()
public WaitForEnvironmentContext build()
protected WaitForEnvironmentContext getInstance()
public GeneratorT withApplicationName(String aValue)
public GeneratorT withTimeoutMins(Integer aValue)
public GeneratorT withHealth(String health)
public GeneratorT withStatusToWaitFor(String aValue)
public GeneratorT withEnvironmentRef(String aValue)
Copyright © 2011–2019 ingenieux. All rights reserved.