Class SynchronyEnvironmentBuilder
- java.lang.Object
-
- com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyEnvironmentBuilder
-
@Component public class SynchronyEnvironmentBuilder extends Object
Responsible for synchrony environment setup Since 7.12.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SynchronyEnvironmentBuilder.SynchronyEnvironment
-
Field Summary
Fields Modifier and Type Field Description static String
DATASOURCE
static int
DEFAULT_MULTICAST_PORT
static String
PASS
static String
URL
static String
USER
-
Constructor Summary
Constructors Constructor Description SynchronyEnvironmentBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper, HttpClientProvider httpClientProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynchronyEnvironmentBuilder.SynchronyEnvironment
build(boolean isSynchronyClusterManuallyManaged)
-
-
-
Field Detail
-
DEFAULT_MULTICAST_PORT
public static final int DEFAULT_MULTICAST_PORT
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
PASS
public static final String PASS
- See Also:
- Constant Field Values
-
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SynchronyEnvironmentBuilder
@Autowired public SynchronyEnvironmentBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper, HttpClientProvider httpClientProvider)
-
-
Method Detail
-
build
public SynchronyEnvironmentBuilder.SynchronyEnvironment build(boolean isSynchronyClusterManuallyManaged)
-
-