Package org.vx68k.bitbucket.api
Interface BitbucketRendered
-
- All Known Implementing Classes:
BitbucketClientRendered
public interface BitbucketRendered
Rendered text resource on Bitbucket Cloud.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHtml()
Returns the HTML rendering of the rendered text.String
getMarkup()
Returns the markup type of the rendered text.String
getRaw()
Returns the raw data of the rendered text.
-
-
-
Method Detail
-
getMarkup
String getMarkup()
Returns the markup type of the rendered text.- Returns:
- the markup type of the rendered text
-
getRaw
String getRaw()
Returns the raw data of the rendered text.- Returns:
- the raw data of the rendered text
-
getHtml
String getHtml()
Returns the HTML rendering of the rendered text.- Returns:
- the HTML rendering of the rendered text
-
-