com.atlassian.confluence.it
Class Macro

java.lang.Object
  extended by com.atlassian.confluence.it.Macro
All Implemented Interfaces:
TitledContent

public class Macro
extends Object
implements TitledContent

A basic representation of a Macro for testing purposes.


Field Summary
static Macro BLOGPOST_MACRO
           
static Macro CHEESE_MACRO
           
static Macro CONFLUENCE_NEWS_MACRO
           
static Macro GALLERY_MACRO
           
static Macro VIEWFILE_MACRO
           
static Macro VIEWPDF_MACRO
           
 
Constructor Summary
Macro(String name, String title, String description)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GALLERY_MACRO

public static Macro GALLERY_MACRO

CHEESE_MACRO

public static Macro CHEESE_MACRO

BLOGPOST_MACRO

public static Macro BLOGPOST_MACRO

VIEWPDF_MACRO

public static Macro VIEWPDF_MACRO

VIEWFILE_MACRO

public static Macro VIEWFILE_MACRO

CONFLUENCE_NEWS_MACRO

public static Macro CONFLUENCE_NEWS_MACRO
Constructor Detail

Macro

public Macro(String name,
             String title,
             String description)
Method Detail

getName

public String getName()

getTitle

public String getTitle()
Specified by:
getTitle in interface TitledContent

getDescription

public String getDescription()


Copyright © 2003-2011 Atlassian. All Rights Reserved.