Class RssSecurityConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.configuration.RssSecurityConfiguration
-
- All Implemented Interfaces:
Serializable
@Immutable public class RssSecurityConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RssSecurityConfiguration()
RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage)
RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage, boolean mountLocalMavenDirectory, String localMavenDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDockerImage()
String
getLocalMavenDirectory()
boolean
isEnabled()
boolean
isExecuteSpecsInDocker()
boolean
isMountLocalMavenDirectory()
boolean
isSecurityManagerEnabled()
Deprecated.since 6.3, useSystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
instead
-
-
-
Constructor Detail
-
RssSecurityConfiguration
public RssSecurityConfiguration()
-
RssSecurityConfiguration
public RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage, boolean mountLocalMavenDirectory, String localMavenDirectory)
-
RssSecurityConfiguration
public RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage)
-
-
Method Detail
-
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
public String 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
public String getLocalMavenDirectory()
- Returns:
- local path to be mounted as Maven directory
-
isSecurityManagerEnabled
@Deprecated public boolean isSecurityManagerEnabled()
Deprecated.since 6.3, useSystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
instead- Returns:
- true if Specs processing should use security manager
-
-