@Immutable public class RssSecurityConfiguration extends Object implements Serializable
Constructor and Description |
---|
RssSecurityConfiguration() |
RssSecurityConfiguration(boolean enabled,
boolean executeSpecsInDocker,
String dockerImage) |
RssSecurityConfiguration(boolean enabled,
boolean executeSpecsInDocker,
String dockerImage,
boolean mountLocalMavenDirectory,
String localMavenDirectory) |
Modifier and Type | Method and Description |
---|---|
String |
getDockerImage() |
String |
getLocalMavenDirectory() |
boolean |
isEnabled() |
boolean |
isExecuteSpecsInDocker() |
boolean |
isMountLocalMavenDirectory() |
boolean |
isSecurityManagerEnabled()
Deprecated.
since 6.3, use
SystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED instead |
public RssSecurityConfiguration()
public RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage, boolean mountLocalMavenDirectory, String localMavenDirectory)
public RssSecurityConfiguration(boolean enabled, boolean executeSpecsInDocker, String dockerImage)
public boolean isEnabled()
public boolean isExecuteSpecsInDocker()
public String getDockerImage()
public boolean isMountLocalMavenDirectory()
public String getLocalMavenDirectory()
@Deprecated public boolean isSecurityManagerEnabled()
SystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
insteadCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.