Uses of Enum Class
com.e1c.g5.v8.dt.snapshot.SnapshotTask
Packages that use SnapshotTask
Package
Description
-
Uses of SnapshotTask in com.e1c.g5.v8.dt.snapshot
Methods in com.e1c.g5.v8.dt.snapshot that return SnapshotTaskModifier and TypeMethodDescriptionstatic SnapshotTask
Returns the enum constant of this class with the specified name.static SnapshotTask[]
SnapshotTask.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.snapshot that return types with arguments of type SnapshotTaskModifier and TypeMethodDescriptionstatic Set<SnapshotTask>
SnapshotTask.both()
Gets a set, containing bothSnapshotTask
s.static Set<SnapshotTask>
SnapshotTask.none()
Gets an empty set ofSnapshotTask
s.SnapshotTask.toSet()
Converts thisSnapshotTask
to a set of one element. -
Uses of SnapshotTask in com.e1c.g5.v8.dt.snapshot.integration.git
Methods in com.e1c.g5.v8.dt.snapshot.integration.git that return SnapshotTaskConstructors in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type SnapshotTaskModifierConstructorDescriptionSnapshotGitRequest
(org.eclipse.core.resources.IProject project, org.eclipse.jgit.lib.ObjectId revision, org.eclipse.jgit.lib.Ref revisionRef, SnapshotTask task) Constructs a new request. -
Uses of SnapshotTask in com.e1c.g5.v8.dt.snapshot.operation
Method parameters in com.e1c.g5.v8.dt.snapshot.operation with type arguments of type SnapshotTaskModifier and TypeMethodDescriptionSet<org.eclipse.core.resources.IProject>
ISnapshotOperation.getAffectedProjects
(Set<SnapshotTask> tasks) Gets a set of projects, for which the operation will perform any of the given tasks.