| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| jenkins.scm.impl |
The common implementations of classes in the public API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SCMSourceObserver.ProjectObserver |
SCMSourceObserver.observe(String projectName)
Declare that a new “project” such as a source repository has been found.
|
SCMSourceObserver.ProjectObserver |
SCMSourceObserver.Wrapped.observe(String projectName)
Declare that a new “project” such as a source repository has been found.
|
SCMSourceObserver.ProjectObserver |
SCMSourceObserver.Filter.observe(String projectName)
Declare that a new “project” such as a source repository has been found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpProjectObserver
A
SCMSourceObserver.ProjectObserver that does nothing. |
Copyright © 2016–2019. All rights reserved.