Class LevelOpsJenkinsReport
java.lang.Object
io.jenkins.plugins.propelo.commons.models.LevelOpsJenkinsReport
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Constructor Summary
ConstructorDescriptionLevelOpsJenkinsReport
(String jenkinsUrl, String adminEmails, String securityRealm, String securityRealmPassFail, String securityRealmColor, String authorizationType, String authorizationTypePassFail, String authorizationTypeColor, boolean csrfPreventionEnabled, String csrfPreventionPassFail, String csrfPreventionColor, boolean jnlp1ProtocolEnabled, String jnlp1ProtocolPassFail, String jnlp1ProtocolColor, boolean jnlp2ProtocolEnabled, String jnlp2ProtocolPassFail, String jnlp2ProtocolColor, boolean jnlp3ProtocolEnabled, String jnlp3ProtocolPassFail, String jnlp3ProtocolColor, boolean jnlp4ProtocolEnabled, String jnlp4ProtocolPassFail, String jnlp4ProtocolColor, boolean tlsEnabledForMasterSlaveCommunication, String tlsSettingPassFail, String tlsSettingColor, boolean pluginZapInstalled, String pluginZapPassFail, String pluginZapColor, boolean pluginBrakemanInstalled, String pluginBrakemanPassFail, String pluginBrakemanColor, boolean pluginAuditTrailInstalled, String pluginAuditTrailPassFail, String pluginAuditTrailColor) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static final String
getPassOrFail
(Boolean isSecure) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
LevelOpsJenkinsReport
public LevelOpsJenkinsReport(String jenkinsUrl, String adminEmails, String securityRealm, String securityRealmPassFail, String securityRealmColor, String authorizationType, String authorizationTypePassFail, String authorizationTypeColor, boolean csrfPreventionEnabled, String csrfPreventionPassFail, String csrfPreventionColor, boolean jnlp1ProtocolEnabled, String jnlp1ProtocolPassFail, String jnlp1ProtocolColor, boolean jnlp2ProtocolEnabled, String jnlp2ProtocolPassFail, String jnlp2ProtocolColor, boolean jnlp3ProtocolEnabled, String jnlp3ProtocolPassFail, String jnlp3ProtocolColor, boolean jnlp4ProtocolEnabled, String jnlp4ProtocolPassFail, String jnlp4ProtocolColor, boolean tlsEnabledForMasterSlaveCommunication, String tlsSettingPassFail, String tlsSettingColor, boolean pluginZapInstalled, String pluginZapPassFail, String pluginZapColor, boolean pluginBrakemanInstalled, String pluginBrakemanPassFail, String pluginBrakemanColor, boolean pluginAuditTrailInstalled, String pluginAuditTrailPassFail, String pluginAuditTrailColor)
-
-
Method Details
-
getJenkinsUrl
-
getAdminEmails
-
getSecurityRealm
-
getSecurityRealmPassFail
-
getSecurityRealmColor
-
getAuthorizationType
-
getAuthorizationTypePassFail
-
getAuthorizationTypeColor
-
isCsrfPreventionEnabled
public boolean isCsrfPreventionEnabled() -
getCsrfPreventionPassFail
-
getCsrfPreventionColor
-
isJnlp1ProtocolEnabled
public boolean isJnlp1ProtocolEnabled() -
getJnlp1ProtocolPassFail
-
getJnlp1ProtocolColor
-
isJnlp2ProtocolEnabled
public boolean isJnlp2ProtocolEnabled() -
getJnlp2ProtocolPassFail
-
getJnlp2ProtocolColor
-
isJnlp3ProtocolEnabled
public boolean isJnlp3ProtocolEnabled() -
getJnlp3ProtocolPassFail
-
getJnlp3ProtocolColor
-
isJnlp4ProtocolEnabled
public boolean isJnlp4ProtocolEnabled() -
getJnlp4ProtocolPassFail
-
getJnlp4ProtocolColor
-
isTlsEnabledForMasterSlaveCommunication
public boolean isTlsEnabledForMasterSlaveCommunication() -
getTlsSettingPassFail
-
getTlsSettingColor
-
isPluginZapInstalled
public boolean isPluginZapInstalled() -
getPluginZapPassFail
-
getPluginZapColor
-
isPluginBrakemanInstalled
public boolean isPluginBrakemanInstalled() -
getPluginBrakemanPassFail
-
getPluginBrakemanColor
-
isPluginAuditTrailInstalled
public boolean isPluginAuditTrailInstalled() -
getPluginAuditTrailPassFail
-
getPluginAuditTrailColor
-
getPassOrFail
-
builder
-