Uses of Class
com.atlassian.bamboo.configuration.ConfigurationException
-
-
Uses of ConfigurationException in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that throw ConfigurationException Modifier and Type Method Description void
DefaultElementParser. endElement()
Do nothing by default.void
ElementParser. endElement()
The parser has completed parsing the element - it's reached the end-of-element tag -
Uses of ConfigurationException in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver that throw ConfigurationException Modifier and Type Method Description void
MimeTypeLoader. loadConfiguration(InputStream configurationFile)
-
Uses of ConfigurationException in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that throw ConfigurationException Modifier and Type Method Description void
PlanParticleManager. adjustPlanParticles(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles)
Adjust list of plan's consumed and produced particles.void
PlanParticleManagerImpl. adjustPlanParticles(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles)
-
Uses of ConfigurationException in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote that throw ConfigurationException Modifier and Type Method Description @NotNull RemotableEphemeralAgentDefinitionImpl
AgentConfiguration. getEphemeralAgentDefinition()
void
AgentConfiguration. init()
void
AgentConfiguration. save()
-
Uses of ConfigurationException in com.atlassian.bamboo.v2.build.dependencies
Methods in com.atlassian.bamboo.v2.build.dependencies that throw ConfigurationException Modifier and Type Method Description List<ImmutablePlan>
DependencyTreeBuilder. getDirectParents(ImmutablePlan plan)
Visits all the parentPlan
for the give build and returns its direct linage in topological orderList<ImmutablePlan>
DependencyTreeBuilderImpl. getDirectParents(@NotNull ImmutablePlan plan)
-