com.atlassian.pageobjects
Annotation Type Defaults


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Defaults

The default values for a TestedProduct.


Required Element Summary
 String contextPath
           
 int httpPort
           
 String instanceId
           
 

Element Detail

instanceId

public abstract String instanceId
Returns:
the default instance id

contextPath

public abstract String contextPath
Returns:
the default context path

httpPort

public abstract int httpPort
Returns:
the default HTTP port


Copyright © 2014 Atlassian. All rights reserved.