public class

Macro

extends Object
implements TitledContent
java.lang.Object
   ↳ com.atlassian.confluence.it.Macro

Class Overview

A basic representation of a Macro for testing purposes.

Summary

Fields
public static Macro BLOGPOST_MACRO
public static Macro CHEESE_MACRO
public static Macro CONFLUENCE_NEWS_MACRO
public static Macro GALLERY_MACRO
Public Constructors
Macro(String name, String title, String description)
Public Methods
String getDescription()
String getName()
String getTitle()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.it.TitledContent

Fields

public static Macro BLOGPOST_MACRO

public static Macro CHEESE_MACRO

public static Macro CONFLUENCE_NEWS_MACRO

public static Macro GALLERY_MACRO

Public Constructors

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

Public Methods

public String getDescription ()

public String getName ()

public String getTitle ()