Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/java/jenkins/scm/api/SCMSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import net.jcip.annotations.GuardedBy;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.DataBoundSetter;
import org.kohsuke.stapler.export.ExportedBean;

/**
* A {@link SCMSource} is responsible for fetching {@link SCMHead} and corresponding {@link SCMRevision} instances from
Expand All @@ -72,6 +73,7 @@
* {@link #fetch(SCMHead, hudson.model.TaskListener)} must
* involve at least one network round trip to validate any cached information.
*/
@ExportedBean
public abstract class SCMSource extends AbstractDescribableImpl<SCMSource>
implements ExtensionPoint {

Expand Down