Package org.vx68k.bitbucket.api
Interface BitbucketRendered
-
- All Known Implementing Classes:
BitbucketClientRendered
public interface BitbucketRenderedRendered text resource on Bitbucket Cloud.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHtml()Returns the HTML rendering of the rendered text.StringgetMarkup()Returns the markup type of the rendered text.StringgetRaw()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
-
-