Uses of Enum Class
network.ike.plugin.ws.vcs.VcsOperations.PushAccessStatus
Packages that use VcsOperations.PushAccessStatus
-
Uses of VcsOperations.PushAccessStatus in network.ike.plugin.ws.vcs
Subclasses with type arguments of type VcsOperations.PushAccessStatus in network.ike.plugin.ws.vcsModifier and TypeClassDescriptionstatic enumWhether the operator can write to a remote, as established by a non-mutating probe.Methods in network.ike.plugin.ws.vcs that return VcsOperations.PushAccessStatusModifier and TypeMethodDescriptionVcsOperations.PushAccess.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static VcsOperations.PushAccessStatus[]VcsOperations.PushAccessStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.ws.vcs with parameters of type VcsOperations.PushAccessStatusModifierConstructorDescriptionPushAccess(VcsOperations.PushAccessStatus status, String detail) Creates an instance of aPushAccessrecord class.