public class ManualIncludesScmSyncStrategy extends AbstractScmSyncStrategy
AbstractScmSyncStrategy.DefaultCommitMessageFactory
ScmSyncStrategy.CommitMessageFactory
Constructor and Description |
---|
ManualIncludesScmSyncStrategy() |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationEntityMatcher |
createConfigEntityMatcher() |
boolean |
mightHaveBeenApplicableToDeletedSaveable(hudson.model.Saveable saveable,
String pathRelativeToRoot,
boolean wasDirectory)
Determines whether the strategy might have applied to a deleted item.
|
collect, collect, getCommitMessageFactory, getPageMatcherMatching, getSyncIncludes, isCurrentUrlApplicable, isSaveableApplicable
protected ConfigurationEntityMatcher createConfigEntityMatcher()
createConfigEntityMatcher
in class AbstractScmSyncStrategy
public boolean mightHaveBeenApplicableToDeletedSaveable(hudson.model.Saveable saveable, String pathRelativeToRoot, boolean wasDirectory)
ScmSyncStrategy
saveable
- that was deleted; still exists in Jenkins' model but has already been eradicated from diskpathRelativeToRoot
- where the item residedwasDirectory
- whether it was a directoryCopyright © 2004-2016. All Rights Reserved.