public class Validate extends Object
Constructor and Description |
---|
Validate(hudson.model.TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
check(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs,
boolean quiet,
String... ignore) |
boolean |
check(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs,
String... ignore)
Look for a message in the returned FileSpec from operation.
|
boolean |
checkCatch(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs,
String... ignore)
Only return boolean; false is returned for an exception.
|
void |
log(String msg) |
public boolean check(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs, String... ignore) throws Exception
fileSpecs
- List of Perforce file specsignore
- Parameter list of messages to ignore (case insensitive)Exception
- push up stackpublic boolean checkCatch(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs, String... ignore)
fileSpecs
- List of Perforce file specsignore
- Parameter list of messages to ignore (case insensitive)public boolean check(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs, boolean quiet, String... ignore) throws Exception
Exception
public void log(String msg)
Copyright © 2016–2021. All rights reserved.