- cachedResizedImageOf(String, String) - Method in class jenkins.scm.api.metadata.AvatarMetadataAction
-
Helper method to resolve an external image, cache it and resize it to the specified size.
- canProbe() - Method in class jenkins.scm.api.SCMSource
-
- categories - Variable in class jenkins.scm.api.SCMNavigatorDescriptor
-
- categories - Variable in class jenkins.scm.api.SCMSourceDescriptor
-
- ChangeRequestAction - Class in jenkins.scm.api.actions
-
- ChangeRequestAction() - Constructor for class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- ChangeRequestCheckoutStrategy - Enum in jenkins.scm.api.mixin
-
The various strategies that can be used when checking out a change request.
- ChangeRequestSCMHead - Interface in jenkins.scm.api.mixin
-
Mixin interface to identify
SCMHead instances that correspond to a change request.
- ChangeRequestSCMHead2 - Interface in jenkins.scm.api.mixin
-
Additional attributes of a
ChangeRequestSCMHead that should have been in the original mixin but we are not
targeting Java 8 so we cannot add the default methods to the interface and must have an ugly
2 class instead.
- ChangeRequestSCMHeadCategory - Class in jenkins.scm.impl
-
- ChangeRequestSCMHeadCategory(Localizable) - Constructor for class jenkins.scm.impl.ChangeRequestSCMHeadCategory
-
- ChangeRequestSCMHeadCategory_DisplayName() - Static method in class jenkins.scm.impl.Messages
-
Key ChangeRequestSCMHeadCategory.DisplayName: Change
requests.
- ChangeRequestSCMRevision<H extends SCMHead & ChangeRequestSCMHead> - Class in jenkins.scm.api.mixin
-
- ChangeRequestSCMRevision(H, SCMRevision) - Constructor for class jenkins.scm.api.mixin.ChangeRequestSCMRevision
-
Constructor.
- changesSince(SCMRevision, OutputStream) - Method in class jenkins.scm.api.SCMFileSystem
-
- checkInterrupt() - Method in class jenkins.scm.api.SCMNavigator
-
- checkInterrupt() - Method in class jenkins.scm.api.SCMSource
-
- checkTrusted(S, H) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
- checkTrusted(S, R) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
- child(String) - Method in class jenkins.scm.api.SCMFile
-
Constructs a child/descendant
SCMFile instance path relative from this object.
- child(String) - Method in class jenkins.scm.api.SCMFileSystem
-
Short for getRoot().child(path).
- children() - Method in class jenkins.scm.api.SCMFile
-
If this object represents a directory, lists up all the immediate children.
- close() - Method in class jenkins.scm.api.SCMFileSystem
- close() - Method in class jenkins.scm.api.trait.SCMNavigatorRequest
- close() - Method in class jenkins.scm.api.trait.SCMSourceRequest
- closeExecutorService() - Static method in class jenkins.scm.api.SCMEvent
-
Shutdown the timer and throw it away.
- collect(Iterable<SCMSource>) - Static method in class jenkins.scm.api.SCMHeadCategory
-
- collect() - Static method in class jenkins.scm.api.SCMHeadObserver
-
Creates an observer that collects all the heads and revisions.
- collect(Iterable<SCMNavigator>) - Static method in class jenkins.scm.api.SCMSourceCategory
-
- collectAndSimplify(Iterable<SCMSource>) - Static method in class jenkins.scm.api.SCMHeadCategory
-
- collectAndSimplify(Iterable<SCMNavigator>) - Static method in class jenkins.scm.api.SCMSourceCategory
-
- Collector() - Constructor for class jenkins.scm.api.SCMHeadObserver.Collector
-
- commonDefaultPorts() - Static method in class jenkins.scm.api.SCMUri
-
Returns the common default ports.
- compareTo(SCMHead) - Method in class jenkins.scm.api.SCMHead
- complete() - Method in class jenkins.scm.api.SCMSourceObserver.ProjectObserver
-
To be called when finished defining one project.
- complete() - Method in class jenkins.scm.impl.NoOpProjectObserver
-
To be called when finished defining one project.
- content() - Method in class jenkins.scm.api.SCMFile
-
Reads the content of this file.
- contentAsBytes() - Method in class jenkins.scm.api.SCMFile
-
A convenience method that reads the content and then turns it into a byte array.
- contentAsString() - Method in class jenkins.scm.api.SCMFile
-
A convenience method that reads the content and then turns it into a string.
- contentEncoding() - Method in class jenkins.scm.api.SCMFile
-
Encoding of this file.
- contentMimeType() - Method in class jenkins.scm.api.SCMFile
-
Returns the MIME type of this file.
- ContributorMetadataAction - Class in jenkins.scm.api.metadata
-
- ContributorMetadataAction(String, String, String) - Constructor for class jenkins.scm.api.metadata.ContributorMetadataAction
-
- create(String) - Method in interface jenkins.scm.api.trait.SCMNavigatorRequest.AttributeLambda
-
Creates the attributes map for the named project.
- create(String) - Method in interface jenkins.scm.api.trait.SCMNavigatorRequest.SourceLambda
-
- create() - Method in interface jenkins.scm.api.trait.SCMSourceRequest.IntermediateLambda
-
- create(H, I) - Method in interface jenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda
-
- create(H, I) - Method in interface jenkins.scm.api.trait.SCMSourceRequest.ProbeLambda
-
- create(H) - Method in interface jenkins.scm.api.trait.SCMSourceRequest.RevisionLambda
-
- createCategories() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
- createCategories() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
- createFor(Item) - Method in class jenkins.scm.impl.SCM2TransientActionFactory
- createProbe(SCMHead, SCMRevision) - Method in class jenkins.scm.api.SCMSource
-
- criteria() - Method in class jenkins.scm.api.trait.SCMSourceContext
-
Returns the (possibly empty) list of criteria that must be met by a candidate
SCMHead.
- fetch(O, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches the latest heads and corresponding revisions.
- fetch(SCMSourceCriteria, O, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches the latest heads and corresponding revisions.
- fetch(SCMSourceCriteria, O, SCMHeadEvent<?>, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches the latest heads and corresponding revisions scoped against a specific event.
- fetch(O, SCMHeadEvent<?>, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches the latest heads and corresponding revisions scoped against a specific event.
- fetch(TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches the current list of heads.
- fetch(SCMHead, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Gets the current head revision of the specified head.
- fetch(String, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
- fetch(String, TaskListener, Item) - Method in class jenkins.scm.api.SCMSource
-
Looks up a specific thingName based on some SCM-specific set of permissible syntaxes.
- fetchActions(SCMNavigatorOwner, SCMNavigatorEvent, TaskListener) - Method in class jenkins.scm.api.SCMNavigator
-
Fetches any actions that should be persisted for objects related to the specified owner.
- fetchActions(SCMRevision, SCMHeadEvent, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches any actions that should be persisted for objects related to the specified revision.
- fetchActions(SCMHead, SCMHeadEvent, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches any actions that should be persisted for objects related to the specified head.
- fetchActions(SCMSourceEvent, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Fetches any actions that should be persisted for objects related to the specified source.
- fetchRevisions(TaskListener) - Method in class jenkins.scm.api.SCMSource
-
- fetchRevisions(TaskListener, Item) - Method in class jenkins.scm.api.SCMSource
-
- filter(SCMSource, O) - Method in class jenkins.scm.api.SCMHeadEvent
-
Wraps a
SCMHeadObserver such that the wrapped observer will only observe
SCMHead instances
mentioned in this event.
- filter(O, SCMHead...) - Static method in class jenkins.scm.api.SCMHeadObserver
-
Creates an observer that filters a delegates observer to the specified heads
- Filter(O, SCMHead...) - Constructor for class jenkins.scm.api.SCMHeadObserver.Filter
-
Constructor.
- filter(O, String...) - Static method in class jenkins.scm.api.SCMSourceObserver
-
Creates an observer that filters a delegates observer to the specified project names
- Filter(O, String...) - Constructor for class jenkins.scm.api.SCMSourceObserver.Filter
-
Constructor.
- filters() - Method in class jenkins.scm.api.trait.SCMNavigatorContext
-
- filters() - Method in class jenkins.scm.api.trait.SCMSourceContext
-
- find(Iterable<?>, Class<T>) - Static method in class jenkins.scm.api.trait.SCMTrait
-
Finds the trait of the required type.
- findHead(Item) - Static method in class jenkins.scm.api.SCMHead.HeadByItem
-
Runs all registered implementations.
- findSource(Item) - Static method in class jenkins.scm.api.SCMSource.SourceByItem
-
Runs all registered implementations.
- fire(SCMEventListener, E) - Method in class jenkins.scm.api.SCMEvent.Dispatcher
-
- fireLater(SCMHeadEvent<?>, long, TimeUnit) - Static method in class jenkins.scm.api.SCMHeadEvent
-
- fireLater(SCMNavigatorEvent<?>, long, TimeUnit) - Static method in class jenkins.scm.api.SCMNavigatorEvent
-
- fireLater(SCMSourceEvent<?>, long, TimeUnit) - Static method in class jenkins.scm.api.SCMSourceEvent
-
- fireNow(SCMHeadEvent<?>) - Static method in class jenkins.scm.api.SCMHeadEvent
-
- fireNow(SCMNavigatorEvent<?>) - Static method in class jenkins.scm.api.SCMNavigatorEvent
-
- fireNow(SCMSourceEvent<?>) - Static method in class jenkins.scm.api.SCMSourceEvent
-
- first(SCMHeadObserver...) - Static method in class jenkins.scm.api.SCMHeadObserver
-
Wraps multiple observers returning a combined observer that remains observing until one of the wrapped observers
stops observing.
- Fork(String) - Constructor for class jenkins.scm.api.SCMHeadOrigin.Fork
-
Creates a fork origin instance.
- FormTagLib - Interface in jenkins.scm.api
-
- forOwner(SCMSourceOwner) - Static method in class jenkins.scm.api.SCMSourceDescriptor
-
- forOwner(SCMSourceOwner, boolean) - Static method in class jenkins.scm.api.SCMSourceDescriptor
-
- forOwner(Class<? extends SCMSourceOwner>) - Static method in class jenkins.scm.api.SCMSourceDescriptor
-
- forOwner(Class<? extends SCMSourceOwner>, boolean) - Static method in class jenkins.scm.api.SCMSourceDescriptor
-
- fromAlternativePath(String) - Static method in class jenkins.scm.api.SCMProbeStat
-
- fromSCMFileSystem(SCMHead, SCMRevision) - Method in class jenkins.scm.api.SCMSource
-
- fromType(SCMFile.Type) - Static method in class jenkins.scm.api.SCMProbeStat
-
- fromUrl(String, String...) - Static method in class jenkins.scm.api.SCMName
-
Makes best effort to guess a "sensible" display name from the hostname in the URL.
- fromUrl(String, List<String>) - Static method in class jenkins.scm.api.SCMName
-
Makes best effort to guess a "sensible" display name from the hostname in the URL.
- getAction(Class<T>) - Method in class jenkins.scm.api.SCMHead
-
- getAllActions() - Method in class jenkins.scm.api.SCMHead
-
- getAlternativePath() - Method in class jenkins.scm.api.SCMProbeStat
-
- getAuthor() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getAuthorDisplayName() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getAuthorEmail() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getAvatarDescription() - Method in class jenkins.scm.api.metadata.AvatarMetadataAction
-
Returns the description to use for the tool tip of the avatar of this object.
- getAvatarIconClassName() - Method in class jenkins.scm.api.metadata.AvatarMetadataAction
-
Returns the Icon class specification for the avatar of this object
- getAvatarImageOf(String) - Method in class jenkins.scm.api.metadata.AvatarMetadataAction
-
Returns the URL of the avatar of this object in the requested size or null if there is no avatar for
this object.
- getBuilderClass() - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- getBuilderClass() - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- getCategories() - Method in class jenkins.scm.api.SCMNavigator
-
- getCategories() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
- getCategories() - Method in class jenkins.scm.api.SCMSource
-
- getCategories() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
- getCategoryId() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
- getCheckoutStrategy() - Method in interface jenkins.scm.api.mixin.ChangeRequestSCMHead2
-
- getContext() - Method in class jenkins.scm.api.SCMSourceObserver
-
Indicates who is asking for sources.
- getContext() - Method in class jenkins.scm.api.SCMSourceObserver.Wrapped
-
Indicates who is asking for sources.
- getContextClass() - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- getContextClass() - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- getContributor() - Method in class jenkins.scm.api.metadata.ContributorMetadataAction
-
Username of author of the proposed change.
- getContributorDisplayName() - Method in class jenkins.scm.api.metadata.ContributorMetadataAction
-
Human name of author of proposed change.
- getContributorEmail() - Method in class jenkins.scm.api.metadata.ContributorMetadataAction
-
Email address of author of proposed change.
- getCriteria() - Method in class jenkins.scm.api.SCMSource
-
Returns the branch criteria.
- getCriteria() - Method in class jenkins.scm.api.trait.SCMSourceRequest
-
- getDate() - Method in class jenkins.scm.api.SCMEvent
-
Gets the timestamp of the event as a
Date.
- getDescription() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
- getDescriptor() - Method in class jenkins.scm.api.SCMNavigator
- getDescriptor() - Method in class jenkins.scm.api.SCMSource
- getDescriptor() - Method in class jenkins.scm.api.trait.SCMHeadAuthority
- getDescriptor() - Method in class jenkins.scm.api.trait.SCMNavigatorTrait
- getDescriptor() - Method in class jenkins.scm.api.trait.SCMSourceTrait
- getDescriptor() - Method in class jenkins.scm.api.trait.SCMTrait
- getDisplayName() - Method in class jenkins.scm.api.SCMCategory
-
Get the term used in the UI to represent a collection of things in this kind of
SCMCategory.
- getDisplayName() - Method in class jenkins.scm.impl.avatars.AvatarCache
- getDisplayName() - Method in class jenkins.scm.impl.SingleSCMNavigator.DescriptorImpl
-
- getDisplayName() - Method in class jenkins.scm.impl.SingleSCMSource.DescriptorImpl
- getDisplayName() - Method in class jenkins.scm.impl.trait.RegexSCMHeadFilterTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.scm.impl.trait.RegexSCMSourceFilterTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.scm.impl.trait.WildcardSCMHeadFilterTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.scm.impl.trait.WildcardSCMSourceFilterTrait.DescriptorImpl
- getExcludes() - Method in class jenkins.scm.impl.trait.WildcardSCMHeadFilterTrait
-
Returns the exclude rules.
- getExcludes() - Method in class jenkins.scm.impl.trait.WildcardSCMSourceFilterTrait
-
Returns the exclude rules.
- getHead(Item) - Method in class jenkins.scm.api.SCMHead.HeadByItem
-
Checks whether a given item corresponds to a particular SCM head.
- getHead() - Method in class jenkins.scm.api.SCMRevision
-
- getIconClassName() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
Get the Item's Icon class specification e.g.
- getIconClassName() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
- getIconFileName() - Method in class jenkins.scm.impl.avatars.AvatarCache
- getIconFilePathPattern() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
Represents a file path pattern to get the Item icon in different sizes.
- getId() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getId() - Method in interface jenkins.scm.api.mixin.ChangeRequestSCMHead
-
Identifier of this change request.
- getId() - Method in class jenkins.scm.api.SCMNavigator
-
Returns the ID of the thing being navigated.
- getId() - Method in class jenkins.scm.api.SCMSource
-
The ID of this source.
- getId(SCMSource) - Method in class jenkins.scm.api.SCMSourceDescriptor
-
Return or generate the ID for a source instance.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver.AllFinished
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver.Filter
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver.OneFinished
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver.Selector
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMHeadObserver.Wrapped
-
Returns the subset of
SCMHead instances that this observer is interested in or
null if
interested in all
SCMHead instances.
- getIncludes() - Method in class jenkins.scm.api.SCMSourceObserver.Filter
-
Returns the subset of "project" names that this observer is interested in or null if
interested in all "project" names.
- getIncludes() - Method in class jenkins.scm.api.SCMSourceObserver
-
Returns the subset of "project" names that this observer is interested in or null if
interested in all "project" names.
- getIncludes() - Method in class jenkins.scm.api.SCMSourceObserver.Wrapped
-
Returns the subset of "project" names that this observer is interested in or null if
interested in all "project" names.
- getIncludes() - Method in class jenkins.scm.impl.trait.WildcardSCMHeadFilterTrait
-
Returns the include rules.
- getIncludes() - Method in class jenkins.scm.impl.trait.WildcardSCMSourceFilterTrait
-
Returns the include rules.
- getItemActions(SCMTriggerItem) - Method in class jenkins.scm.api.SCM2
-
- getListener() - Method in class jenkins.scm.api.SCMSourceObserver
-
Provides a way of reporting progress.
- getListener() - Method in class jenkins.scm.api.SCMSourceObserver.Wrapped
-
Provides a way of reporting progress.
- getName() - Method in interface jenkins.scm.api.mixin.SCMHeadMixin
-
Returns the name.
- getName() - Method in class jenkins.scm.api.SCMCategory
-
Gets the url path component to use when building URLs from categories.
- getName() - Method in class jenkins.scm.api.SCMFile
-
Gets the file name of this file without any path portion, such as just "foo.txt"
- getName() - Method in class jenkins.scm.api.SCMHead
-
Returns the name.
- getName() - Method in class jenkins.scm.api.SCMHeadOrigin.Fork
-
Gets the name of this fork.
- getName() - Method in class jenkins.scm.impl.form.NamedArrayList
-
Gets the associate name.
- getName() - Method in class jenkins.scm.impl.SingleSCMNavigator
-
- getName() - Method in class jenkins.scm.impl.SingleSCMSource
-
- getNavigatorClass() - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- getObjectDescription() - Method in class jenkins.scm.api.metadata.ObjectMetadataAction
-
Returns the description of the object or null.
- getObjectDisplayName() - Method in class jenkins.scm.api.metadata.ObjectMetadataAction
-
Returns the display name of the object or null.
- getObjectUrl() - Method in class jenkins.scm.api.metadata.ObjectMetadataAction
-
Returns the external url of the object or null if the object does not have an external url.
- getOrigin() - Method in interface jenkins.scm.api.mixin.SCMHeadMixin
-
Returns the origin of the head.
- getOrigin() - Method in class jenkins.scm.api.SCMEvent
-
Gets the origin of the event, e.g.
- getOrigin() - Method in class jenkins.scm.api.SCMHead
-
Returns the origin of the head.
- getOriginName() - Method in interface jenkins.scm.api.mixin.ChangeRequestSCMHead2
-
Returns the name of the actual head on the source control system which may or may not be different from
SCMHeadMixin.getName().
- getOwner() - Method in class jenkins.scm.api.SCMSource
-
Gets the owner.
- getPath() - Method in class jenkins.scm.api.SCMFile
-
Gets the file name including the path portion, such as "foo/bar/manchu.txt".
- getPayload() - Method in class jenkins.scm.api.SCMEvent
-
Gets the provider specific event payload.
- getPronoun() - Method in class jenkins.scm.api.SCMHead
-
Get the term used in the UI to represent this kind of
SCMHead.
- getPronoun() - Method in class jenkins.scm.api.SCMNavigator
-
Get the term used in the UI to represent this kind of
SCMNavigator.
- getPronoun() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
Get the term used in the UI to represent this kind of
SCMNavigator.
- getPronoun() - Method in class jenkins.scm.api.SCMSource
-
Get the term used in the UI to represent this kind of
SCMSource.
- getPronoun() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
Get the term used in the UI to represent this kind of
SCMSource.
- getRegex() - Method in class jenkins.scm.impl.trait.RegexSCMHeadFilterTrait
-
Gets the regular expression.
- getRegex() - Method in class jenkins.scm.impl.trait.RegexSCMSourceFilterTrait
-
Gets the regular expression.
- getRevision() - Method in class jenkins.scm.api.SCMFileSystem
-
If this inspector is looking at the specific commit,
returns that revision.
- getRevision() - Method in class jenkins.scm.api.SCMHeadObserver.Any
-
Returns the result.
- getRevision() - Method in class jenkins.scm.api.SCMRevisionAction
-
- getRevision(Actionable) - Static method in class jenkins.scm.api.SCMRevisionAction
-
- getRevision(SCMSource, Actionable) - Static method in class jenkins.scm.api.SCMRevisionAction
-
- getRoot() - Method in class jenkins.scm.api.SCMFileSystem
-
Returns the
SCMFile object that represents the root directory of the repository.
- getRoot() - Method in class jenkins.scm.api.SCMSourceCriteria.Probe
-
Returns the
SCMFile of the root of this head candidate if such deep introspection can be
cheaply provided by the version control system in question.
- getScm() - Method in class jenkins.scm.impl.SingleSCMSource
-
- getScmClass() - Method in class jenkins.scm.api.trait.SCMTraitDescriptor
-
Returns the type of
SCM that this
SCMTrait is applicable to.
- getSCMDescriptors(SCMSourceOwner) - Static method in class jenkins.scm.impl.SingleSCMSource.DescriptorImpl
-
Returns the
SCMDescriptor instances that are appropriate for the current context.
- getSCMHeadClass() - Method in class jenkins.scm.api.SCMHeadMigration
-
Gets the
SCMHead that the migration applies to.
- getSCMNavigators() - Method in interface jenkins.scm.api.SCMNavigatorOwner
-
Returns the
SCMNavigator instances that this item is consuming.
- getSCMRevisionClass() - Method in class jenkins.scm.api.SCMHeadMigration
-
- getSCMSource(String) - Method in interface jenkins.scm.api.SCMSourceOwner
-
- getSCMSourceClass() - Method in class jenkins.scm.api.SCMHeadMigration
-
Gets the
SCMSource that the migration applies to.
- getSCMSourceCriteria(SCMSource) - Method in interface jenkins.scm.api.SCMSourceOwner
-
Returns the criteria for determining if a candidate head is relevant for consumption.
- getSCMSources() - Method in interface jenkins.scm.api.SCMSourceOwner
-
Returns the
SCMSource instances that this item is consuming.
- getSource(Item) - Method in class jenkins.scm.api.SCMSource.SourceByItem
-
Checks whether a given item corresponds to a particular
SCMSource.
- getSourceClass() - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- getSourceClass() - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- getSourceId() - Method in class jenkins.scm.api.SCMRevisionAction
-
- getSourceName() - Method in class jenkins.scm.api.SCMHeadEvent
-
Returns the name of the
SCMSource, such as a repository name within an organization; may be used as an
Item.getName().
- getSourceName() - Method in class jenkins.scm.api.SCMSourceEvent
-
Returns the name of the
SCMSource, such as a repository name within an organization; may be used as an
Item.getName().
- getSources() - Method in class jenkins.scm.impl.SingleSCMNavigator
-
- getTarget() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getTarget() - Method in interface jenkins.scm.api.mixin.ChangeRequestSCMHead
-
Branch to which this change would be merged or applied if it were accepted.
- getTarget() - Method in class jenkins.scm.api.mixin.ChangeRequestSCMRevision
-
- getTimestamp() - Method in interface jenkins.scm.api.mixin.TagSCMHead
-
Returns the timestamp of the tag.
- getTimestamp() - Method in class jenkins.scm.api.SCMEvent
-
- getTitle() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getTraits() - Method in class jenkins.scm.api.SCMNavigator
-
Gets the traits for this navigator.
- getTraits() - Method in class jenkins.scm.api.SCMSource
-
Gets the traits for this source.
- getTraitsDefaults() - Method in class jenkins.scm.api.SCMNavigatorDescriptor
-
Returns the default traits for this
SCMSource.
- getTraitsDefaults() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
Returns the default traits for this
SCMSource.
- getTrustedRevision(SCMRevision, TaskListener) - Method in class jenkins.scm.api.SCMSource
-
Enables a source to request that an alternative revision be used to obtain security-sensitive build instructions.
- getType() - Method in class jenkins.scm.api.SCMEvent
-
Gets the type of event.
- getType() - Method in class jenkins.scm.api.SCMFile
-
The type of this object.
- getType() - Method in class jenkins.scm.api.SCMProbeStat
-
- getURL() - Method in class jenkins.scm.api.actions.ChangeRequestAction
-
Deprecated.
- getUrlName() - Method in class jenkins.scm.impl.avatars.AvatarCache
- group(C...) - Static method in class jenkins.scm.api.SCMCategory
-
- group(Iterable<C>) - Static method in class jenkins.scm.api.SCMCategory
-
- id() - Method in class jenkins.scm.api.SCMNavigator
-
Generates the ID of the thing being navigated from the configuration of this
SCMNavigator.
- ID - Static variable in class jenkins.scm.impl.NullSCMSource
-
- id() - Method in class jenkins.scm.impl.SingleSCMNavigator
-
- includeCategory(SCMHeadCategory) - Method in class jenkins.scm.api.trait.SCMNavigatorTrait
-
SPI: Override this method to control whether specific
SCMHeadCategory instances are required.
- includeCategory(SCMHeadCategory) - Method in class jenkins.scm.api.trait.SCMSourceTrait
-
SPI: Override this method to control whether specific
SCMHeadCategory instances are required.
- INSTANCE - Static variable in class jenkins.scm.api.SCMHeadObserver.None
-
Singleton.
- instance() - Static method in class jenkins.scm.impl.NoOpProjectObserver
-
Returns the singleton instance.
- isApplicable(Class<? extends SCMSourceOwner>) - Method in class jenkins.scm.api.SCMSourceDescriptor
-
Returns true if this source type is applicable to the given owner.
- isApplicableTo(SCMHead) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
Checks if this authority is relevant to the supplied
SCMHead.
- isApplicableTo(SCMRevision) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
Checks if this authority is relevant to the supplied
SCMRevision.
- isApplicableTo(SCMSourceRequest) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
- isApplicableTo(Class<? extends SCMNavigator>) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableTo(SCMNavigatorDescriptor) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableTo(SCMNavigator) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableTo(Class<? extends SCMSource>) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableTo(SCMSourceDescriptor) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableTo(SCMSource) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableToBuilder(Class<? extends SCMSourceBuilder>) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToBuilder(SCMSourceBuilder<?, ?>) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToBuilder(Class<? extends SCMBuilder>) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableToBuilder(SCMBuilder<?, ?>) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableToContext(Class<? extends SCMNavigatorContext>) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToContext(SCMNavigatorContext) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToContext(Class<? extends SCMSourceContext>) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableToContext(SCMSourceContext) - Method in class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- isApplicableToHead(SCMHead) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToHead(Class<? extends SCMHeadMixin>) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToOrigin(SCMHeadOrigin) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToRequest(SCMSourceRequest) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToRequest(Class<? extends SCMSourceRequest>) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToRevision(SCMRevision) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToRevision(Class<? extends SCMRevision>) - Method in class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- isApplicableToSCM(Class<? extends SCM>) - Method in class jenkins.scm.api.trait.SCMTraitDescriptor
-
Checks if the
SCMTrait is relevant to the specified type of
SCM.
- isApplicableToSCM(SCMDescriptor<?>) - Method in class jenkins.scm.api.trait.SCMTraitDescriptor
-
Checks if the
SCMTrait is relevant to the specified
SCM.
- isApplicableToSource(Class<? extends SCMSource>) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToSource(SCMSourceDescriptor) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isApplicableToSource(SCMSource) - Method in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- isCategoryEnabled(SCMSourceCategory) - Method in class jenkins.scm.api.SCMNavigator
-
Sub-classes can override this method to filter the categories that are available from a specific source.
- isCategoryEnabled(SCMHeadCategory) - Method in class jenkins.scm.api.SCMSource
-
Sub-classes can override this method to filter the categories that are available from a specific source.
- isCategoryEnabled(SCMHeadCategory) - Method in class jenkins.scm.api.trait.SCMNavigatorTrait
-
Checks if the supplied category is required by this trait.
- isCategoryEnabled(SCMHeadCategory) - Method in class jenkins.scm.api.trait.SCMSourceTrait
-
Checks if the supplied category is required by this trait.
- isComplete() - Method in class jenkins.scm.api.trait.SCMSourceRequest
-
- isContentBinary() - Method in class jenkins.scm.api.SCMFile
-
Checks if this file is a binary file.
- isContentText() - Method in class jenkins.scm.api.SCMFile
-
- isDeterministic() - Method in class jenkins.scm.api.SCMRevision
-
Returns true if and only if this revision is deterministic, in other words that repeated checkouts of
this revision will result in the exact same files being checked out.
- isDirectory() - Method in class jenkins.scm.api.SCMFile
-
Returns true if this object represents a directory.
- isExcluded(SCMSourceRequest, SCMHead) - Method in class jenkins.scm.api.trait.SCMHeadFilter
-
- isExcluded(SCMSource, SCMHead) - Method in class jenkins.scm.api.trait.SCMHeadPrefilter
-
- isExcluded(String) - Method in class jenkins.scm.api.trait.SCMNavigatorRequest
-
Tests if the project name is excluded from the request.
- isExcluded(SCMNavigatorRequest, String) - Method in class jenkins.scm.api.trait.SCMSourceFilter
-
- isExcluded(SCMNavigator, String) - Method in class jenkins.scm.api.trait.SCMSourcePrefilter
-
Checks if the supplied project name is excluded from the specified
SCMNavigator.
- isExcluded(SCMHead) - Method in class jenkins.scm.api.trait.SCMSourceRequest
-
Tests if the
SCMHead is excluded from the request.
- isFile() - Method in class jenkins.scm.api.SCMFile
-
Returns true if this object represents a file.
- isFixedRevision() - Method in class jenkins.scm.api.SCMFileSystem
-
Whether this inspector is looking at the specific commit.
- isHead(SCMSourceCriteria.Probe, TaskListener) - Method in interface jenkins.scm.api.SCMSourceCriteria
-
Validates if a potential head is actually a head.
- isMatch(T) - Method in class jenkins.scm.api.SCMCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMatch(T, Iterable<? extends SCMCategory<T>>) - Method in class jenkins.scm.api.SCMCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMatch(SCMNavigator) - Method in class jenkins.scm.api.SCMHeadEvent
-
- isMatch(SCMSource) - Method in class jenkins.scm.api.SCMHeadEvent
-
Tests if this event applies to the supplied
SCMSource.
- isMatch(SCM) - Method in class jenkins.scm.api.SCMHeadEvent
-
Tests if this event applies to the supplied
SCM.
- isMatch(SCMNavigator) - Method in class jenkins.scm.api.SCMNavigatorEvent
-
- isMatch(SCMNavigator) - Method in class jenkins.scm.api.SCMSourceEvent
-
- isMatch(SCMSource) - Method in class jenkins.scm.api.SCMSourceEvent
-
Tests if this event applies to the supplied
SCMSource.
- isMatch(SCMHead) - Method in class jenkins.scm.impl.ChangeRequestSCMHeadCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMatch(SCMHead) - Method in class jenkins.scm.impl.TagSCMHeadCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMatch(SCMHead) - Method in class jenkins.scm.impl.UncategorizedSCMHeadCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMatch(SCMSource) - Method in class jenkins.scm.impl.UncategorizedSCMSourceCategory
-
Checks if the supplied instance is a match for this
SCMCategory.
- isMerge() - Method in class jenkins.scm.api.mixin.ChangeRequestSCMRevision
-
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.AllFinished
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.Any
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.Filter
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.Named
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.None
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.OneFinished
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.Selector
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMHeadObserver.Wrapped
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMSourceObserver.Filter
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMSourceObserver
-
Returns information about whether the observer wants more results.
- isObserving() - Method in class jenkins.scm.api.SCMSourceObserver.Wrapped
-
Returns information about whether the observer wants more results.
- isRoot() - Method in class jenkins.scm.api.SCMFile
-
Tests if this instance is the root of the filesystem.
- isTrusted(SCMSourceRequest, SCMHead) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
- isTrusted(SCMSourceRequest, SCMRevision) - Method in class jenkins.scm.api.trait.SCMHeadAuthority
-
- isTrusted(SCMHead) - Method in class jenkins.scm.api.trait.SCMSourceRequest
-
- isUncategorized() - Method in class jenkins.scm.api.SCMCategory
-
Checks if this is the uncategorized category.
- isUserInstantiable() - Method in class jenkins.scm.api.SCMSourceDescriptor
-
Returns true if the source type is one that the user is permitted to configure.
- iterator() - Method in class jenkins.scm.api.SCMNavigatorOwners.JenkinsItemEnumerator
- iterator() - Method in class jenkins.scm.api.SCMSourceOwners.JenkinsItemEnumerator
- SCM2 - Class in jenkins.scm.api
-
Extended functionality base class for
SCM implementations that only want to handle one event system and
are consolidating on the SCM API event system.
- SCM2() - Constructor for class jenkins.scm.api.SCM2
-
- SCM2Notifier - Class in jenkins.scm.impl
-
- SCM2Notifier() - Constructor for class jenkins.scm.impl.SCM2Notifier
-
- SCM2TransientActionFactory - Class in jenkins.scm.impl
-
Extension to inject the actions of a
SCM2 into its owning item.
- SCM2TransientActionFactory() - Constructor for class jenkins.scm.impl.SCM2TransientActionFactory
-
- SCMBuilder<B extends SCMBuilder<B,S>,S extends SCM> - Class in jenkins.scm.api.trait
-
Builder for a
SCM instance.
- SCMBuilder(Class<S>, SCMHead, SCMRevision) - Constructor for class jenkins.scm.api.trait.SCMBuilder
-
Constructor.
- SCMCategory<T> - Class in jenkins.scm.api
-
Base class for categories of SCM things.
- SCMCategory(Localizable) - Constructor for class jenkins.scm.api.SCMCategory
-
Constructs an uncategorized category with the specified display name.
- SCMCategory(String, Localizable) - Constructor for class jenkins.scm.api.SCMCategory
-
Constructs a named category with the specified display name.
- SCMCategory_Join(Object, Object) - Static method in class jenkins.scm.api.Messages
-
Key SCMCategory.Join: {0} / {1}.
- scmClass() - Method in class jenkins.scm.api.trait.SCMBuilder
-
Returns the base class of
SCM that will be produced by the
SCMBuilder.
- SCMEvent<P> - Class in jenkins.scm.api
-
Base class for all events from a SCM system.
- SCMEvent(SCMEvent.Type, long, P) - Constructor for class jenkins.scm.api.SCMEvent
-
- SCMEvent(SCMEvent.Type, long, P, String) - Constructor for class jenkins.scm.api.SCMEvent
-
Constructor to use when the timestamp is available from the external SCM.
- SCMEvent(SCMEvent.Type, P) - Constructor for class jenkins.scm.api.SCMEvent
-
- SCMEvent(SCMEvent.Type, P, String) - Constructor for class jenkins.scm.api.SCMEvent
-
Constructor to use when the timestamp is not available from the external SCM.
- SCMEvent(SCMEvent<P>) - Constructor for class jenkins.scm.api.SCMEvent
-
Copy constructor which may be required in cases where sub-classes need to implement readResolve
- SCMEvent.Dispatcher<E extends SCMEvent<?>> - Class in jenkins.scm.api
-
- SCMEvent.Type - Enum in jenkins.scm.api
-
The type of event.
- SCMEventListener - Class in jenkins.scm.api
-
- SCMEventListener() - Constructor for class jenkins.scm.api.SCMEventListener
-
- SCMFile - Class in jenkins.scm.api
-
- SCMFile() - Constructor for class jenkins.scm.api.SCMFile
-
Constructor for the root entry.
- SCMFile(SCMFile, String) - Constructor for class jenkins.scm.api.SCMFile
-
Constructor for any entry that is not the root.
- SCMFile.Type - Enum in jenkins.scm.api
-
- SCMFileSystem - Class in jenkins.scm.api
-
A virtual file system for a specific
SCM potentially pinned to a specific
SCMRevision.
- SCMFileSystem(SCMRevision) - Constructor for class jenkins.scm.api.SCMFileSystem
-
Constructor.
- SCMFileSystem.Builder - Class in jenkins.scm.api
-
Extension point that allows different plugins to implement
SCMFileSystem classes for the same
SCM
or
SCMSource and let Jenkins pick the most capable for any specific
SCM implementation.
- SCMHead - Class in jenkins.scm.api
-
Represents a named SCM branch, change request, tag or mainline.
- SCMHead(String) - Constructor for class jenkins.scm.api.SCMHead
-
Constructor.
- SCMHead.HeadByItem - Class in jenkins.scm.api
-
Means of locating a head given an item.
- SCMHeadAuthority<S extends SCMSourceRequest,H extends SCMHeadMixin,R extends SCMRevision> - Class in jenkins.scm.api.trait
-
- SCMHeadAuthority() - Constructor for class jenkins.scm.api.trait.SCMHeadAuthority
-
- SCMHeadAuthorityDescriptor - Class in jenkins.scm.api.trait
-
- SCMHeadAuthorityDescriptor(Class<? extends SCMHeadAuthority<?, ?, ?>>, Class<? extends SCMSourceRequest>, Class<? extends SCMHeadMixin>, Class<? extends SCMRevision>) - Constructor for class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- SCMHeadAuthorityDescriptor() - Constructor for class jenkins.scm.api.trait.SCMHeadAuthorityDescriptor
-
- SCMHeadCategory - Class in jenkins.scm.api
-
Base class for categories of
SCMHead, for example: branches, tags, change requests, mainlines, features, etc.
- SCMHeadCategory(Localizable) - Constructor for class jenkins.scm.api.SCMHeadCategory
- SCMHeadCategory(String, Localizable) - Constructor for class jenkins.scm.api.SCMHeadCategory
- SCMHeadCategory_DisplayName() - Static method in class jenkins.scm.api.Messages
-
Key SCMHeadCategory.DisplayName: Branches.
- SCMHeadEvent<P> - Class in jenkins.scm.api
-
Base class for events relating to
SCMHead instances.
- SCMHeadEvent(SCMEvent.Type, long, P) - Constructor for class jenkins.scm.api.SCMHeadEvent
-
Deprecated.
- SCMHeadEvent(SCMEvent.Type, long, P, String) - Constructor for class jenkins.scm.api.SCMHeadEvent
- SCMHeadEvent(SCMEvent.Type, P) - Constructor for class jenkins.scm.api.SCMHeadEvent
-
Deprecated.
- SCMHeadEvent(SCMEvent.Type, P, String) - Constructor for class jenkins.scm.api.SCMHeadEvent
- SCMHeadEvent(SCMHeadEvent<P>) - Constructor for class jenkins.scm.api.SCMHeadEvent
- SCMHeadFilter - Class in jenkins.scm.api.trait
-
- SCMHeadFilter() - Constructor for class jenkins.scm.api.trait.SCMHeadFilter
-
- SCMHeadMigration<S extends SCMSource,H extends SCMHead,R extends SCMRevision> - Class in jenkins.scm.api
-
If a
SCMSource plugin needs to migrate the implementation classes for
SCMHead this extension
point allows the plugin to register type migrations.
- SCMHeadMigration(Class<S>, Class<H>, Class<R>) - Constructor for class jenkins.scm.api.SCMHeadMigration
-
Constructor.
- SCMHeadMixin - Interface in jenkins.scm.api.mixin
-
Interface to allow declaring mixin interfaces for
SCMHead subclasses.
- SCMHeadMixin.Equality - Interface in jenkins.scm.api.mixin
-
- SCMHeadObserver - Class in jenkins.scm.api
-
- SCMHeadObserver() - Constructor for class jenkins.scm.api.SCMHeadObserver
-
- SCMHeadObserver.AllFinished - Class in jenkins.scm.api
-
An observer that wraps multiple observers and keeps observing as long as one of the wrapped observers wants to.
- SCMHeadObserver.Any - Class in jenkins.scm.api
-
An observer that picks the first revision it can find.
- SCMHeadObserver.Collector - Class in jenkins.scm.api
-
- SCMHeadObserver.Filter<O extends SCMHeadObserver> - Class in jenkins.scm.api
-
- SCMHeadObserver.Named - Class in jenkins.scm.api
-
- SCMHeadObserver.None - Class in jenkins.scm.api
-
An observer that is already finished.
- SCMHeadObserver.OneFinished - Class in jenkins.scm.api
-
An observer that wraps multiple observers and keeps observing until one of the wrapped observers stops observing.
- SCMHeadObserver.Selector - Class in jenkins.scm.api
-
- SCMHeadObserver.Wrapped<O extends SCMHeadObserver> - Class in jenkins.scm.api
-
- SCMHeadOrigin - Class in jenkins.scm.api
-
Represents the origin of a
SCMHead.
- SCMHeadOrigin() - Constructor for class jenkins.scm.api.SCMHeadOrigin
-
- SCMHeadOrigin.Default - Class in jenkins.scm.api
-
The default origin.
- SCMHeadOrigin.Fork - Class in jenkins.scm.api
-
A named fork.
- SCMHeadPrefilter - Class in jenkins.scm.api.trait
-
- SCMHeadPrefilter() - Constructor for class jenkins.scm.api.trait.SCMHeadPrefilter
-
- SCMName - Class in jenkins.scm.api
-
Utility class to help with naming SCM related things.
- SCMNavigator - Class in jenkins.scm.api
-
An API for discovering new and navigating already discovered
SCMSources within an organization.
- SCMNavigator() - Constructor for class jenkins.scm.api.SCMNavigator
-
Constructor.
- SCMNavigator_Description() - Static method in class jenkins.scm.api.Messages
-
Key SCMNavigator.Description: A collection of SCM
repositories.
- SCMNavigatorContext<C extends SCMNavigatorContext<C,R>,R extends SCMNavigatorRequest> - Class in jenkins.scm.api.trait
-
Represents the context within which a
SCMNavigator is processing requests.
- SCMNavigatorContext() - Constructor for class jenkins.scm.api.trait.SCMNavigatorContext
-
Constructor.
- SCMNavigatorDescriptor - Class in jenkins.scm.api
-
- SCMNavigatorDescriptor() - Constructor for class jenkins.scm.api.SCMNavigatorDescriptor
-
- SCMNavigatorDescriptor(Class<? extends SCMNavigator>) - Constructor for class jenkins.scm.api.SCMNavigatorDescriptor
-
- SCMNavigatorEvent<P> - Class in jenkins.scm.api
-
- SCMNavigatorEvent(SCMEvent.Type, long, P) - Constructor for class jenkins.scm.api.SCMNavigatorEvent
-
Deprecated.
- SCMNavigatorEvent(SCMEvent.Type, long, P, String) - Constructor for class jenkins.scm.api.SCMNavigatorEvent
- SCMNavigatorEvent(SCMEvent.Type, P) - Constructor for class jenkins.scm.api.SCMNavigatorEvent
-
Deprecated.
- SCMNavigatorEvent(SCMEvent.Type, P, String) - Constructor for class jenkins.scm.api.SCMNavigatorEvent
- SCMNavigatorEvent(SCMNavigatorEvent<P>) - Constructor for class jenkins.scm.api.SCMNavigatorEvent
- SCMNavigatorOwner - Interface in jenkins.scm.api
-
- SCMNavigatorOwners - Class in jenkins.scm.api
-
- SCMNavigatorOwners() - Constructor for class jenkins.scm.api.SCMNavigatorOwners
-
- SCMNavigatorOwners.Enumerator - Class in jenkins.scm.api
-
- SCMNavigatorOwners.JenkinsItemEnumerator - Class in jenkins.scm.api
-
- SCMNavigatorRequest - Class in jenkins.scm.api.trait
-
- SCMNavigatorRequest(SCMNavigator, SCMNavigatorContext<?, ?>, SCMSourceObserver) - Constructor for class jenkins.scm.api.trait.SCMNavigatorRequest
-
Constructor.
- SCMNavigatorRequest.AttributeLambda - Interface in jenkins.scm.api.trait
-
A lambda that will create the map of attributes for a specific project name.
- SCMNavigatorRequest.SourceLambda - Interface in jenkins.scm.api.trait
-
A lambda that will create the
SCMSource instance for a specific project name.
- SCMNavigatorRequest.Witness - Interface in jenkins.scm.api.trait
-
- SCMNavigatorTrait - Class in jenkins.scm.api.trait
-
Represents a trait of behaviour or configuration that can be applied to a
SCMSource.
- SCMNavigatorTrait() - Constructor for class jenkins.scm.api.trait.SCMNavigatorTrait
-
- SCMNavigatorTraitDescriptor - Class in jenkins.scm.api.trait
-
- SCMNavigatorTraitDescriptor(Class<? extends SCMNavigatorTrait>) - Constructor for class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- SCMNavigatorTraitDescriptor() - Constructor for class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
-
- SCMProbe - Class in jenkins.scm.api
-
- SCMProbe() - Constructor for class jenkins.scm.api.SCMProbe
-
- SCMProbeStat - Class in jenkins.scm.api
-
Represents the result of an existence check which may optionally include details of an alternative name for the
object being checked for existence.
- SCMRevision - Class in jenkins.scm.api
-
Base class that represents a specific (or not so specific) revision of a
SCMHead.
- SCMRevision(SCMHead) - Constructor for class jenkins.scm.api.SCMRevision
-
Constructor.
- SCMRevisionAction - Class in jenkins.scm.api
-
- SCMRevisionAction(SCMRevision) - Constructor for class jenkins.scm.api.SCMRevisionAction
-
- SCMRevisionAction(SCMSource, SCMRevision) - Constructor for class jenkins.scm.api.SCMRevisionAction
-
Constructor.
- SCMSource - Class in jenkins.scm.api
-
- SCMSource(String) - Constructor for class jenkins.scm.api.SCMSource
-
Deprecated.
- SCMSource() - Constructor for class jenkins.scm.api.SCMSource
-
Constructor.
- SCMSource.SourceByItem - Class in jenkins.scm.api
-
Means of locating a head given an item.
- SCMSourceBuilder<B extends SCMSourceBuilder<B,S>,S extends SCMSource> - Class in jenkins.scm.api.trait
-
- SCMSourceBuilder(Class<S>, String) - Constructor for class jenkins.scm.api.trait.SCMSourceBuilder
-
Constructor.
- SCMSourceCategory - Class in jenkins.scm.api
-
Base class for categories of
SCMSource, for example: repository, depot, VOB, etc.
- SCMSourceCategory(Localizable) - Constructor for class jenkins.scm.api.SCMSourceCategory
- SCMSourceCategory(String, Localizable) - Constructor for class jenkins.scm.api.SCMSourceCategory
- SCMSourceCategory_DisplayName() - Static method in class jenkins.scm.api.Messages
-
Key SCMSourceCategory.DisplayName: Repositories.
- SCMSourceContext<C extends SCMSourceContext<C,R>,R extends SCMSourceRequest> - Class in jenkins.scm.api.trait
-
Represents the context within which a
SCMSource is processing requests.
- SCMSourceContext(SCMSourceCriteria, SCMHeadObserver) - Constructor for class jenkins.scm.api.trait.SCMSourceContext
-
Constructor.
- SCMSourceCriteria - Interface in jenkins.scm.api
-
Filter that selects heads picked up by
SCMSource out of all the branches and other heads
found in the repository.
- SCMSourceCriteria.Probe - Class in jenkins.scm.api
-
A probe for a branch candidate.
- SCMSourceDecorator<B extends SCMSourceBuilder<B,S>,S extends SCMSource> - Class in jenkins.scm.api.trait
-
- SCMSourceDecorator() - Constructor for class jenkins.scm.api.trait.SCMSourceDecorator
-
Infers the type of the corresponding
SCMSourceBuilder from the type parameters of the implementation
class.
- SCMSourceDecorator(Class<B>) - Constructor for class jenkins.scm.api.trait.SCMSourceDecorator
-
- SCMSourceDescriptor - Class in jenkins.scm.api
-
- SCMSourceDescriptor() - Constructor for class jenkins.scm.api.SCMSourceDescriptor
-
- SCMSourceEvent<P> - Class in jenkins.scm.api
-
Base class for events relating to
SCMSource instances.
- SCMSourceEvent(SCMEvent.Type, long, P) - Constructor for class jenkins.scm.api.SCMSourceEvent
-
Deprecated.
- SCMSourceEvent(SCMEvent.Type, long, P, String) - Constructor for class jenkins.scm.api.SCMSourceEvent
- SCMSourceEvent(SCMEvent.Type, P) - Constructor for class jenkins.scm.api.SCMSourceEvent
-
Deprecated.
- SCMSourceEvent(SCMEvent.Type, P, String) - Constructor for class jenkins.scm.api.SCMSourceEvent
- SCMSourceEvent(SCMSourceEvent<P>) - Constructor for class jenkins.scm.api.SCMSourceEvent
- SCMSourceFilter - Class in jenkins.scm.api.trait
-
- SCMSourceFilter() - Constructor for class jenkins.scm.api.trait.SCMSourceFilter
-
- SCMSourceObserver - Class in jenkins.scm.api
-
- SCMSourceObserver() - Constructor for class jenkins.scm.api.SCMSourceObserver
-
- SCMSourceObserver.Filter<O extends SCMSourceObserver> - Class in jenkins.scm.api
-
An observer that filters the observed sources to a subset of named instances.
- SCMSourceObserver.ProjectObserver - Class in jenkins.scm.api
-
- SCMSourceObserver.Wrapped<O extends SCMSourceObserver> - Class in jenkins.scm.api
-
Base class for an observer that wraps another observer.
- SCMSourceOwner - Interface in jenkins.scm.api
-
- SCMSourceOwners - Class in jenkins.scm.api
-
- SCMSourceOwners() - Constructor for class jenkins.scm.api.SCMSourceOwners
-
- SCMSourceOwners.Enumerator - Class in jenkins.scm.api
-
- SCMSourceOwners.JenkinsItemEnumerator - Class in jenkins.scm.api
-
- SCMSourcePrefilter - Class in jenkins.scm.api.trait
-
- SCMSourcePrefilter() - Constructor for class jenkins.scm.api.trait.SCMSourcePrefilter
-
- SCMSourceRequest - Class in jenkins.scm.api.trait
-
- SCMSourceRequest(SCMSource, SCMSourceContext<?, ?>, TaskListener) - Constructor for class jenkins.scm.api.trait.SCMSourceRequest
-
Constructor.
- SCMSourceRequest.IntermediateLambda<I> - Interface in jenkins.scm.api.trait
-
A lambda that produces an intermediate summary used to drive creation of the
SCMSourceCriteria.Probe
and
SCMRevision instances.
- SCMSourceRequest.LazyRevisionLambda<H extends SCMHead,R extends SCMRevision,I> - Interface in jenkins.scm.api.trait
-
- SCMSourceRequest.ProbeLambda<H extends SCMHead,I> - Interface in jenkins.scm.api.trait
-
- SCMSourceRequest.RevisionLambda<H extends SCMHead,R extends SCMRevision> - Interface in jenkins.scm.api.trait
-
- SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision> - Interface in jenkins.scm.api.trait
-
- SCMSourceTrait - Class in jenkins.scm.api.trait
-
Represents a trait of behaviour or configuration that can be applied to a
SCMSource.
- SCMSourceTrait() - Constructor for class jenkins.scm.api.trait.SCMSourceTrait
-
- SCMSourceTraitDescriptor - Class in jenkins.scm.api.trait
-
- SCMSourceTraitDescriptor(Class<? extends SCMSourceTrait>) - Constructor for class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
- SCMSourceTraitDescriptor() - Constructor for class jenkins.scm.api.trait.SCMSourceTraitDescriptor
-
Infers the type of the corresponding
SCMSourceTrait from the outer class.
- SCMTrait<T extends SCMTrait<T>> - Class in jenkins.scm.api.trait
-
Base class for common traits.
- SCMTrait() - Constructor for class jenkins.scm.api.trait.SCMTrait
-
- SCMTraitDescriptor<T extends SCMTrait<T>> - Class in jenkins.scm.api.trait
-
- SCMTriggerListener - Class in jenkins.scm.impl
-
- SCMTriggerListener() - Constructor for class jenkins.scm.impl.SCMTriggerListener
-
- SCMUri - Class in jenkins.scm.api
-
Utility class to help with SCM URI related things.
- select(SCMHead) - Static method in class jenkins.scm.api.SCMHeadObserver
-
Creates an observer that selects the revision of a specific head.
- select(List<? extends E>, String, NamedArrayList.Predicate<? super E>, boolean, List<NamedArrayList<? extends E>>) - Static method in class jenkins.scm.impl.form.NamedArrayList
-
- select(List<? extends E>, String, NamedArrayList.Predicate<? super E>, boolean, List<NamedArrayList<? extends E>>, int) - Static method in class jenkins.scm.impl.form.NamedArrayList
-
- Selection - Annotation Type in jenkins.scm.impl.trait
-
- Selector(SCMHead) - Constructor for class jenkins.scm.api.SCMHeadObserver.Selector
-
Constructor.
- setId(String) - Method in class jenkins.scm.api.SCMSource
-
- setOwner(SCMSourceOwner) - Method in class jenkins.scm.api.SCMSource
-
Sets the owner.
- setTraits(List<SCMTrait<? extends SCMTrait<?>>>) - Method in class jenkins.scm.api.SCMNavigator
-
Sets the traits for this navigator.
- setTraits(List<SCMSourceTrait>) - Method in class jenkins.scm.api.SCMSource
-
Sets the traits for this source.
- simplify(Iterable<SCMHeadCategory>) - Static method in class jenkins.scm.api.SCMHeadCategory
-
- simplify(Iterable<SCMSourceCategory>) - Static method in class jenkins.scm.api.SCMSourceCategory
-
- SingleSCMNavigator - Class in jenkins.scm.impl
-
Degenerate navigator which only ever returns a single repository.
- SingleSCMNavigator(String, List<SCMSource>) - Constructor for class jenkins.scm.impl.SingleSCMNavigator
-
- SingleSCMNavigator.DescriptorImpl - Class in jenkins.scm.impl
-
- SingleSCMNavigator_DisplayName() - Static method in class jenkins.scm.impl.Messages
-
Key SingleSCMNavigator.DisplayName: Single repository.
- SingleSCMSource - Class in jenkins.scm.impl
-
A single fixed branch using a legacy SCM implementation.
- SingleSCMSource(String, SCM) - Constructor for class jenkins.scm.impl.SingleSCMSource
-
Our constructor.
- SingleSCMSource(String, String, SCM) - Constructor for class jenkins.scm.impl.SingleSCMSource
-
- SingleSCMSource.DescriptorImpl - Class in jenkins.scm.impl
-
Our descriptor.
- SingleSCMSource_DisplayName() - Static method in class jenkins.scm.impl.Messages
-
Key SingleSCMSource.DisplayName: Single repository &
branch.
- SourceByItem() - Constructor for class jenkins.scm.api.SCMSource.SourceByItem
-
- sourceClass() - Method in class jenkins.scm.api.trait.SCMSourceBuilder
-
- stat(String) - Method in class jenkins.scm.api.SCMProbe
-
Checks if the path, relative to the head candidate root, exists or not.
- stat(String) - Method in class jenkins.scm.api.SCMSourceCriteria.Probe
-
Checks if the path, relative to the head candidate root, exists or not.
- supports(SCM) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-
- supports(SCMSource) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-
- supports(SCMDescriptor<?>) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-
- supports(SCMSourceDescriptor) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-
- supports(SCM) - Static method in class jenkins.scm.api.SCMFileSystem
-
Given a
SCM this method will check if there is at least one
SCMFileSystem provider capable
of being instantiated.
- supports(SCMSource) - Static method in class jenkins.scm.api.SCMFileSystem
-
Given a
SCMSource this method will check if there is at least one
SCMFileSystem provider capable
of being instantiated.
- supports(SCMDescriptor) - Static method in class jenkins.scm.api.SCMFileSystem
-
- supports(SCMSourceDescriptor) - Static method in class jenkins.scm.api.SCMFileSystem
-
- supportsDescriptor(SCMDescriptor) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-
- supportsDescriptor(SCMSourceDescriptor) - Method in class jenkins.scm.api.SCMFileSystem.Builder
-