@Extension public class CascadeOptions extends hudson.model.AbstractDescribableImpl<CascadeOptions> implements PluginConstants
| Modifier and Type | Class and Description |
|---|---|
static class |
CascadeOptions.TheDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static String |
MAVEN_COMMIT_GOALS
Perform SCM:
|
static String |
MAVEN_DEPENDENCY_GOALS
Maven dependency version update goals.
|
static String |
MAVEN_PARENT_GOALS
Maven parent version update goals.
|
static String |
MAVEN_RELEASE_GOALS
Perform maven release.
|
static String |
MAVEN_VALIDATE_GOALS
Perform maven validation.
|
static CascadeOptions.TheDescriptor |
META |
static String |
NAME
Collect fields of this bean as named JSON object.
|
CASCADE_PROJECT_ICON, CASCADE_PROJECT_NAME, CASCADE_PROJECT_PRONOUN, LAYOUT_ACTION_ICON, LAYOUT_ACTION_NAME, LAYOUT_ACTION_URL, LOGGER_PREFIX, MEMBER_ACTION_ICON, MEMBER_ACTION_NAME, MEMBER_ACTION_URL, MEMBER_GRAPH_NAME, MEMBER_VIEW_ICON, MEMBER_VIEW_NAME, MEMBER_VIEW_URL, PLUGIN_HELP, PLUGIN_ICON, PLUGIN_ID, PLUGIN_IMAGES, PLUGIN_IMAGES_16, PLUGIN_IMAGES_24, PLUGIN_IMAGES_32, PLUGIN_IMAGES_48, PLUGIN_NAME, PLUGIN_URL| Constructor and Description |
|---|
CascadeOptions() |
CascadeOptions(String mavenValidateGoals,
String mavenParentGoals,
String mavenDependencyGoals,
String mavenCommitGoals,
String mavenReleaseGoals,
boolean shouldLogActions,
boolean shouldLogDependency,
boolean shouldPushUpdates) |
| Modifier and Type | Method and Description |
|---|---|
CascadeOptions.TheDescriptor |
getDescriptor() |
String |
getMavenCommitGoals() |
String |
getMavenDependencyGoals() |
String |
getMavenParentGoals() |
String |
getMavenReleaseGoals() |
String |
getMavenValidateGoals() |
boolean |
getShouldLogActions() |
boolean |
getShouldLogDependency() |
boolean |
getShouldPushUpdates() |
public static final String MAVEN_COMMIT_GOALS
git pull git add pom.xml git commit -m "message" git push
public static final String MAVEN_DEPENDENCY_GOALS
public static final String MAVEN_PARENT_GOALS
public static final String MAVEN_RELEASE_GOALS
public static final String MAVEN_VALIDATE_GOALS
@Extension public static final CascadeOptions.TheDescriptor META
public static final String NAME
public CascadeOptions.TheDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<CascadeOptions>getDescriptor in class hudson.model.AbstractDescribableImpl<CascadeOptions>public String getMavenCommitGoals()
public String getMavenDependencyGoals()
public String getMavenParentGoals()
public String getMavenReleaseGoals()
public String getMavenValidateGoals()
public boolean getShouldLogActions()
public boolean getShouldLogDependency()
public boolean getShouldPushUpdates()
Copyright © 2004-2013 Barchart, Inc.. All Rights Reserved.