Rough cut of Diffusion change view.
This commit is contained in:
@@ -26,6 +26,8 @@ final class DiffusionPathChange {
|
||||
private $changeType;
|
||||
private $fileType;
|
||||
private $targetPath;
|
||||
private $targetCommitIdentifier;
|
||||
private $awayPaths = array();
|
||||
|
||||
final public function setPath($path) {
|
||||
$this->path = $path;
|
||||
@@ -63,6 +65,15 @@ final class DiffusionPathChange {
|
||||
return $this->targetPath;
|
||||
}
|
||||
|
||||
public function setAwayPaths(array $away_paths) {
|
||||
$this->awayPaths = $away_paths;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAwayPaths() {
|
||||
return $this->awayPaths;
|
||||
}
|
||||
|
||||
final public function setCommitIdentifier($commit) {
|
||||
$this->commitIdentifier = $commit;
|
||||
return $this;
|
||||
@@ -115,6 +126,4 @@ final class DiffusionPathChange {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user