Git Integration for Jira Self-Managed (Data Center/Server) Documentation

Contact Support
GitKraken Status  

Class Repository

All implemented interfaces :

  • com.bigbrassband.jira.git.services.props.GProperties

Summary

Constructors

Visibility Signature
public Repository()
public Repository( Integer id, String displayName)
public Repository(com.bigbrassband.jira.git.services.gitmanager.GitManager repository, IntegrationType integrationType, boolean isShort)

Methods

Type and modifiers Method signature
public String getApiFilter()
public String getApiPath()
public String getAwsRegion()
public String getBranchLinkFormat()
public String getChangesetFormat()
public Boolean getCreateInitialCommit()
public String getDisplayName()
public Boolean getEnableFetches()
public com.bigbrassband.jira.git.utils.EncryptedString getEncryptedPassword()
public com.bigbrassband.jira.git.utils.EncryptedString getEncryptedPat()
public String getFileAddedFormat()
public String getFileDeletedFormat()
public String getFileModifiedFormat()
public Integer getFolderDepth()
public String getGitLabScanQueryParams()
public String getGroup()
public Integer getId()
public Date getInitDate()
public IntegrationType getIntegrationType()
public Date getLastIndexedDate()
public String getMainBranch()
public Integer getMaxMinsToCommitEmail()
public String getMergeRequestFormat()
public String getOrigin()
public String getPassword()
public String getPat()
public Set < Long > getProjectMappingIds()
public String getRealRoot()
public String getRefSpecCustom()
public com.bigbrassband.jira.git.rest.RepoStatus getRepoStatus()
public String getRepositoryHostingUrl()
public String getRepositoryKey()
public Integer getRevisionCacheSize()
public Boolean getRevisionIndexing()
public String getRoot()
public Boolean getSendCommitEmails()
public Boolean getShowAllTags()
public Integer getSshKeyId()
public com.bigbrassband.jira.git.services.props.GProperties.State getState()
public Boolean getSupportsBranchCreationApi()
public String getSupportsPullRequestApi()
public String getTagsFilter()
public String getTfsCollection()
public Integer getTrackedFolderId()
public String getUsername()
public String getViewFormat()
public String getWebLinkType()
public Boolean isAbsoluteRoot()
public Boolean isCommitsValidationRequired()
public Boolean isDisableSslVerification()
public Boolean isDisabled()
public Boolean isGitViewerEnabled()
public Boolean isGlobal()
public Boolean isHosted()
public Boolean isRefSpecChanges()
public Boolean isRefSpecHeads()
public Boolean isRefSpecNotes()
public Boolean isRefSpecTags()
public Boolean isRequireUserPat()
public Boolean isSmartCommitsEnabled()
public Boolean isSourcesDiffViewEnabled()
public Boolean isTrustFolderStat()
public void setAbsoluteRoot( Boolean absoluteRoot)
public void setApiFilter( String apiFilter)
public void setApiPath( String apiPath)
public void setAwsRegion( String awsRegion)
public void setBranchLinkFormat( String branchLinkFormat)
public void setChangesetFormat( String changesetFormat)
public void setCommitsValidationRequired( Boolean commitsValidationRequired)
public void setCreateInitialCommit( Boolean createInitialCommit)
public void setDisableSslVerification( Boolean disableSslVerification)
public void setDisabled( Boolean disabled)
public void setDisplayName( String displayName)
public void setEnableFetches( Boolean enableFetches)
public void setEncryptedPassword(com.bigbrassband.jira.git.utils.EncryptedString password)
public void setEncryptedPat(com.bigbrassband.jira.git.utils.EncryptedString pat)
public void setFileAddedFormat( String fileAddedFormat)
public void setFileDeletedFormat( String fileDeletedFormat)
public void setFileModifiedFormat( String fileModifiedFormat)
public void setFolderDepth( Integer folderDepth)
public void setGitLabScanQueryParams( String queryParams)
public void setGitViewerEnabled( Boolean gitViewerEnabled)
public void setGlobal( Boolean global)
public void setGroup( String group)
public void setHosted( Boolean hosted)
public void setId( Integer id)
public void setInitDate( Date initDate)
public void setIntegrationType(IntegrationType integrationType)
public void setLastIndexedDate( Date lastIndexedDate)
public void setMainBranch( String mainBranch)
public void setMaxMinsToCommitEmail( Integer maxMinsToCommitEmail)
public void setMergeRequestFormat( String mergeRequestFormat)
public void setOrigin( String origin)
public void setPassword( String password)
public void setPat( String pat)
public void setProjectMappingIds( Set < Long > projectMappingIds)
public void setRealRoot( String realRoot)
public void setRefSpecChanges( Boolean refSpecChanges)
public void setRefSpecCustom( String refSpecCustom)
public void setRefSpecHeads( Boolean refSpecHeads)
public void setRefSpecNotes( Boolean refSpecNotes)
public void setRefSpecTags( Boolean refSpecTags)
public void setRepoStatus(com.bigbrassband.jira.git.rest.RepoStatus repoStatus)
public void setRepositoryHostingUrl( String repositoryHostingUrl)
public void setRepositoryKey( String repositoryKey)
public void setRequireUserPat( Boolean requireUserPat)
public void setRevisionCacheSize( Integer revisionCacheSize)
public void setRevisionIndexing( Boolean revisionIndexing)
public void setRoot( String root)
public void setSendCommitEmails( Boolean sendCommitEmails)
public void setShowAllTags( Boolean showAllTags)
public void setSmartCommitsEnabled( Boolean smartCommitsEnabled)
public void setSourcesDiffViewEnabled( Boolean sourcesDiffViewEnabled)
public void setSshKeyId( Integer sshKeyId)
public void setState(com.bigbrassband.jira.git.services.props.GProperties.State state)
public void setSupportsBranchCreationApi( Boolean supportsBranchCreationApi)
public void setSupportsPullRequestApi( String supportsPullRequestApi)
public void setTagsFilter( String tagsFilter)
public void setTfsCollection( String tfsCollection)
public void setTrackedFolderId( Integer trackedFolderId)
public void setTrustFolderStat( Boolean trustFolderStat)
public void setUsername( String username)
public void setViewFormat( String viewFormat)
public void setWebLinkType( String webLinkType)
public static java.util.function.Function<com.bigbrassband.jira.git.services.gitmanager.GitManager, Repository> toRepositoryTransformer(com.bigbrassband.jira.git.services.gitmanager.MultipleGitRepositoryManager repositoryManager)
public static java.util.function.Function<com.bigbrassband.jira.git.services.gitmanager.GitManager, Repository> toShortFormRepositoryTransformer(com.bigbrassband.jira.git.services.gitmanager.MultipleGitRepositoryManager repositoryManager)

Constructors

Repository()

Repository(Integer, String)

Repository(GitManager, IntegrationType, boolean)

Methods

getApiFilter()

getApiPath()

getAwsRegion()

getBranchLinkFormat()

getChangesetFormat()

getCreateInitialCommit()

getDisplayName()

getEnableFetches()

getEncryptedPassword()

getEncryptedPat()

getFileAddedFormat()

getFileDeletedFormat()

getFileModifiedFormat()

getFolderDepth()

getGitLabScanQueryParams()

getGroup()

getId()

getInitDate()

getIntegrationType()

getLastIndexedDate()

getMainBranch()

getMaxMinsToCommitEmail()

getMergeRequestFormat()

getOrigin()

getPassword()

getPat()

getProjectMappingIds()

getRealRoot()

getRefSpecCustom()

getRepoStatus()

getRepositoryHostingUrl()

getRepositoryKey()

getRevisionCacheSize()

getRevisionIndexing()

getRoot()

getSendCommitEmails()

getShowAllTags()

getSshKeyId()

getState()

getSupportsBranchCreationApi()

getSupportsPullRequestApi()

getTagsFilter()

getTfsCollection()

getTrackedFolderId()

getUsername()

getViewFormat()

getWebLinkType()

isAbsoluteRoot()

isCommitsValidationRequired()

isDisableSslVerification()

isDisabled()

isGitViewerEnabled()

isGlobal()

isHosted()

isRefSpecChanges()

isRefSpecHeads()

isRefSpecNotes()

isRefSpecTags()

isRequireUserPat()

isSmartCommitsEnabled()

isSourcesDiffViewEnabled()

isTrustFolderStat()

setAbsoluteRoot(Boolean)

setApiFilter(String)

setApiPath(String)

setAwsRegion(String)

setBranchLinkFormat(String)

setChangesetFormat(String)

setCommitsValidationRequired(Boolean)

setCreateInitialCommit(Boolean)

setDisableSslVerification(Boolean)

setDisabled(Boolean)

setDisplayName(String)

setEnableFetches(Boolean)

setEncryptedPassword(EncryptedString)

setEncryptedPat(EncryptedString)

setFileAddedFormat(String)

setFileDeletedFormat(String)

setFileModifiedFormat(String)

setFolderDepth(Integer)

setGitLabScanQueryParams(String)

setGitViewerEnabled(Boolean)

setGlobal(Boolean)

setGroup(String)

setHosted(Boolean)

setId(Integer)

setInitDate(Date)

setIntegrationType(IntegrationType)

setLastIndexedDate(Date)

setMainBranch(String)

setMaxMinsToCommitEmail(Integer)

setMergeRequestFormat(String)

setOrigin(String)

setPassword(String)

setPat(String)

setProjectMappingIds(Set)

setRealRoot(String)

setRefSpecChanges(Boolean)

setRefSpecCustom(String)

setRefSpecHeads(Boolean)

setRefSpecNotes(Boolean)

setRefSpecTags(Boolean)

setRepoStatus(RepoStatus)

setRepositoryHostingUrl(String)

setRepositoryKey(String)

setRequireUserPat(Boolean)

setRevisionCacheSize(Integer)

setRevisionIndexing(Boolean)

setRoot(String)

setSendCommitEmails(Boolean)

setShowAllTags(Boolean)

setSmartCommitsEnabled(Boolean)

setSourcesDiffViewEnabled(Boolean)

setSshKeyId(Integer)

setState(GProperties.State)

setSupportsBranchCreationApi(Boolean)

setSupportsPullRequestApi(String)

setTagsFilter(String)

setTfsCollection(String)

setTrackedFolderId(Integer)

setTrustFolderStat(Boolean)

setUsername(String)

setViewFormat(String)

setWebLinkType(String)

toRepositoryTransformer(MultipleGitRepositoryManager)

toShortFormRepositoryTransformer(MultipleGitRepositoryManager)

Have feedback about this article? Did we miss something? Let us know!
On this page