Class VcsUIConfigBean.VcsHtmlFragments
- java.lang.Object
-
- com.atlassian.bamboo.configuration.repository.VcsUIConfigBean.VcsHtmlFragments
-
- Enclosing class:
- VcsUIConfigBean
public static class VcsUIConfigBean.VcsHtmlFragments extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VcsUIConfigBean.VcsHtmlFragments
emptyFragments()
@Nullable String
getAdvancedServerOptionsHtml()
@Nullable String
getBranchDetectionOptionsHtml()
@Nullable String
getBranchHtml()
@Nullable String
getChangeDetectionOptionsHtml()
@Nullable String
getLocationHtml()
@Nullable String
getWebhooksConfigurationHtml()
-
-
-
Method Detail
-
emptyFragments
public static VcsUIConfigBean.VcsHtmlFragments emptyFragments()
-
getLocationHtml
@Nullable public @Nullable String getLocationHtml()
-
getBranchHtml
@Nullable public @Nullable String getBranchHtml()
-
getWebhooksConfigurationHtml
@Nullable public @Nullable String getWebhooksConfigurationHtml()
-
getAdvancedServerOptionsHtml
@Nullable public @Nullable String getAdvancedServerOptionsHtml()
-
getChangeDetectionOptionsHtml
@Nullable public @Nullable String getChangeDetectionOptionsHtml()
-
getBranchDetectionOptionsHtml
@Nullable public @Nullable String getBranchDetectionOptionsHtml()
-
-