public class FeedProperties extends Object
FeedBuilder
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FEED_TITLE |
Constructor and Description |
---|
FeedProperties(String title,
String description,
boolean showContent,
boolean publicFeed) |
FeedProperties(String title,
String description,
boolean showContent,
boolean showDiff,
boolean publicFeed)
Deprecated.
Since 4.0. The showDiff parameter is ignored. Use
FeedProperties(String, String, boolean, boolean) instead. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getTitle() |
boolean |
isPublicFeed()
A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").
|
boolean |
isShowContent() |
boolean |
isShowDiff()
Deprecated.
Since 4.0. Diffs are no longer supported in RSS feeds.
|
public static final String DEFAULT_FEED_TITLE
@Deprecated public FeedProperties(String title, String description, boolean showContent, boolean showDiff, boolean publicFeed)
FeedProperties(String, String, boolean, boolean)
instead.title
- the title. Uses DEFAULT_FEED_TITLE
if none is specified.description
- required.showContent
- if the full content should be shown in the feed.showDiff
- if diffs of content changes should be shown in the feed. Since 4.0 this parameter is ignored.publicFeed
- if the feed is public.public FeedProperties(String title, String description, boolean showContent, boolean publicFeed)
title
- the title. Uses DEFAULT_FEED_TITLE
if none is specified.description
- required.showContent
- if the full content should be shown in the feed.showDiff
- if diffs of content changes should be shown in the feed. Since 4.0 this parameter is ignored.publicFeed
- if the feed is public.public String getTitle()
public String getDescription()
public boolean isShowContent()
@Deprecated public boolean isShowDiff()
public boolean isPublicFeed()
Copyright © 2003–2015 Atlassian. All rights reserved.