public class LocalConfigurationValidator extends Object
Modifier and Type | Method and Description |
---|---|
static hudson.util.FormValidation |
validateProjectId(String projectId)
Currently only validating that the id of the project is a positive integer.
|
static hudson.util.FormValidation |
validateResourcePath(String resourcesPath)
Currently only checking that a value exists
|
public static hudson.util.FormValidation validateProjectId(String projectId)
projectId
- the id of the projectpublic static hudson.util.FormValidation validateResourcePath(String resourcesPath)
resourcesPath
- the path for the resourcesCopyright © 2016. All rights reserved.