Package io.jenkins.plugins.safebatch
Class Messages
java.lang.Object
io.jenkins.plugins.safebatch.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyBatchSanitizerGlobalRule_DisplayName
:Prevent unsafe variables in Windows batch scripts
.static org.jvnet.localizer.Localizable
KeyDangerousCharacterMode.FAIL
:Fail the build step
.static org.jvnet.localizer.Localizable
KeyDangerousCharacterMode.REPLACE
:Redact unsafe values
.static org.jvnet.localizer.Localizable
KeyDangerousCharacterMode.WARN
:Log warning only
.static String
KeyBatchSanitizerGlobalRule_DisplayName
:Prevent unsafe variables in Windows batch scripts
.static String
KeyDangerousCharacterMode.FAIL
:Fail the build step
.static String
KeyDangerousCharacterMode.REPLACE
:Redact unsafe values
.static String
KeyDangerousCharacterMode.WARN
:Log warning only
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
DangerousCharacterMode_FAIL
KeyDangerousCharacterMode.FAIL
:Fail the build step
.- Returns:
Fail the build step
-
_DangerousCharacterMode_FAIL
public static org.jvnet.localizer.Localizable _DangerousCharacterMode_FAIL()KeyDangerousCharacterMode.FAIL
:Fail the build step
.- Returns:
Fail the build step
-
DangerousCharacterMode_WARN
KeyDangerousCharacterMode.WARN
:Log warning only
.- Returns:
Log warning only
-
_DangerousCharacterMode_WARN
public static org.jvnet.localizer.Localizable _DangerousCharacterMode_WARN()KeyDangerousCharacterMode.WARN
:Log warning only
.- Returns:
Log warning only
-
DangerousCharacterMode_REPLACE
KeyDangerousCharacterMode.REPLACE
:Redact unsafe values
.- Returns:
Redact unsafe values
-
_DangerousCharacterMode_REPLACE
public static org.jvnet.localizer.Localizable _DangerousCharacterMode_REPLACE()KeyDangerousCharacterMode.REPLACE
:Redact unsafe values
.- Returns:
Redact unsafe values
-
BatchSanitizerGlobalRule_DisplayName
KeyBatchSanitizerGlobalRule_DisplayName
:Prevent unsafe variables in Windows batch scripts
.- Returns:
Prevent unsafe variables in Windows batch scripts
-
_BatchSanitizerGlobalRule_DisplayName
public static org.jvnet.localizer.Localizable _BatchSanitizerGlobalRule_DisplayName()KeyBatchSanitizerGlobalRule_DisplayName
:Prevent unsafe variables in Windows batch scripts
.- Returns:
Prevent unsafe variables in Windows batch scripts
-