Skip navigation links
A C D E G I L N S V 

A

addAliases() - Static method in class com.tsystems.sbs.gitblit.Connector
Used for class and package name retrocompatibility.
addAliases() - Static method in class com.tsystems.sbs.gitblit.Endpoint
Used for class and package name retrocompatibility.
addAliases() - Static method in class com.tsystems.sbs.gitblit.GitBlitConfiguration
Used for class and package name retrocompatibility.
addAliases() - Static method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
Used for class and package name retrocompatibility.
addAliases() - Static method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
Used for class and package name retrocompatibility.
ANONYMOUS - Static variable in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 

C

com.tsystems.sbs.gitblit - package com.tsystems.sbs.gitblit
 
configure(StaplerRequest, JSONObject) - Method in class com.tsystems.sbs.gitblit.GitBlitConfiguration
 
Connector - Class in com.tsystems.sbs.gitblit
Connection utilities.

D

DEFAULT_EXCLUDES - Static variable in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
DEFAULT_INCLUDES - Static variable in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.tsystems.sbs.gitblit.Endpoint.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 
doCheckApiUri(String) - Method in class com.tsystems.sbs.gitblit.Endpoint.DescriptorImpl
 
doCheckName(String) - Method in class com.tsystems.sbs.gitblit.Endpoint.DescriptorImpl
 
doFillCheckoutCredentialsIdItems(Item, String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
Method used by the UI to populate the checkoutCredentialsId element
doFillCheckoutCredentialsIdItems(Item, String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
Method used by the UI to populate the checkoutCredentialsId element
doFillGitblitUriItems() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
Method used by the UI to populate the gitblitUri element
doFillGitblitUriItems() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 
doFillScanCredentialsIdItems(Item, String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
Method used by the UI to populate the scanCredentialsId element
doFillScanCredentialsIdItems(Item, String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
Method used by the UI to populate the scanCredentialsId element

E

Endpoint - Class in com.tsystems.sbs.gitblit
Represents a Gitblit instance to connect to.
Endpoint(String, String) - Constructor for class com.tsystems.sbs.gitblit.Endpoint
Construct an endpoint with the uri of the Gitblit instance and its alias.
Endpoint.DescriptorImpl - Class in com.tsystems.sbs.gitblit
Endpoint descriptor.

G

get() - Static method in class com.tsystems.sbs.gitblit.GitBlitConfiguration
 
getApiUri() - Method in class com.tsystems.sbs.gitblit.Endpoint
 
getCheckoutCredentialsId() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getCheckoutCredentialsId() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
getCredentialsId() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
getDescription() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
getDisplayName() - Method in class com.tsystems.sbs.gitblit.Endpoint.DescriptorImpl
 
getDisplayName() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
getDisplayName() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 
getEndpoints() - Method in class com.tsystems.sbs.gitblit.GitBlitConfiguration
 
getExcludes() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getGitblitUri() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getGitblitUri() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
getIncludes() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getName() - Method in class com.tsystems.sbs.gitblit.Endpoint
 
getPattern() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getPronoun() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
getRefSpecs() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
getRemote() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
This dictates where the specific URL from which the source will be retrieved.
getScanCredentialsId() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
getScanCredentialsId() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
getTraits() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 
GitBlitConfiguration - Class in com.tsystems.sbs.gitblit
Represents the global settings of the Gitblit Organization plugin, accessible via Jenkins UI (Manage Jenkins - Configure Systems)
GitBlitConfiguration() - Constructor for class com.tsystems.sbs.gitblit.GitBlitConfiguration
 
GitBlitSCMNavigator - Class in com.tsystems.sbs.gitblit
Navigates the repositories of the Gitblit instances, identifies the suitable ones and then synchronizes the organization.
GitBlitSCMNavigator(String, String, String) - Constructor for class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
Constructs a GitBlitSCMNavigator which scans Gitblit repositories.
GitBlitSCMNavigator.DescriptorImpl - Class in com.tsystems.sbs.gitblit
Our descriptor.
GitBlitSCMSource - Class in com.tsystems.sbs.gitblit
Represents a Git repository hosted in Gitblit and the criteria to retrieve its contents into Jenkins.
GitBlitSCMSource(String, String, String, String, String, String, String) - Constructor for class com.tsystems.sbs.gitblit.GitBlitSCMSource
Construct a GitblitSCMSource which represents a GitBlit repository.
GitBlitSCMSource.DescriptorImpl - Class in com.tsystems.sbs.gitblit
SCMSource descriptor.

I

id() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
isGitblitUriSelectable() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
isGitblitUriSelectable() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
isGitblitUriSelectable() - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 

L

listCheckoutCredentials(Item, String) - Static method in class com.tsystems.sbs.gitblit.Connector
Populates a ListBoxModel with the checkout credentials appropriate for the supplied context against the supplied API endpoint.
listScanCredentials(Item, String) - Static method in class com.tsystems.sbs.gitblit.Connector
Populates a ListBoxModel with the scan credentials appropriate for the supplied context against the supplied API endpoint.
lookupScanCredentials(Item, String, String) - Static method in class com.tsystems.sbs.gitblit.Connector
Resolves the specified scan credentials in the specified context for use against the specified API endpoint.

N

newInstance(String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 

S

SAME - Static variable in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator.DescriptorImpl
 
SAME - Static variable in class com.tsystems.sbs.gitblit.GitBlitSCMSource.DescriptorImpl
 
setEndpoints(List<Endpoint>) - Method in class com.tsystems.sbs.gitblit.GitBlitConfiguration
 
setExcludes(String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
setIncludes(String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
setPattern(String) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
setProxy(String) - Static method in class com.tsystems.sbs.gitblit.Connector
 
setTraits(List<SCMSourceTrait>) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMSource
 

V

visitSources(SCMSourceObserver) - Method in class com.tsystems.sbs.gitblit.GitBlitSCMNavigator
 
A C D E G I L N S V 
Skip navigation links

Copyright © 2016–2019. All rights reserved.