class RepoSource extends Model (View source)

Properties

string $branchName
string $commitSha
string $dir
string $projectId
string $repoName
string $tagName

Methods

setBranchName($branchName)

No description

string
getBranchName()

No description

setCommitSha($commitSha)

No description

string
getCommitSha()

No description

setDir($dir)

No description

string
getDir()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setRepoName($repoName)

No description

string
getRepoName()

No description

setTagName($tagName)

No description

string
getTagName()

No description

Details

setBranchName($branchName)

No description

Parameters

$branchName

string getBranchName()

No description

Return Value

string

setCommitSha($commitSha)

No description

Parameters

$commitSha

string getCommitSha()

No description

Return Value

string

setDir($dir)

No description

Parameters

$dir

string getDir()

No description

Return Value

string

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setRepoName($repoName)

No description

Parameters

$repoName

string getRepoName()

No description

Return Value

string

setTagName($tagName)

No description

Parameters

$tagName

string getTagName()

No description

Return Value

string