com.atlassian.confluence.selenium.client
Class Template

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Template

public class Template
extends Object


Constructor Summary
Template(ConfluenceSeleniumClient client, String name, String description, String body)
           
Template(ConfluenceSeleniumClient client, String spaceKey, String name, String description, String body)
           
 
Method Summary
 void create()
           
 void delete()
           
 long getId()
           
 void setLabels(String labels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template(ConfluenceSeleniumClient client,
                String spaceKey,
                String name,
                String description,
                String body)

Template

public Template(ConfluenceSeleniumClient client,
                String name,
                String description,
                String body)
Method Detail

create

public void create()
            throws MalformedURLException
Throws:
MalformedURLException

delete

public void delete()

getId

public long getId()

setLabels

public void setLabels(String labels)


Copyright © 2003-2012 Atlassian. All Rights Reserved.