@IdiotProofImmutable public final class UpdateMavenScmExecutable extends Object implements org.kuali.common.util.execute.Executable
Modifier and Type | Class and Description |
---|---|
static class |
UpdateMavenScmExecutable.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateMavenScmExecutable |
build(org.apache.maven.project.MavenProject project,
boolean skip) |
static UpdateMavenScmExecutable.Builder |
builder() |
void |
execute() |
org.apache.maven.project.MavenProject |
getMavenProject() |
boolean |
isSkip() |
public void execute()
execute
in interface org.kuali.common.util.execute.Executable
public static UpdateMavenScmExecutable build(org.apache.maven.project.MavenProject project, boolean skip)
public static UpdateMavenScmExecutable.Builder builder()
public org.apache.maven.project.MavenProject getMavenProject()
public boolean isSkip()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.