com.atlassian.jira.pageobjects.config
Annotation Type Setup


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Setup

By default the JIRA instance will be set up for the test if not already set up. The set up process will use default data (JIRA instance name, sysadmin username and password) for the setup process. Use this annotation to change the data used to set up JIRA.

Since:
v4.4



Copyright © 2002-2012 Atlassian. All Rights Reserved.