com.atlassian.bamboo.pageobjects.helpers
Class GroupHelper

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.helpers.GroupHelper

public class GroupHelper
extends java.lang.Object

Higher level component to deal with group management via UI.

Since:
v3.3

Field Summary
static java.lang.String SIMPLE_GROUP
           
 
Constructor Summary
GroupHelper()
           
 
Method Summary
 void createGroupIfNecessary(java.lang.String name)
           
 void removeGroupIfNecessary(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_GROUP

public static final java.lang.String SIMPLE_GROUP
See Also:
Constant Field Values
Constructor Detail

GroupHelper

public GroupHelper()
Method Detail

createGroupIfNecessary

public void createGroupIfNecessary(java.lang.String name)

removeGroupIfNecessary

public void removeGroupIfNecessary(java.lang.String name)


Copyright © 2012 Atlassian. All Rights Reserved.