public abstract class VcsUpdate
Represents an update of a file, either local or remote.
Modifiers | Name | Description |
---|---|---|
enum |
VcsUpdate.VcsUpdateType |
Constructor and description |
---|
VcsUpdate
(WsdlProject project, VcsUpdate.VcsUpdateType type, java.lang.String relativePath, java.lang.String oldRelativePath, Repository repository) Creates a new VcsUpdate. |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(java.lang.Object o) |
|
public java.lang.String |
getFileDiff() Returns changes in file in Git diff format |
|
public java.lang.String |
getOldRelativePath()
|
|
public WsdlProject |
getProject()
|
|
public java.lang.String |
getRelativePath()
|
|
public VcsUpdate.VcsUpdateType |
getType()
|
|
public int |
hashCode() |
|
public boolean |
isConflictingUpdate()
|
|
public void |
setConflictingUpdate(boolean conflictingUpdate) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a new VcsUpdate.
project
- ReadyAPI projecttype
- the type of the updaterelativePath
- the current path of the file relative to the project root. May be null if the file was deletedoldRelativePath
- The old path of the file relative to the project root.
Used when a file has been moved or deleted, null otherwise.repository
- VCS repositoryReturns changes in file in Git diff format
ReadyAPI functional (soapui-pro) SDK 3.56.0