Class Overview
Gives operations that can be called on the ViewServices page.
Summary
Nested Classes |
class |
ViewServices.Service |
|
class |
ViewServices.UnableToAddServiceException |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
ViewServices
(WebTester tester, Navigation navigation)
Public Methods
Adds a service to JIRA with default configuration parameters.
Parameters
service
| The service to be added. |
delayInMinutes
| the delay between runs of this service specified in minutes. |
Returns
- this instance of the view services page.
public
void
clickDelete
(String serviceName)
Clicks the Delete link for the given service name.
Parameters
serviceName
| The service name.
|
public
void
clickEdit
(String serviceName)
Clicks the Edit link for the given service name.
Parameters
serviceName
| The service name.
|
Navigates to the ViewServices page.
Returns
- this instance of the page.
Gets the set of service configurations displayed on the page.
Returns
- A set of service configurations.