Package org.jenkinsci.plugins.p4.groovy
Class P4Groovy
java.lang.Object
org.jenkinsci.plugins.p4.groovy.P4Groovy
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedP4Groovy(P4BaseCredentials credential, TaskListener listener, Workspace workspace, FilePath buildWorkspace) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.
-
Constructor Details
-
P4Groovy
protected P4Groovy(P4BaseCredentials credential, TaskListener listener, Workspace workspace, FilePath buildWorkspace)
-
-
Method Details
-
getClientName
-
getUserName
- Throws:
Exception
-
runString
@Deprecated public Map<String,Object>[] runString(String cmd, String args) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException Deprecated.- Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
run
public Map<String,Object>[] run(String cmd, String... args) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException - Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
run
public Map<String,Object>[] run(String cmd, List<String> args) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException - Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
save
public Map<String,Object>[] save(String type, Map<String, Object> spec) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException- Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
save
public Map<String,Object>[] save(String type, Map<String, Object> spec, List<String> list) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException- Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
save
public Map<String,Object>[] save(String type, Map<String, Object> spec, String... args) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException- Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-
fetch
public Map<String,Object> fetch(String type, String id) throws com.perforce.p4java.exception.P4JavaException, InterruptedException, IOException - Throws:
com.perforce.p4java.exception.P4JavaExceptionInterruptedExceptionIOException
-