Uses of Class
com.e1c.g5.v8.dt.snapshot.SnapshotTask
-
Packages that use SnapshotTask Package Description com.e1c.g5.v8.dt.snapshot com.e1c.g5.v8.dt.snapshot.integration.git com.e1c.g5.v8.dt.snapshot.operation -
-
Uses of SnapshotTask in com.e1c.g5.v8.dt.snapshot
Methods in com.e1c.g5.v8.dt.snapshot that return SnapshotTask Modifier and Type Method Description static SnapshotTask
SnapshotTask. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapshotTask[]
SnapshotTask. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.e1c.g5.v8.dt.snapshot that return types with arguments of type SnapshotTask Modifier and Type Method Description static Set<SnapshotTask>
SnapshotTask. both()
Gets a set, containing bothSnapshotTask
s.static Set<SnapshotTask>
SnapshotTask. none()
Gets an empty set ofSnapshotTask
s.Set<SnapshotTask>
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 SnapshotTask Modifier and Type Method Description SnapshotTask
SnapshotGitRequest. getTask()
Constructors in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type SnapshotTask Constructor Description SnapshotGitRequest(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 SnapshotTask Modifier and Type Method Description Set<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.
-