public class MacroInstance extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MacroInstance.MacroBuilder
Creates
History instances. |
Modifier and Type | Method and Description |
---|---|
static MacroInstance.MacroBuilder |
builder() |
boolean |
equals(Object o) |
String |
getBody() |
String |
getName() |
Map<String,MacroParameterInstance> |
getParameters() |
int |
hashCode() |
public static MacroInstance.MacroBuilder builder()
public String getName()
public String getBody()
public Map<String,MacroParameterInstance> getParameters()
Copyright © 2003–2018 Atlassian. All rights reserved.