public class GitlabBranch extends Object
Constructor and Description |
---|
GitlabBranch() |
Modifier and Type | Method and Description |
---|---|
GitlabBranchCommit |
getCommit() |
String |
getName() |
boolean |
isProtected() |
void |
setCommit(GitlabBranchCommit commit) |
void |
setName(String name) |
void |
setProtected(boolean isProtected) |
public static final String URL
public String getName()
public void setName(String name)
public GitlabBranchCommit getCommit()
public void setCommit(GitlabBranchCommit commit)
public boolean isProtected()
public void setProtected(boolean isProtected)
Copyright © 2019. All rights reserved.