public class Project extends Object
Constructor and Description |
---|
Project() |
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getDefaultBranch()
public void setDefaultBranch(String defaultBranch)
public String getDescription()
public void setDescription(String description)
public String getHttpUrlToRepo()
public void setHttpUrlToRepo(String httpUrlToRepo)
public Integer getId()
public void setId(Integer id)
public Boolean getIssuesEnabled()
public void setIssuesEnabled(Boolean issuesEnabled)
public Date getLastActivityAt()
public void setLastActivityAt(Date lastActivityAt)
public Boolean getMergeRequestsEnabled()
public void setMergeRequestsEnabled(Boolean mergeRequestsEnabled)
public String getName()
public void setName(String name)
public String getNameWithNamespace()
public void setNameWithNamespace(String nameWithNamespace)
public Namespace getNamespace()
public void setNamespace(Namespace namespace)
public Owner getOwner()
public void setOwner(Owner owner)
public String getPath()
public void setPath(String path)
public String getPathWithNamespace()
public void setPathWithNamespace(String pathWithNamespace)
public Boolean getPublic()
public void setPublic(Boolean isPublic)
public Boolean getSnippetsEnabled()
public void setSnippetsEnabled(Boolean snippetsEnabled)
public String getSshUrlToRepo()
public void setSshUrlToRepo(String sshUrlToRepo)
public Integer getVisibilityLevel()
public void setVisibilityLevel(Integer visibilityLevel)
public Boolean getWallEnabled()
public void setWallEnabled(Boolean wallEnabled)
public String getWebUrl()
public void setWebUrl(String webUrl)
public Boolean getWikiEnabled()
public void setWikiEnabled(Boolean wikiEnabled)
public static final boolean isValid(Project project)
Copyright © 2015. All rights reserved.