| Interface | Description |
|---|---|
| IGitAPI |
Encapsulates Git operations on a particular directory through git(1).
|
| Class | Description |
|---|---|
| Branch | |
| BranchSpec |
A specification of branches to build.
|
| GitAPI | |
| GitChangeLogParser |
Parse the git log
|
| GitChangeSet |
Represents a change set.
|
| GitChangeSet.Path | |
| GitChangeSetList |
List of changeset that went into a particular build.
|
| GitObject | |
| GitPublisher | |
| GitPublisher.BranchToPush | |
| GitPublisher.DescriptorImpl | |
| GitPublisher.PushConfig | |
| GitPublisher.TagToPush | |
| GitRepository |
Git repository config.
|
| GitRevisionBuildParameters |
Build parameter in the parameterized build trigger to pass the Git commit to the downstream build
(to do something else on the same commit.)
|
| GitRevisionBuildParameters.DescriptorImpl | |
| GitSCM |
Git SCM.
|
| GitSCM.DescriptorImpl | |
| GitStatus |
Information screen for the use of Git in Hudson.
|
| GitStatus.HudsonAbstractProjectListener |
Handle standard
AbstractProject instances with a standard
SCMTrigger. |
| GitStatus.Listener |
Other plugins may be interested in listening for these updates.
|
| GitStatus.MessageResponseContributor |
A response contributor that just adds a simple message to the body.
|
| GitStatus.ResponseContributor |
Contributes to a
GitStatus.doNotifyCommit(String, String) response. |
| GitTool |
Information about Git installation.
|
| GitTool.DescriptorImpl | |
| IndexEntry |
An Entry in the Index / Tree
|
| Messages | |
| PluginImpl |
Plugin entry point.
|
| Revision |
A Revision is a SHA1 in the object tree, and the collection of branches
that share this ID.
|
| RevisionParameterAction |
Used as a build parameter to specify the revision to be built.
|
| SubmoduleCombinator |
A common usecase for git submodules is to have child submodules, and a parent 'configuration' project that ties the
correct versions together.
|
| SubmoduleConfig | |
| Tag |
| Exception | Description |
|---|---|
| GitException |
Copyright © 2004-2015 Hudson. All Rights Reserved.