public class P4Edit extends P4Base
Modifier and Type | Field and Description |
---|---|
java.lang.String |
change
number of the change list to work on
|
failOnError, P4Client, P4CmdOpts, P4Opts, P4Port, P4User, P4View, shell, util
description, location, project
Constructor and Description |
---|
P4Edit() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Run the p4 edit command
|
void |
setChange(java.lang.String change)
An existing changelist number to assign files to; optional
but strongly recommended.
|
execP4Command, execP4Command, getErrorMessage, getInError, init, setClient, setCmdopts, setErrorMessage, setFailonerror, setGlobalopts, setInError, setPort, setUser, setView
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setChange(java.lang.String change)
change
- the change list numberpublic void execute() throws BuildException
execute
in class Task
BuildException
- if there is no view specified