Class RssSecurityConfiguration
java.lang.Object
com.atlassian.bamboo.configuration.RssSecurityConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRssSecurityConfiguration
(boolean enabled, boolean executeSpecsInDocker, String dockerImage) RssSecurityConfiguration
(boolean enabled, boolean executeSpecsInDocker, String dockerImage, boolean mountLocalMavenDirectory, String localMavenDirectory) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Deprecated.
-
Constructor Details
-
RssSecurityConfiguration
public RssSecurityConfiguration() -
RssSecurityConfiguration
-
RssSecurityConfiguration
-
-
Method Details
-
isEnabled
public boolean isEnabled()- Returns:
- true if RSS functionality is enabled system-wide
-
isExecuteSpecsInDocker
public boolean isExecuteSpecsInDocker()- Returns:
- true if Specs should be run within Docker container
-
getDockerImage
- Returns:
- Docker image to be used to
-
isMountLocalMavenDirectory
public boolean isMountLocalMavenDirectory()- Returns:
- true if local directory should be mounted as Maven directory when running Specs
-
getLocalMavenDirectory
- Returns:
- local path to be mounted as Maven directory
-
isSecurityManagerEnabled
Deprecated.since 6.3, useSystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
instead- Returns:
- true if Specs processing should use security manager
-
SystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
instead