public class ChangeSetResults extends Object
| Constructor and Description |
|---|
ChangeSetResults() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddedFromChangeSet()
Returns a list of file names which has been added from the changeset
|
List<String> |
getAddedFromStream()
Returns a list of file names which has been added from the original stream
|
List<String> |
getDeleted()
Returns a list of file names which has been deleted
|
public ChangeSetResults()
public List<String> getAddedFromChangeSet()
public List<String> getAddedFromStream()
public List<String> getDeleted()
Copyright © 2020 The Apache Software Foundation. All rights reserved.