com.capitalone.dashboard.model.CollectionMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
package com.capitalone.dashboard.model;
public enum CollectionMode {
FirstTimeAll,
FirstTimeCommitOnly,
FirstTimeCommitAndPull,
FirstTimeCommitAndIssue,
CommitOnly,
PullOnly,
IssueOnly,
CommitAndIssue,
CommitAndPull,
PullAndIssue,
All,
None
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy