Package com.dtolabs.rundeck.core.common
Interface IProjectInfo
-
public interface IProjectInfoDescriptive metadata about a project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetMotd()java.lang.StringgetMotdHTML()java.lang.StringgetReadme()java.lang.StringgetReadmeHTML()
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
getReadme
java.lang.String getReadme()
- Returns:
- readme text
-
getReadmeHTML
java.lang.String getReadmeHTML()
- Returns:
- preprocessed readme HTML, or null to auto post-process
-
getMotd
java.lang.String getMotd()
-
getMotdHTML
java.lang.String getMotdHTML()
- Returns:
- preprocessed motd HTML, or null to auto post-process
-
-