Bart\GitHook\GitHookConfig::jiraCommentTemplate PHP 메소드

jiraCommentTemplate() 공개 메소드

public jiraCommentTemplate ( ) : string
리턴 string Template string to be sent to sprintf
    public function jiraCommentTemplate()
    {
        return $this->getValue('jira', 'comment_template');
    }