- 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.