@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FormValidationUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FormValidationUtils.AffectedField |
static class |
FormValidationUtils.RemoteURLCombinationsResult |
Constructor and Description |
---|
FormValidationUtils() |
Modifier and Type | Method and Description |
---|---|
static FormValidationUtils.RemoteURLCombinationsResult |
checkRemoteURLCombinations(String remoteJenkinsUrl,
String remoteJenkinsName,
String jobNameOrUrl) |
static boolean |
isURL(String string)
Checks if a string is a valid http/https URL.
|
public static FormValidationUtils.RemoteURLCombinationsResult checkRemoteURLCombinations(String remoteJenkinsUrl, String remoteJenkinsName, String jobNameOrUrl)
public static boolean isURL(String string)
string
- the url to check.Copyright © 2016–2023. All rights reserved.