@PublicApi
public interface BuilderService
Modifier and Type | Method and Description |
---|---|
RuleSetInputBuilder |
newBuilderFromRuleSet(RuleSet existingRuleSet)
Return a
RuleSetInputBuilder with the contents of the given RuleSet |
ConfigurationDataBuilder |
newConfigurationDataBuilder()
Get a new ConfigurationData builder
|
RuleSetInputBuilder |
newRuleSetBuilder()
Get a new RuleSet builder
|
RunAsUserContextConfigFactory |
newRunAsUserContextConfigFactory()
Get a new RunAsUserContextConfigFactory
|
RuleSetInputBuilder newRuleSetBuilder()
ConfigurationDataBuilder newConfigurationDataBuilder()
RunAsUserContextConfigFactory newRunAsUserContextConfigFactory()
RuleSetInputBuilder newBuilderFromRuleSet(@Nonnull RuleSet existingRuleSet)
RuleSetInputBuilder
with the contents of the given RuleSet
The population of the builder is best-effort, and is not guaranteed to exactly reflect the RuleSet provided.
ServiceDeskServiceException
- on errorCopyright © 2019 Atlassian. All rights reserved.