Index

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

ABSENT - Enum constant in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
The subproject directory is not present in the workspace checkout.
action() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns the value of the action record component.
ADD - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
addAll(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Stage all files.
ALIGN_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
ALIGN_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
AlignmentReconciler - Class in network.ike.plugin.ws.reconcile
Reconciler that aligns inter-subproject dependency, plugin, and parent versions across every cloned subproject's POMs to the authoritative versions declared by the workspace.
AlignmentReconciler() - Constructor for class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
all() - Static method in class network.ike.plugin.ws.reconcile.ReconcilerRegistry
 
allDependencies() - Method in class network.ike.plugin.ws.PomModel
All dependencies from both <dependencies> and <dependencyManagement> sections.
allPlugins() - Method in class network.ike.plugin.ws.PomModel
All plugins from both <build><plugins> and <build><pluginManagement><plugins> sections.
alreadyClean() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the alreadyClean record component.
Ansi - Class in network.ike.plugin.ws
ANSI escape code constants for colored terminal output.
apply(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
apply(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.FieldNormalizationReconciler
 
apply(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
apply(WorkspaceContext) - Method in interface network.ike.plugin.ws.reconcile.Reconciler
Apply reconciliation.
apply(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
applyIdeSettings(String, IdeSettings) - Static method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
Apply ide.languageLevel and ide.jdkName to the ProjectRootManager component in .idea/misc.xml content.
artifactId() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the artifactId record component.
artifactId() - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Returns the value of the artifactId record component.

B

badge() - Method in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
Single-character glyph suitable for status-line output.
branch() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the branch record component.
branch() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns the value of the branch record component.
branchLastCommitDate(File, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Get the date of the last commit on a branch (ISO format).
branchName() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the branchName record component.
buildCheckpointYaml(String, String, String, String, List, List, Map) - Static method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Build checkpoint YAML content from pre-gathered subproject data.
buildPreReleaseCheckpointYaml(String, String, List) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Build pre-release checkpoint YAML content from pre-gathered subproject data.
buildStignoreContent(List) - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Join a list of patterns into .stignore file content.

C

catchUp(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Catch-up preamble: sync if needed, otherwise report that we're current.
check(PreflightContext) - Method in enum class network.ike.plugin.ws.preflight.PreflightCondition
Evaluate the condition against the given context.
CHECK_BRANCH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
CheckBranchMojo - Class in network.ike.plugin.ws
Defensive git hook — warns when a branch is created or switched outside the workspace tooling.
CheckBranchMojo() - Constructor for class network.ike.plugin.ws.CheckBranchMojo
Creates this goal instance.
checkedOut() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the checkedOut record component.
checkout(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Checkout an existing branch.
checkoutNew(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Create and checkout a new branch.
CHECKPOINT - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
CHECKPOINT_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
CHECKPOINT_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
checkpointComponent(File, String) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Tag a single subproject at its current HEAD.
checkpointFileName(String) - Static method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Derive the checkpoint file name from the checkpoint name.
classify(ReleaseStatusInspector.Observation) - Static method in class network.ike.plugin.ws.ReleaseStatusInspector
Apply the classification rules to a single observation.
CLEAN - Enum constant in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
No in-flight release artifacts.
CLEANUP_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
CLEANUP_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
CleanupWorkspaceMojo - Class in network.ike.plugin.ws
Scan all workspace subprojects for merged feature branches and offer interactive deletion.
CleanupWorkspaceMojo() - Constructor for class network.ike.plugin.ws.CleanupWorkspaceMojo
Creates this goal instance.
CleanupWorkspacePublishMojo - Class in network.ike.plugin.ws
Execute workspace cleanup — delete merged feature branches.
CleanupWorkspacePublishMojo() - Constructor for class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Creates this goal instance.
cloned() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the cloned record component.
commit(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Commit the currently-staged changes with the given message via git commit -F - (message piped on stdin, no shell quoting issues, no argument-length limits).
COMMIT - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
COMMIT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
commitLog(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
 
CommitMojo - Class in network.ike.plugin.ws
Commit with a VCS bridge catch-up preamble.
CommitMojo() - Constructor for class network.ike.plugin.ws.CommitMojo
Creates this goal instance.
commitStaged(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Alias for VcsOperations.commit(File, Log, String); retained for callers that emphasize the "files are already staged" reading.
commonIgnorePatterns() - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Return the standard list of ignore patterns common to all IKE workspace subprojects.
computeGitattributesAdditions(String) - Static method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
Compute additions needed to bring an existing .gitattributes up to spec.
computeGitignoreAdditions(String) - Static method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
Compute the additions needed to bring an existing .gitignore up to spec.
computeReleaseSet(WorkspaceGraph, Set) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Compute the release set: source-changed subprojects union the transitive downstream cascade of each.
condition() - Method in record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Returns the value of the condition record component.
confirm(String, boolean) - Method in class network.ike.plugin.ws.CheckBranchMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.CommitMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.PushMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.ReportMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsAddMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsHelpMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsLintMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsRemoveMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
confirm(String, boolean) - Method in class network.ike.plugin.ws.WsSyncMojo
Prompt the user with a yes/no question, accepting "y"/"yes"/"n"/"no" (case-insensitive).
conflictingFiles(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List files with unresolved merge conflicts.
content() - Method in class network.ike.plugin.ws.PomModel
Raw POM text for targeted editing.
content() - Method in record class network.ike.plugin.ws.WorkspaceReportSpec
Returns the value of the content record component.
create(String, String, VcsState.Action) - Static method in record class network.ike.plugin.ws.vcs.VcsState
Create a VcsState with the current timestamp and local hostname.
createAt(Path) - Method in class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap
Write the full workspace scaffold into wsDir and optionally initialize git.
currentBranch() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the currentBranch record component.
currentBranch() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the currentBranch record component.
currentBranch(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Get the current branch name.
currentVersion() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the currentVersion record component.
currentVersion() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the currentVersion record component.
cyan(String) - Static method in class network.ike.plugin.ws.Ansi
Wrap text in cyan (action/progress).
CYAN - Static variable in class network.ike.plugin.ws.Ansi
Cyan ANSI escape prefix.

D

defaultAction() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the defaultAction record component.
defaultBranch() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the defaultBranch record component.
deleteBranch(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Delete a local branch.
deleteLocalRef(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Delete a local ref (git update-ref -d <ref>).
deleteRemoteBranch(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Delete a remote branch.
deleteRemoteRef(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Delete a ref from a remote (git push <remote> :<ref>).
description() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the description record component.
description() - Method in enum class network.ike.plugin.ws.preflight.PreflightCondition
Short human description of what this condition enforces.
description() - Method in enum class network.ike.plugin.ws.WsGoal
One-line human description of what this goal does.
detailLines() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the detailLines record component.
details() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the details record component.
detect(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
detect(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.FieldNormalizationReconciler
 
detect(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
detect(WorkspaceContext) - Method in interface network.ike.plugin.ws.reconcile.Reconciler
Inspect the workspace and report any drift this reconciler would correct.
detect(WorkspaceContext) - Method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
dimension() - Method in class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
dimension() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the dimension record component.
dimension() - Method in class network.ike.plugin.ws.reconcile.FieldNormalizationReconciler
 
dimension() - Method in class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
dimension() - Method in interface network.ike.plugin.ws.reconcile.Reconciler
Human-readable name of the dimension this reconciler owns.
dimension() - Method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
DISTRIBUTION_TYPE - Static variable in class network.ike.plugin.ws.MavenWrapper
Wrapper distribution type.
DIVERGED - Enum constant in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
Contradictory signals: a release/* branch is still present locally, AND the corresponding v* tag is already on origin.
DriftReport - Record Class in network.ike.plugin.ws.reconcile
Report from a Reconciler.detect(WorkspaceContext) call describing what (if anything) the reconciler would change on scaffold-publish.
DriftReport(String, boolean, String, List, String, String) - Constructor for record class network.ike.plugin.ws.reconcile.DriftReport
Creates an instance of a DriftReport record class.

E

empty() - Static method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
 
equals(Object) - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.vcs.VcsState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class network.ike.plugin.ws.WorkspaceReportSpec
Indicates whether some other object is "equal to" this one.
execute() - Method in class network.ike.plugin.ws.CheckBranchMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.CommitMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.PushMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.ReportMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsAddMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsHelpMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsLintMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsRemoveMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsSyncMojo
Run the goal and write its report.
execute() - Method in class network.ike.plugin.ws.WsScaffoldInitMojo
 
extractVersionFromPom(String) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Extract the project's own <version> value from POM XML content.

F

Failure(PreflightCondition, String) - Constructor for record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Creates an instance of a Failure record class.
failures() - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Returns the value of the failures record component.
FEATURE_ABANDON_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_ABANDON_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_FINISH - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
FEATURE_FINISH_MERGE_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_FINISH_MERGE_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_FINISH_SQUASH_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_FINISH_SQUASH_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_START - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
FEATURE_START_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FEATURE_START_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
FeatureAbandonDraftMojo - Class in network.ike.plugin.ws
Abandon a feature branch across all workspace subprojects.
FeatureAbandonDraftMojo() - Constructor for class network.ike.plugin.ws.FeatureAbandonDraftMojo
Creates this goal instance.
FeatureAbandonPublishMojo - Class in network.ike.plugin.ws
Execute a feature branch abandonment with confirmation.
FeatureAbandonPublishMojo() - Constructor for class network.ike.plugin.ws.FeatureAbandonPublishMojo
Creates this goal instance.
FeatureFinishMergeDraftMojo - Class in network.ike.plugin.ws
No-fast-forward merge of a feature branch, preserving full history.
FeatureFinishMergeDraftMojo() - Constructor for class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Creates this goal instance.
FeatureFinishMergePublishMojo - Class in network.ike.plugin.ws
Execute a no-fast-forward merge of a feature branch.
FeatureFinishMergePublishMojo() - Constructor for class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Creates this goal instance.
FeatureFinishSquashDraftMojo - Class in network.ike.plugin.ws
Squash-merge a feature branch back to the target branch.
FeatureFinishSquashDraftMojo() - Constructor for class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Creates this goal instance.
FeatureFinishSquashPublishMojo - Class in network.ike.plugin.ws
Execute a squash-merge of a feature branch.
FeatureFinishSquashPublishMojo() - Constructor for class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Creates this goal instance.
FeatureStartDraftMojo - Class in network.ike.plugin.ws
Start a coordinated feature branch across workspace subprojects.
FeatureStartDraftMojo() - Constructor for class network.ike.plugin.ws.FeatureStartDraftMojo
Creates this goal instance.
FeatureStartPublishMojo - Class in network.ike.plugin.ws
Start a feature branch with auto-alignment.
FeatureStartPublishMojo() - Constructor for class network.ike.plugin.ws.FeatureStartPublishMojo
Creates this goal instance.
fetch(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Fetch from all remotes.
fetchRef(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Fetch a remote ref into a local ref of the same name (git fetch <remote> <ref>:<ref>).
FieldNormalizationReconciler - Class in network.ike.plugin.ws.reconcile
Reconciler that keeps the denormalized workspace.yaml fields (version, groupId) in sync with each cloned subproject's POM.
FieldNormalizationReconciler() - Constructor for class network.ike.plugin.ws.reconcile.FieldNormalizationReconciler
 
Finding(String, ReleaseStatusInspector.Status, String, String, List, List, List) - Constructor for record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Creates an instance of a Finding record class.
fromString(String) - Static method in enum class network.ike.plugin.ws.vcs.VcsState.Action
Parse an action string case-insensitively.

G

generateClaudeNotes(String) - Static method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Generate the starter template for hand-authored project notes.
generateComponentClaudeMd(Subproject) - Static method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Generate CLAUDE.md for a subproject directory.
generateGoalCheatsheet() - Static method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Generate the workspace goal cheatsheet (GOALS.md).
generateWorkspaceClaudeMd(String, WorkspaceGraph) - Static method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Generate CLAUDE.md for the workspace root.
generateWorkspaceReference() - Static method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Generate the long-form workspace goal reference (WS-REFERENCE.md).
getLog() - Method in class network.ike.plugin.ws.CheckBranchMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.CommitMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.PushMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.ReportMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsAddMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsHelpMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsLintMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsRemoveMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Access the Maven logger.
getLog() - Method in class network.ike.plugin.ws.WsSyncMojo
Access the Maven logger.
getPrompter() - Method in class network.ike.plugin.ws.CheckBranchMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.CommitMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.PushMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.ReportMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsAddMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsHelpMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsLintMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsRemoveMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getPrompter() - Method in class network.ike.plugin.ws.WsSyncMojo
The IkePrompter for this goal — built lazily from the session's interactive flag, or the test-injected instance.
getSession() - Method in class network.ike.plugin.ws.CheckBranchMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.CommitMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.PushMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.ReportMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsAddMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsHelpMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsLintMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsRemoveMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Access the Maven session injected by Maven 4's plugin DI.
getSession() - Method in class network.ike.plugin.ws.WsSyncMojo
Access the Maven session injected by Maven 4's plugin DI.
gitBranch(File) - Method in class network.ike.plugin.ws.CheckBranchMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.CommitMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.PushMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.ReportMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsAddMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsHelpMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsLintMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsRemoveMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Get the current branch of a subproject directory.
gitBranch(File) - Method in class network.ike.plugin.ws.WsSyncMojo
Get the current branch of a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.CheckBranchMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.CommitMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.PushMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.ReportMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsAddMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsHelpMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsLintMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsRemoveMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Get the short SHA of HEAD for a subproject directory.
gitShortSha(File) - Method in class network.ike.plugin.ws.WsSyncMojo
Get the short SHA of HEAD for a subproject directory.
gitStatus(File) - Method in class network.ike.plugin.ws.CheckBranchMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.CommitMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.PushMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.ReportMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsAddMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsHelpMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsLintMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsRemoveMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
gitStatus(File) - Method in class network.ike.plugin.ws.WsSyncMojo
Run git status --porcelain on a subproject directory and return the output (empty string = clean).
goal() - Method in record class network.ike.plugin.ws.WorkspaceReportSpec
Returns the value of the goal record component.
goalName() - Method in enum class network.ike.plugin.ws.WsGoal
The bare goal name as it appears in @Mojo(name = ...).
graph() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the graph record component.
graph() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns the value of the graph record component.
GRAPH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
GraphWorkspaceMojo - Class in network.ike.plugin.ws
Print the workspace dependency graph.
GraphWorkspaceMojo() - Constructor for class network.ike.plugin.ws.GraphWorkspaceMojo
Creates this goal instance.
green(String) - Static method in class network.ike.plugin.ws.Ansi
Wrap text in green (success).
GREEN - Static variable in class network.ike.plugin.ws.Ansi
Green ANSI escape prefix.
group() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the group record component.
groupId() - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Returns the value of the groupId record component.

H

hasDrift() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the hasDrift record component.
hasEmptyRelativePath(Path) - Static method in class network.ike.plugin.ws.PomParentSupport
Check whether a POM's <parent> block declares an empty <relativePath/> (self-closing or empty content).
hasEmptyRelativePathInContent(String) - Static method in class network.ike.plugin.ws.PomParentSupport
Same as PomParentSupport.hasEmptyRelativePath(Path) but operating on raw POM content.
hashCode() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns a hash code value for this object.
hashCode() - Method in record class network.ike.plugin.ws.WorkspaceReportSpec
Returns a hash code value for this object.
hasStagedChanges(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether there are staged changes ready to commit.
hasUnstagedChanges(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether there are modified but unstaged changes in the working tree.
header(String) - Method in class network.ike.plugin.ws.CheckBranchMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.CommitMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.PushMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.ReportMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsAddMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsHelpMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsLintMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsRemoveMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Format a goal header line using the workspace name.
header(String) - Method in class network.ike.plugin.ws.WsSyncMojo
Format a goal header line using the workspace name.
headSha(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Get the 8-character short SHA of HEAD.
HELP - Enum constant in enum class network.ike.plugin.ws.WsGoal
 

I

IN_FLIGHT - Enum constant in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
The subproject has at least one of: a release/* branch left behind by an interrupted release, a local v* tag that was never pushed to origin.
inFlightReleaseBranches() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the inFlightReleaseBranches record component.
isAncestor(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether one commit is an ancestor of (or equal to) another.
isClean(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether the working tree is clean (no staged or unstaged changes).
isIkeManaged(Path) - Static method in record class network.ike.plugin.ws.vcs.VcsState
Check whether the .ike/ directory exists in the given path, indicating the repo is IKE-managed.
isLegacyWrapper(Path) - Static method in class network.ike.plugin.ws.MavenWrapper
Report whether the workspace carries the legacy custom "minimal bootstrap" mvnw that pre-standardization plugin versions generated.
isOptedOut(String) - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
 
isReleaseCadenceCommit(String) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Test whether a commit subject matches a release-cadence pattern (would be filtered out by WsReleaseDraftMojo.meaningfulCommitsSinceTag(File, String)).
isWorkspaceMode() - Method in class network.ike.plugin.ws.CheckBranchMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.CommitMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.PushMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.ReportMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsAddMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsHelpMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsLintMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsRemoveMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Check whether a workspace.yaml exists in the directory hierarchy.
isWorkspaceMode() - Method in class network.ike.plugin.ws.WsSyncMojo
Check whether a workspace.yaml exists in the directory hierarchy.

J

JVM_CONFIG_NO_HASH_COMMENTS - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
No .mvn/jvm.config file in the workspace root or any subproject may contain a line starting with #.

L

label() - Method in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
Lowercase human label.
label() - Method in enum class network.ike.plugin.ws.vcs.VcsState.Action
The lowercase label written to the state file.
LINT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
loadGraph() - Method in class network.ike.plugin.ws.CheckBranchMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.CommitMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.PushMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.ReportMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsAddMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsHelpMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsLintMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsRemoveMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Load the manifest and build the workspace graph.
loadGraph() - Method in class network.ike.plugin.ws.WsSyncMojo
Load the manifest and build the workspace graph.
localBranches(File, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List all local branches matching a prefix.
localBranchExists(File, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether a local branch exists.
localOnlyTags() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the localOnlyTags record component.
localTags() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the localTags record component.
log() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns the value of the log record component.

M

machine() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns the value of the machine record component.
manifestPath() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns the value of the manifestPath record component.
mavenVersion() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the mavenVersion record component.
MavenWrapper - Class in network.ike.plugin.ws
Shared generator for the three Maven Wrapper files that every workspace needs at the root: .mvn/wrapper/maven-wrapper.properties mvnw (POSIX launcher — must be LF; executable bit set) mvnw.cmd (Windows launcher — must be CRLF on Windows; see .gitattributes *.cmd text eol=crlf rule)
mergeAbortQuiet(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Abort an in-progress merge (git merge --abort).
mergedBranches(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List local branches matching a prefix that are fully merged into the given target branch.
mergeFfOnly(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Fast-forward-only merge.
mergeNoFf(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
No-fast-forward merge with a merge commit.
mergeSquash(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Squash-merge a branch into the current branch (does not commit).
model() - Method in class network.ike.plugin.ws.PomModel
The underlying Maven 4 model.
modified() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the modified record component.
modifiedTrackedCount(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Count tracked files with modifications (staged or unstaged), excluding untracked files.
mojoClass() - Method in enum class network.ike.plugin.ws.WsGoal
The mojo class that implements this goal.

N

name() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the name record component.
name() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the name record component.
needsSync(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether the local HEAD has fallen behind the VCS state file written by a coordinated workspace operation.
network.ike.plugin.ws - package network.ike.plugin.ws
 
network.ike.plugin.ws.bootstrap - package network.ike.plugin.ws.bootstrap
 
network.ike.plugin.ws.preflight - package network.ike.plugin.ws.preflight
 
network.ike.plugin.ws.reconcile - package network.ike.plugin.ws.reconcile
 
network.ike.plugin.ws.vcs - package network.ike.plugin.ws.vcs
 
network.ike.plugin.ws.verify - package network.ike.plugin.ws.verify
 
NO_FOUNDATION_PROPERTY_SHADOWING - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
No subproject's <properties> block may declare a locally-overriding value for any IKE-foundation property name (#346, surfaced by the its/ pom property-shadowing in the v150 cascade).
NO_ON_DISK_GHPAGES_LEAK - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
No on-disk gh-pages-style site output leaks at <projectDir>/<artifactId>/<artifactId>/index.html — whether or not git tracks them.
NO_SCPEXE_SITE_URLS - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
No subproject root POM (nor the workspace root) declares a <distributionManagement><site><url> starting with scpexe:// — that wagon was retired in ike-issues#304 in favor of the GitHub Pages publish path (https://ike.network/<repo>/ via the org CNAME).
NO_SNAPSHOT_PROPERTIES - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
No <properties> entry in any subproject root POM may hold a value ending in -SNAPSHOT.
noDrift(String) - Static method in record class network.ike.plugin.ws.reconcile.DriftReport
Convenience constructor for the "no drift" case.
nothingChanged() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
True when every declared subproject was already a healthy clone.

O

Observation(String, boolean, String, String, List, Set, Set, boolean) - Constructor for record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Creates an instance of a Observation record class.
of(File, WorkspaceGraph, List) - Static method in record class network.ike.plugin.ws.preflight.PreflightContext
Minimal context for conditions that only need root + subproject list.
of(List, PreflightContext) - Static method in class network.ike.plugin.ws.preflight.Preflight
Evaluate each condition in order against the given context.
openInBrowser(Path, Log) - Static method in class network.ike.plugin.ws.WorkspaceReport
Open the workspace root in the default file manager or IDE so the user can browse the ws꞉*.md reports alongside workspace.yaml and the aggregator pom.xml.
options() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns the value of the options record component.
optOutCommand() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the optOutCommand record component.
optOutFlag() - Method in class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
optOutFlag() - Method in class network.ike.plugin.ws.reconcile.FieldNormalizationReconciler
 
optOutFlag() - Method in class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
optOutFlag() - Method in interface network.ike.plugin.ws.reconcile.Reconciler
The Maven property name (without the -D prefix) that opts out of this reconciler's apply pass.
optOutFlag() - Method in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
org() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the org record component.
OVERVIEW - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
OverviewWorkspaceMojo - Class in network.ike.plugin.ws
Consolidated workspace overview — manifest, graph, status, cascade.
OverviewWorkspaceMojo() - Constructor for class network.ike.plugin.ws.OverviewWorkspaceMojo
Creates this goal instance.

P

Params(String, String, String, String, String, String, String, String, boolean, String) - Constructor for record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Creates an instance of a Params record class.
parent() - Method in class network.ike.plugin.ws.PomModel
Parent info, or null if no parent block.
PARENT_COHERENCE - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
 
ParentInfo(String, String, String) - Constructor for record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Creates an instance of a ParentInfo record class.
parentVersion() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the parentVersion record component.
parentVersion() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the parentVersion record component.
ParentVersionReconciler - Class in network.ike.plugin.ws.reconcile
Reconciler that cascades the workspace root POM's <parent> version across every cloned subproject (and any nested submodule POMs whose parent block matches the same groupId:artifactId).
ParentVersionReconciler() - Constructor for class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
parse(Path) - Static method in class network.ike.plugin.ws.PomModel
Parse a POM file into a model with location tracking.
passed() - Method in record class network.ike.plugin.ws.preflight.PreflightResult
True if every condition passed.
pin(String) - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
 
pinFlag() - Method in class network.ike.plugin.ws.reconcile.ParentVersionReconciler
 
pinFlag() - Method in interface network.ike.plugin.ws.reconcile.Reconciler
The Maven property name (without the -D prefix) that pins this reconciler to a specific value, overriding the default "move to latest" behavior.
PLUGIN_PREFIX - Static variable in enum class network.ike.plugin.ws.WsGoal
Shared ws: prefix for all goals in this plugin.
PomModel - Class in network.ike.plugin.ws
Read-only POM model backed by Maven 4's maven-api-model.
PomParentSupport - Class in network.ike.plugin.ws
Utilities for reading and updating <parent> blocks in POM files.
PomParentSupport.ParentInfo - Record Class in network.ike.plugin.ws
Parsed parent block from a POM file.
POST_RELEASE - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
PostMutationSync - Class in network.ike.plugin.ws
Refresh workspace state derived from POMs and on-disk siblings.
predictConflicts(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Predict merge conflicts without touching the index or working tree.
Preflight - Class in network.ike.plugin.ws.preflight
Runs a sequence of PreflightConditions against a shared PreflightContext and collects the failures into a PreflightResult.
PreflightCondition - Enum Class in network.ike.plugin.ws.preflight
Closed vocabulary of preflight checks that ws:* goals can require before they mutate workspace state.
PreflightContext - Record Class in network.ike.plugin.ws.preflight
Data that PreflightCondition.check(PreflightContext) invocations may need.
PreflightContext(File, WorkspaceGraph, List, String, String, String) - Constructor for record class network.ike.plugin.ws.preflight.PreflightContext
Creates an instance of a PreflightContext record class.
PreflightResult - Record Class in network.ike.plugin.ws.preflight
Outcome of a preflight run.
PreflightResult(List) - Constructor for record class network.ike.plugin.ws.preflight.PreflightResult
Creates an instance of a PreflightResult record class.
PreflightResult.Failure - Record Class in network.ike.plugin.ws.preflight
A single failing condition with the remediation it emitted.
properties() - Method in class network.ike.plugin.ws.PomModel
Properties from <properties>.
PULL - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
PullWorkspaceMojo - Class in network.ike.plugin.ws
Pull latest changes across the workspace.
PullWorkspaceMojo() - Constructor for class network.ike.plugin.ws.PullWorkspaceMojo
Creates this goal instance.
push(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Push to remote.
PUSH - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
PUSH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
pushIfRemoteExists(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Push to remote if it exists.
PushMojo - Class in network.ike.plugin.ws
Push with a VCS bridge catch-up preamble.
PushMojo() - Constructor for class network.ike.plugin.ws.PushMojo
Creates this goal instance.
pushRef(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Push a ref to a remote under the same name (git push <remote> <ref>:<ref>).
pushSafe(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Push to remote, ignoring failures (no remote, offline, etc.).
pushWithUpstream(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Push to remote with upstream tracking.

Q

qualified() - Method in enum class network.ike.plugin.ws.WsGoal
The fully-qualified goal invocation, e.g.

R

rawFlags() - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
Returns the value of the rawFlags record component.
readFrom(Path) - Static method in record class network.ike.plugin.ws.vcs.VcsState
Read the VCS state file from the given directory.
readParent(Path) - Static method in class network.ike.plugin.ws.PomParentSupport
Read the parent block from a POM file using the Maven 4 model API.
readPinnedVersion(Path) - Static method in class network.ike.plugin.ws.MavenWrapper
Read the pinned Maven version from an existing .mvn/wrapper/maven-wrapper.properties, or return null if the file does not exist or no version can be determined.
RECONCILE_BRANCHES_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
RECONCILE_BRANCHES_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
Reconciler - Interface in network.ike.plugin.ws.reconcile
One dimension of workspace-state reconciliation under the convergence pattern (ws:scaffold-{draft,publish}, #393).
ReconcilerOptions - Record Class in network.ike.plugin.ws.reconcile
Flag bag passed through WorkspaceContext to reconcilers.
ReconcilerOptions(Map) - Constructor for record class network.ike.plugin.ws.reconcile.ReconcilerOptions
Creates an instance of a ReconcilerOptions record class.
ReconcilerRegistry - Class in network.ike.plugin.ws.reconcile
Compile-time registry of the workspace-level reconcilers iterated by ws:scaffold-draft (report) and ws:scaffold-publish (apply).
red(String) - Static method in class network.ike.plugin.ws.Ansi
Wrap text in red (error).
RED - Static variable in class network.ike.plugin.ws.Ansi
Red ANSI escape prefix.
refresh(File, Log) - Static method in class network.ike.plugin.ws.PostMutationSync
Run all post-mutation derivations against the workspace at workspaceRoot.
REFRESH_MAIN - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
RELEASE - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
RELEASE_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
RELEASE_NOTES - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
RELEASE_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
RELEASE_STATUS - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
releaseBranches() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the releaseBranches record component.
ReleaseStatusInspector - Class in network.ike.plugin.ws
Pure inference logic for WsReleaseStatusMojo — given a snapshot of git observations for one subproject, classifies the subproject's release state.
ReleaseStatusInspector.Finding - Record Class in network.ike.plugin.ws
Classification result for a single subproject.
ReleaseStatusInspector.Observation - Record Class in network.ike.plugin.ws
Raw git observations for a single subproject.
ReleaseStatusInspector.Status - Enum Class in network.ike.plugin.ws
High-level summary of a subproject's release state, derived from git artifacts alone.
remediation() - Method in record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Returns the value of the remediation record component.
remoteReachable() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the remoteReachable record component.
remoteRefExists(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Check whether a remote ref exists by shelling out to git ls-remote.
remoteSha(File, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Get the 8-character short SHA of a remote branch, or empty if unreachable.
remoteTags() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the remoteTags record component.
REMOVE - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
REPORT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
ReportMojo - Class in network.ike.plugin.ws
List and open the ws꞉*.md goal reports at the workspace root.
ReportMojo() - Constructor for class network.ike.plugin.ws.ReportMojo
Creates this goal instance.
reportPath(Path, String) - Static method in class network.ike.plugin.ws.WorkspaceReport
Resolve the report file path for a specific goal.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.CheckBranchMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.CommitMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.PushMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.ReportMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsAddMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsHelpMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsLintMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsRemoveMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requireParam(String, String, String) - Method in class network.ike.plugin.ws.WsSyncMojo
Prompt the user interactively for a required parameter when it was not supplied on the command line.
requirePassed(WsGoal) - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Hard-fail contract for publish mojos.
RESET - Static variable in class network.ike.plugin.ws.Ansi
ANSI reset suffix.
resetHard(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Hard reset — updates HEAD, index, and working tree to match ref, discarding uncommitted changes.
resetSoft(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Soft reset (no --hard) — updates HEAD and index, leaves working tree.
resolveManifest() - Method in class network.ike.plugin.ws.CheckBranchMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.CommitMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.PushMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.ReportMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsAddMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsHelpMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsLintMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsRemoveMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveManifest() - Method in class network.ike.plugin.ws.WsSyncMojo
Resolve the manifest path — explicit parameter, or search upward.
resolveMvnCommand(File) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Resolve the Maven executable for a subproject directory.
Result(int, int, int, int, int, int, List) - Constructor for record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Creates an instance of a Result record class.
rows() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the rows record component.
run() - Method in class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Run the full per-subproject initialization pass and emit the workspace-level docs (GOALS.md, WS-REFERENCE.md, CLAUDE.md, CLAUDE-&lt;name&gt;.md).
runAllChecks() - Method in class network.ike.plugin.ws.verify.WorkspaceVerifier
Run every verification check; returns the row data the caller uses to render its markdown report.
runGoal() - Method in class network.ike.plugin.ws.CheckBranchMojo
 
runGoal() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
 
runGoal() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.CommitMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
 
runGoal() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
 
runGoal() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
 
runGoal() - Method in class network.ike.plugin.ws.PushMojo
 
runGoal() - Method in class network.ike.plugin.ws.ReportMojo
 
runGoal() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
 
runGoal() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsAddMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsHelpMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsLintMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsRemoveMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
 
runGoal() - Method in class network.ike.plugin.ws.WsSyncMojo
 

S

SCAFFOLD_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
SCAFFOLD_INIT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
SCAFFOLD_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
ScaffoldConventionReconciler - Class in network.ike.plugin.ws.reconcile
Reconciler that upgrades workspace scaffold conventions to the current plugin version (IKE-Network/ike-issues#393).
ScaffoldConventionReconciler() - Constructor for class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
selectFromList(String, List) - Method in class network.ike.plugin.ws.CheckBranchMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.CommitMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.PushMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.ReportMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsAddMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsHelpMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsLintMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsRemoveMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Prompt the user to pick from a numbered list.
selectFromList(String, List) - Method in class network.ike.plugin.ws.WsSyncMojo
Prompt the user to pick from a numbered list.
setLog(Log) - Method in class network.ike.plugin.ws.CheckBranchMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.CommitMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.PushMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.ReportMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsAddMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsHelpMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsLintMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsRemoveMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Replace the logger.
setLog(Log) - Method in class network.ike.plugin.ws.WsSyncMojo
Replace the logger.
sha() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the sha record component.
sha() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns the value of the sha record component.
shortSha() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the shortSha record component.
skipGit() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the skipGit record component.
skipped() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the skipped record component.
stashApply(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Apply a stash identified by its ref (git stash apply <ref>).
stashDrop(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Drop the top of the stash stack (git stash drop).
stashPushUntracked(File, Log, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Stash the working tree including untracked files (git stash push -u -m <message>).
status() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the status record component.
STIGNORE - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
StignoreWorkspaceMojo - Class in network.ike.plugin.ws
Generate Syncthing .stignore files for the workspace.
StignoreWorkspaceMojo() - Constructor for class network.ike.plugin.ws.StignoreWorkspaceMojo
Creates this goal instance.
SUBPROJECT_HAS_DISTRIBUTION_MANAGEMENT - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
Every workspace subproject's root POM must either declare <distributionManagement> locally or have a <parent> block to inherit from (#346, surfaced by #343 when its/ was missing both).
SubprojectInitializer - Class in network.ike.plugin.ws.bootstrap
Walks the subprojects declared in workspace.yaml and ensures each one is cloned and initialized with the workspace-standard configuration: post-checkout git hook, Maven wrapper at the declared version, .mvn/jvm.config, and the per-subproject CLAUDE.md / CLAUDE-<name>.md pair.
SubprojectInitializer(WorkspaceGraph, File, String, Log) - Constructor for class network.ike.plugin.ws.bootstrap.SubprojectInitializer
Bind an initializer to an already-loaded workspace.
SubprojectInitializer.Result - Record Class in network.ike.plugin.ws.bootstrap
Outcome counters for one initialization pass.
subprojectName() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns the value of the subprojectName record component.
subprojectName() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns the value of the subprojectName record component.
subprojects() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the subprojects record component.
SubprojectSnapshot - Record Class in network.ike.plugin.ws
Immutable snapshot of a single workspace subproject at checkpoint time.
SubprojectSnapshot(String, String, String, String, String, boolean) - Constructor for record class network.ike.plugin.ws.SubprojectSnapshot
Creates an instance of a SubprojectSnapshot record class.
summary() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns the value of the summary record component.
SWITCH - Enum constant in enum class network.ike.plugin.ws.vcs.VcsState.Action
 
SWITCH_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
SWITCH_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
sync(File, Log) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Synchronize local git state to match the VCS state file.
SYNC - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
syncthing() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the syncthing record component.

T

tagName() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the tagName record component.
timestamp() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns the value of the timestamp record component.
toAppliedMarkdown() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Render this report as a Markdown fragment describing what a scaffold-publish reconciler applied — the past-tense counterpart of DriftReport.toMarkdown() (IKE-Network/ike-issues#431).
toMarkdown() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Render this report as a Markdown fragment for a goal report file (IKE-Network/ike-issues#407).
toString() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.preflight.PreflightResult.Failure
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.reconcile.DriftReport
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.reconcile.ReconcilerOptions
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Finding
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.ReleaseStatusInspector.Observation
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.vcs.VcsState
Returns a string representation of this record class.
toString() - Method in record class network.ike.plugin.ws.WorkspaceReportSpec
Returns a string representation of this record class.

U

uncommittedStatus(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List files with any uncommitted changes (staged, unstaged, or untracked).
unstagedFiles(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List files with unstaged modifications in the working tree.
untrackedFiles(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
List untracked, non-ignored files in the working tree.
UPDATE_FEATURE_DRAFT - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
UPDATE_FEATURE_PUBLISH - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
updated() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the updated record component.
updateDependencyVersion(String, String, String, String) - Static method in class network.ike.plugin.ws.PomModel
Update the version of a specific dependency identified by groupId:artifactId.
UpdateFeatureDraftMojo - Class in network.ike.plugin.ws
Update the current feature branch by incorporating changes from main.
UpdateFeatureDraftMojo() - Constructor for class network.ike.plugin.ws.UpdateFeatureDraftMojo
Creates this goal instance.
UpdateFeaturePublishMojo - Class in network.ike.plugin.ws
Execute a feature branch update from main.
UpdateFeaturePublishMojo() - Constructor for class network.ike.plugin.ws.UpdateFeaturePublishMojo
Creates this goal instance.
updateParentVersion(String, String, String, String) - Static method in class network.ike.plugin.ws.PomModel
Update the parent version in a POM's <parent> block.
updateParentVersion(String, String, String, String) - Static method in class network.ike.plugin.ws.PomParentSupport
Update the parent version for a matching groupId:artifactId.
updatePluginVersion(String, String, String, String) - Static method in class network.ike.plugin.ws.PomModel
Update the version of a specific plugin identified by groupId:artifactId.
updateProperty(String, String, String) - Static method in class network.ike.plugin.ws.PomModel
Update a version property value in the POM content.
updateRef(File, Log, String, String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Point a ref at a given target (git update-ref <ref> <target>).
Upgrade steps - Section in class network.ike.plugin.ws.reconcile.ScaffoldConventionReconciler
 
userEmail(File) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Read git config user.email for the repository.
userSlug(String) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Derive an ASCII-safe slug from a git email address.

V

validateFeatureName(String) - Static method in class network.ike.plugin.ws.CheckBranchMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.CommitMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureStartDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.FeatureStartPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.GraphWorkspaceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.PullWorkspaceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.PushMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.ReportMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.VerifyConvergenceMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsAddMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsAlignDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsAlignPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsHelpMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsLintMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsPostReleaseMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsRefreshMainMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReleaseNotesMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReleasePublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsReleaseStatusMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsRemoveMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsSwitchDraftMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsSwitchPublishMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateFeatureName(String) - Static method in class network.ike.plugin.ws.WsSyncMojo
Validate a feature-name string with FeatureName.of(String) and surface any rule violation as a clean MojoException (the raw IllegalArgumentException would otherwise bubble up as a Maven internal error).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.CheckBranchMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.CommitMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureStartDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.FeatureStartPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.GraphWorkspaceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.PullWorkspaceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.PushMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.ReportMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.VerifyConvergenceMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsAddMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsAlignDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsAlignPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsHelpMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsLintMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsPostReleaseMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsRefreshMainMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReleaseNotesMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReleasePublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsReleaseStatusMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsRemoveMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsSwitchDraftMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsSwitchPublishMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateMavenVersion(String) - Static method in class network.ike.plugin.ws.WsSyncMojo
Validate a Maven version string with MavenVersion.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.CheckBranchMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.CommitMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureStartDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.FeatureStartPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.GraphWorkspaceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.PullWorkspaceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.PushMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.ReportMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.VerifyConvergenceMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsAddMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsAlignDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsAlignPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsHelpMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsLintMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsPostReleaseMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsRefreshMainMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReleaseDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReleaseNotesMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReleasePublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsReleaseStatusMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsRemoveMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsSwitchDraftMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsSwitchPublishMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
validateSubprojectName(String) - Static method in class network.ike.plugin.ws.WsSyncMojo
Validate a subproject-name string with SubprojectName.of(String) and surface any rule violation as a MojoException (ike-issues#295).
valueOf(String) - Static method in enum class network.ike.plugin.ws.preflight.PreflightCondition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class network.ike.plugin.ws.vcs.VcsState.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class network.ike.plugin.ws.WsGoal
Returns the enum constant of this class with the specified name.
values() - Static method in enum class network.ike.plugin.ws.preflight.PreflightCondition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class network.ike.plugin.ws.ReleaseStatusInspector.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class network.ike.plugin.ws.vcs.VcsState.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class network.ike.plugin.ws.WsGoal
Returns an array containing the constants of this enum class, in the order they are declared.
VcsOperations - Class in network.ike.plugin.ws.vcs
Git and VCS state operations for the IKE VCS Bridge.
VcsState - Record Class in network.ike.plugin.ws.vcs
The VCS state file (.ike/vcs-state) records the last VCS action performed in a repository.
VcsState(String, String, String, String, VcsState.Action) - Constructor for record class network.ike.plugin.ws.vcs.VcsState
Creates an instance of a VcsState record class.
VcsState.Action - Enum Class in network.ike.plugin.ws.vcs
Actions written to the state file by hooks and plugin goals.
VERIFY_CONVERGENCE - Enum constant in enum class network.ike.plugin.ws.WsGoal
 
VerifyConvergenceMojo - Class in network.ike.plugin.ws
Check transitive dependency convergence across workspace subprojects.
VerifyConvergenceMojo() - Constructor for class network.ike.plugin.ws.VerifyConvergenceMojo
Creates this goal instance.
version() - Method in record class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
Returns the value of the version record component.
version() - Method in record class network.ike.plugin.ws.PomParentSupport.ParentInfo
Returns the value of the version record component.
version() - Method in record class network.ike.plugin.ws.SubprojectSnapshot
Returns the value of the version record component.

W

warnIfFailed(Log, WsGoal) - Method in record class network.ike.plugin.ws.preflight.PreflightResult
Soft-fail contract for draft mojos.
What this reconciler aligns - Section in class network.ike.plugin.ws.reconcile.AlignmentReconciler
 
WORKING_TREE_CLEAN - Enum constant in enum class network.ike.plugin.ws.preflight.PreflightCondition
Every subproject working tree (and the workspace root itself, if it is a git repo) must have no uncommitted changes.
WORKSPACE_ROOT_NAME - Static variable in enum class network.ike.plugin.ws.preflight.PreflightCondition
Special marker used when the workspace root itself has uncommitted changes.
WorkspaceBootstrap - Class in network.ike.plugin.ws.bootstrap
Generates the on-disk scaffold for a brand-new IKE workspace.
WorkspaceBootstrap(WorkspaceBootstrap.Params, Log) - Constructor for class network.ike.plugin.ws.bootstrap.WorkspaceBootstrap
Create a workspace bootstrapper bound to a parameter bag and a logger.
WorkspaceBootstrap.Params - Record Class in network.ike.plugin.ws.bootstrap
Parameters captured from the user-facing mojo.
WorkspaceContext - Record Class in network.ike.plugin.ws.reconcile
Context handed to each Reconciler for detect and apply.
WorkspaceContext(File, Path, WorkspaceGraph, ReconcilerOptions, Log) - Constructor for record class network.ike.plugin.ws.reconcile.WorkspaceContext
Creates an instance of a WorkspaceContext record class.
workspaceIgnorePatterns() - Static method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Build the workspace-level .stignore content, which includes the common patterns plus workspace-specific entries.
workspaceName() - Method in class network.ike.plugin.ws.CheckBranchMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.CommitMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.PushMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.ReportMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsAddMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsHelpMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsLintMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsRemoveMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Read the workspace name from the root POM's artifactId.
workspaceName() - Method in class network.ike.plugin.ws.WsSyncMojo
Read the workspace name from the root POM's artifactId.
WorkspaceReport - Class in network.ike.plugin.ws
Per-goal report writer for ws:* goals.
WorkspaceReportSpec - Record Class in network.ike.plugin.ws
The report a ws:* goal produces — which goal it is and the Markdown body.
WorkspaceReportSpec(WsGoal, String) - Constructor for record class network.ike.plugin.ws.WorkspaceReportSpec
Creates an instance of a WorkspaceReportSpec record class.
workspaceRoot() - Method in class network.ike.plugin.ws.CheckBranchMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.CleanupWorkspaceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.CleanupWorkspacePublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.CommitMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureAbandonDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureAbandonPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureFinishMergeDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureFinishMergePublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureFinishSquashDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureFinishSquashPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureStartDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.FeatureStartPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.GraphWorkspaceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.OverviewWorkspaceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.PullWorkspaceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.PushMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.ReportMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.StignoreWorkspaceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.UpdateFeatureDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.UpdateFeaturePublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.VerifyConvergenceMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsAddMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsAlignDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsAlignPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsCheckpointDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsCheckpointPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsHelpMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsLintMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsPostReleaseMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsRefreshMainMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReleaseDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReleaseNotesMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReleasePublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsReleaseStatusMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsRemoveMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsScaffoldDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsScaffoldPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsSwitchDraftMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsSwitchPublishMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in class network.ike.plugin.ws.WsSyncMojo
Resolve the workspace root directory (parent of workspace.yaml).
workspaceRoot() - Method in record class network.ike.plugin.ws.preflight.PreflightContext
Returns the value of the workspaceRoot record component.
workspaceRoot() - Method in record class network.ike.plugin.ws.reconcile.WorkspaceContext
Returns the value of the workspaceRoot record component.
WorkspaceVerifier - Class in network.ike.plugin.ws.verify
Workspace-wide verification — the read-only logic formerly in the retired ws:verify goal (IKE-Network/ike-issues#393).
WorkspaceVerifier(Log, WorkspaceGraph, File, Path, boolean, boolean) - Constructor for class network.ike.plugin.ws.verify.WorkspaceVerifier
Construct a verifier bound to a single workspace.
WRAPPER_VERSION - Static variable in class network.ike.plugin.ws.MavenWrapper
Apache Maven Wrapper version of the vendored mvnw / mvnw.cmd scripts.
wrappers() - Method in record class network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
Returns the value of the wrappers record component.
write(Path, String, String, Log) - Static method in class network.ike.plugin.ws.WorkspaceReport
Write a goal's report to its per-goal file at the workspace root, overwriting any previous content.
writeAll(Path, String) - Static method in class network.ike.plugin.ws.MavenWrapper
Unconditionally (re)write all three wrapper files, overwriting any that already exist.
writeMissingFiles(Path, String) - Static method in class network.ike.plugin.ws.MavenWrapper
Install any of the three wrapper files that are missing from the given workspace directory.
writeMvnwCmdScript(Path) - Static method in class network.ike.plugin.ws.MavenWrapper
Write the standard Apache Windows mvnw.cmd launcher script.
writeMvnwScript(Path) - Static method in class network.ike.plugin.ws.MavenWrapper
Write the standard Apache POSIX mvnw launcher script and mark it executable.
writePropertiesFile(Path, String) - Static method in class network.ike.plugin.ws.MavenWrapper
Write maven-wrapper.properties in the standard only-script form for the given Maven version.
writeTo(Path, VcsState) - Static method in record class network.ike.plugin.ws.vcs.VcsState
Write the VCS state file to the given directory.
writeVcsState(File, VcsState.Action) - Static method in class network.ike.plugin.ws.vcs.VcsOperations
Write the VCS state file for the given directory.
WsAddMojo - Class in network.ike.plugin.ws
Add a subproject repository to an existing workspace.
WsAddMojo() - Constructor for class network.ike.plugin.ws.WsAddMojo
Creates this goal instance.
WsAlignDraftMojo - Class in network.ike.plugin.ws
Preview inter-subproject dependency, plugin, and parent version alignment across every cloned subproject.
WsAlignDraftMojo() - Constructor for class network.ike.plugin.ws.WsAlignDraftMojo
Creates this goal instance.
WsAlignPublishMojo - Class in network.ike.plugin.ws
Apply inter-subproject version alignment.
WsAlignPublishMojo() - Constructor for class network.ike.plugin.ws.WsAlignPublishMojo
Creates this goal instance.
WsCheckpointDraftMojo - Class in network.ike.plugin.ws
Create a workspace checkpoint — tag every subproject at its current HEAD and record the snapshot in a YAML manifest.
WsCheckpointDraftMojo() - Constructor for class network.ike.plugin.ws.WsCheckpointDraftMojo
Creates this goal instance.
WsCheckpointPublishMojo - Class in network.ike.plugin.ws
Execute a workspace checkpoint with auto-alignment.
WsCheckpointPublishMojo() - Constructor for class network.ike.plugin.ws.WsCheckpointPublishMojo
Creates this goal instance.
WsGoal - Enum Class in network.ike.plugin.ws
Compile-time identity for every ws:* goal in this plugin.
WsHelpMojo - Class in network.ike.plugin.ws
Displays available ws: workspace goals, enumerated from the compile-time WsGoal registry.
WsHelpMojo() - Constructor for class network.ike.plugin.ws.WsHelpMojo
Creates this goal instance.
WsLintMojo - Class in network.ike.plugin.ws
Surface workspace-hygiene preflight conditions as a standalone gate (ike-issues#217).
WsLintMojo() - Constructor for class network.ike.plugin.ws.WsLintMojo
Creates this goal instance.
WsPostReleaseMojo - Class in network.ike.plugin.ws
Post-release version bump across workspace subprojects.
WsPostReleaseMojo() - Constructor for class network.ike.plugin.ws.WsPostReleaseMojo
Creates this goal instance.
WsReconcileBranchesDraftMojo - Class in network.ike.plugin.ws
Reconcile workspace.yaml branch fields against on-disk git state (preview).
WsReconcileBranchesDraftMojo() - Constructor for class network.ike.plugin.ws.WsReconcileBranchesDraftMojo
Creates this goal instance.
WsReconcileBranchesPublishMojo - Class in network.ike.plugin.ws
Apply branch reconciliation against on-disk git state (publish).
WsReconcileBranchesPublishMojo() - Constructor for class network.ike.plugin.ws.WsReconcileBranchesPublishMojo
Creates this goal instance.
WsRefreshMainMojo - Class in network.ike.plugin.ws
Refresh local main from origin/main across the workspace.
WsRefreshMainMojo() - Constructor for class network.ike.plugin.ws.WsRefreshMainMojo
Creates this goal instance.
WsReleaseDraftMojo - Class in network.ike.plugin.ws
Workspace-level release — release all release-pending checked-out components (those with unreleased commits since their last tag, or cascaded as transitive downstream of one) in topological order.
WsReleaseDraftMojo() - Constructor for class network.ike.plugin.ws.WsReleaseDraftMojo
Creates this goal instance.
WsReleaseNotesMojo - Class in network.ike.plugin.ws
Generate release notes from a GitHub milestone's closed issues.
WsReleaseNotesMojo() - Constructor for class network.ike.plugin.ws.WsReleaseNotesMojo
Creates this goal instance.
WsReleasePublishMojo - Class in network.ike.plugin.ws
Execute a workspace release with per-subproject catch-up alignment.
WsReleasePublishMojo() - Constructor for class network.ike.plugin.ws.WsReleasePublishMojo
Creates this goal instance.
WsReleaseStatusMojo - Class in network.ike.plugin.ws
Read-only diagnostic for any in-flight or partial workspace release.
WsReleaseStatusMojo() - Constructor for class network.ike.plugin.ws.WsReleaseStatusMojo
Creates this goal instance.
WsRemoveMojo - Class in network.ike.plugin.ws
Remove a subproject from the workspace.
WsRemoveMojo() - Constructor for class network.ike.plugin.ws.WsRemoveMojo
Creates this goal instance.
WsScaffoldDraftMojo - Class in network.ike.plugin.ws
Workspace-walking variant of ike:scaffold-draft (#350).
WsScaffoldDraftMojo() - Constructor for class network.ike.plugin.ws.WsScaffoldDraftMojo
Creates this goal instance.
WsScaffoldInitMojo - Class in network.ike.plugin.ws
Bootstrap a workspace: create it from scratch when there is no workspace.yaml, otherwise clone any declared-but-missing subprojects.
WsScaffoldInitMojo() - Constructor for class network.ike.plugin.ws.WsScaffoldInitMojo
Creates this goal instance.
WsScaffoldPublishMojo - Class in network.ike.plugin.ws
Apply scaffold per subproject (#350).
WsScaffoldPublishMojo() - Constructor for class network.ike.plugin.ws.WsScaffoldPublishMojo
Creates this goal instance.
WsSwitchDraftMojo - Class in network.ike.plugin.ws
Switch all workspace subprojects to a different branch with optional auto-stash.
WsSwitchDraftMojo() - Constructor for class network.ike.plugin.ws.WsSwitchDraftMojo
Creates this goal instance.
WsSwitchPublishMojo - Class in network.ike.plugin.ws
Execute a branch switch across workspace subprojects.
WsSwitchPublishMojo() - Constructor for class network.ike.plugin.ws.WsSwitchPublishMojo
Creates this goal instance.
WsSyncMojo - Class in network.ike.plugin.ws
Pull then push across the workspace — the everyday "sync" operation: bring down what teammates have committed, then push up what I have committed.
WsSyncMojo() - Constructor for class network.ike.plugin.ws.WsSyncMojo
Creates this goal instance.

Y

yellow(String) - Static method in class network.ike.plugin.ws.Ansi
Wrap text in yellow (warning).
YELLOW - Static variable in class network.ike.plugin.ws.Ansi
Yellow ANSI escape prefix.
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values