public class BlogPostReference extends Object
| Constructor and Description |
|---|
BlogPostReference(String reference,
String spaceKey,
PageManager pageManager)
Blogpost Reference Constructor to parse out the reference into a blogpost
|
| Modifier and Type | Method and Description |
|---|---|
BlogPost |
getBlogPost() |
String |
getEntityName() |
String |
getPostingDay() |
String |
getPostingMonth() |
String |
getPostingYear() |
String |
getSpaceKey() |
public BlogPostReference(String reference, String spaceKey, PageManager pageManager) throws ParseException
reference - - blogpost references are expected to be in the format '/yyyy/MM/dd/blogTitle'spaceKey - - space where the blog post livespageManager - ParseException - - thrown if the blog post reference is not in the expected formatCopyright © 2003–2016 Atlassian. All rights reserved.