mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 18:02:16 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -40,11 +40,16 @@ public class MarkdownOption implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Context to render in: body
|
||||
* URL path for rendering issue, media and file links Expected format:
|
||||
* /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
|
||||
*
|
||||
* @return context
|
||||
*/
|
||||
@Schema(description = "Context to render in: body")
|
||||
@Schema(
|
||||
description =
|
||||
"URL path for rendering issue, media and file links Expected format:"
|
||||
+ " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
|
||||
+ " in: body")
|
||||
public String getContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
@@ -43,11 +43,16 @@ public class MarkupOption implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Context to render in: body
|
||||
* URL path for rendering issue, media and file links Expected format:
|
||||
* /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
|
||||
*
|
||||
* @return context
|
||||
*/
|
||||
@Schema(description = "Context to render in: body")
|
||||
@Schema(
|
||||
description =
|
||||
"URL path for rendering issue, media and file links Expected format:"
|
||||
+ " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
|
||||
+ " in: body")
|
||||
public String getContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user