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.LocalizableKeyBatchSanitizerGlobalRule_DisplayName:Prevent unsafe variables in Windows batch scripts.static org.jvnet.localizer.LocalizableKeyDangerousCharacterMode.FAIL:Fail the build step.static org.jvnet.localizer.LocalizableKeyDangerousCharacterMode.REPLACE:Redact unsafe values.static org.jvnet.localizer.LocalizableKeyDangerousCharacterMode.WARN:Log warning only.static StringKeyBatchSanitizerGlobalRule_DisplayName:Prevent unsafe variables in Windows batch scripts.static StringKeyDangerousCharacterMode.FAIL:Fail the build step.static StringKeyDangerousCharacterMode.REPLACE:Redact unsafe values.static StringKeyDangerousCharacterMode.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
-