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


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

By default websudo in JIRA will be disabled before each test. Mark test method or class with this annotation to enable web sudo for given test methods.

Since:
v4.4



Copyright © 2002-2014 Atlassian. All Rights Reserved.