Class TargetImpl
- java.lang.Object
-
- com.chutneytesting.engine.domain.environment.TargetImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTargetImpl.TargetBuilder
-
Field Summary
Fields Modifier and Type Field Description List<NamedHostAndPort>agentsStringnamestatic TargetImplNONEMap<String,String>propertiesStringurl
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetImpl.TargetBuilderbuilder()Stringname()Map<String,String>prefixedProperties(String prefix, boolean cutPrefix)Map<String,String>properties()Optional<String>property(String key)StringrawUri()StringtoString()URIuri()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.injectable.Target
booleanProperty, host, keyPassword, keyStore, keyStorePassword, numericProperty, port, prefixedProperties, privateKey, privateKeyPassword, trustStore, trustStorePassword, user, userPassword
-
-
-
-
Field Detail
-
NONE
public static final TargetImpl NONE
-
name
public final String name
-
url
public final String url
-
agents
public final List<NamedHostAndPort> agents
-
-
Method Detail
-
builder
public static TargetImpl.TargetBuilder builder()
-
prefixedProperties
public Map<String,String> prefixedProperties(String prefix, boolean cutPrefix)
- Specified by:
prefixedPropertiesin interfaceTarget
-
-