Uses of Class
network.ike.plugin.CentralDeploySentinel.Builder
Packages that use CentralDeploySentinel.Builder
-
Uses of CentralDeploySentinel.Builder in network.ike.plugin
Methods in network.ike.plugin that return CentralDeploySentinel.BuilderModifier and TypeMethodDescriptionCentralDeploySentinel.Builder.artifactId(String v) Set the project artifactId.CentralDeploySentinel.Builder.attempts(int v) Set the number of attempts taken.CentralDeploySentinel.builder()Start a new, empty builder.Set the finish instant; passnullfor a sentinel still inCentralDeploySentinel.State.PENDING.Set the failure summary; passnullwhen not failed.Set the deploy-log file path.CentralDeploySentinel.Builder.maxAttempts(int v) Set the configured maximum attempts.Set the advisory note; passnullwhen none.Set the sentinel-file path on disk.CentralDeploySentinel.Builder.pid(long v) Set the subprocess PID.Set the start instant.CentralDeploySentinel.Builder.state(CentralDeploySentinel.State v) Set the lifecycle state.CentralDeploySentinel.toBuilder()Start a builder pre-seeded with this sentinel's fields — the typical entry point for the subprocess transitioningCentralDeploySentinel.State.PENDINGtoCentralDeploySentinel.State.SUCCESSorCentralDeploySentinel.State.FAILUREwithout restating immutable fields.Set the release version.