Uses of Class
com.atlassian.bamboo.utils.BambooUrl
-
Packages that use BambooUrl Package Description com.atlassian.bamboo.notification.transports.webhook com.atlassian.bamboo.variable.substitutor com.atlassian.bamboo.ww2 -
-
Uses of BambooUrl in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type BambooUrl Constructor Description WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer)
-
Uses of BambooUrl in com.atlassian.bamboo.variable.substitutor
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type BambooUrl Constructor Description VariableSubstitutorImpl(@NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @Nullable VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull ImmutablePlan immutablePlan, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull CommonContext commonContext, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull CustomVariableContext customVariableContext, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull Map<String,VariableDefinitionContext> variablesContextMap, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of BambooUrl in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return BambooUrl Modifier and Type Method Description BambooUrl
BambooActionSupport. getBambooUrl()
-