com.atlassian.jira.functest.framework
Interface Navigable<T extends Navigable>

All Known Subinterfaces:
NotificationSchemes, WorkflowSchemes
All Known Implementing Classes:
NotificationSchemesImpl, WorkflowSchemesImpl

public interface Navigable<T extends Navigable>

A place in JIRA that user can go to.

Since:
v4.4

Method Summary
 T goTo()
          Go there.
 

Method Detail

goTo

T goTo()
Go there.

Returns:
this instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.