Added pull request remote branch to GUI.
This commit is contained in:
parent
429405809e
commit
3400271bc5
9 changed files with 118 additions and 22 deletions
|
|
@ -711,6 +711,22 @@ class Build extends Model
|
|||
return '#';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get remote branch (from pull request) from another source (i.e. Github)
|
||||
*/
|
||||
public function getRemoteBranch()
|
||||
{
|
||||
return $this->getExtra('remote_branch');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get link to remote branch (from pull request) from another source (i.e. Github)
|
||||
*/
|
||||
public function getRemoteBranchLink()
|
||||
{
|
||||
return '#';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get link to tag from another source (i.e. Github)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue