Class InstanceSetup
java.lang.Object
org.apache.sling.testing.clients.instance.InstanceSetup
Utility class for getting the current instance setup
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceSetup
get()
getConfigurations
(String runmode) Get the list of all InstanceConfiguration with a specificrunmode
-
Field Details
-
INSTANCE_CONFIG_INSTANCES
- See Also:
-
INSTANCE_CONFIG_URL
- See Also:
-
INSTANCE_CONFIG_RUNMODE
- See Also:
-
INSTANCE_CONFIG_ADMINUSER
- See Also:
-
INSTANCE_CONFIG_ADMINPASSWORD
- See Also:
-
-
Method Details
-
get
- Returns:
- the current setup object.
-
getConfigurations
- Returns:
- all instance configurations.
-
getConfigurations
Get the list of all InstanceConfiguration with a specificrunmode
- Parameters:
runmode
- the desired runmode- Returns:
- all instance configurations filtered by runmode.
-