@Immutable public class RssSecurityConfiguration extends Object implements Serializable
Constructor and Description |
---|
RssSecurityConfiguration() |
RssSecurityConfiguration(boolean enabled,
boolean securityManagerEnabled)
Deprecated.
since 6.3 use
RssSecurityConfiguration(boolean, boolean, String) |
RssSecurityConfiguration(boolean enabled,
boolean executeSpecsInDocker,
String dockerImage) |
Modifier and Type | Method and Description |
---|---|
String |
getDockerImage() |
boolean |
isEnabled() |
boolean |
isExecuteSpecsInDocker() |
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)
@Deprecated public RssSecurityConfiguration(boolean enabled, boolean securityManagerEnabled)
RssSecurityConfiguration(boolean, boolean, String)
public boolean isEnabled()
public boolean isExecuteSpecsInDocker()
public String getDockerImage()
@Deprecated public boolean isSecurityManagerEnabled()
SystemProperty.REPOSITORY_STORED_SPECS_SECURITY_MANAGER_ENABLED
insteadCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.