npanday.lifecycle.LifecycleMappingBuilder Maven / Gradle / Ivy
The newest version!
//
// Generated stub from file:/D:/NPANDAY-COMMUNITY/release/target/checkout/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy
//
package npanday.lifecycle;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import npanday.ArtifactType;
public class LifecycleMappingBuilder
extends java.lang.Object
implements groovy.lang.GroovyObject
{
private LifecycleMapping mapping = null;
public LifecycleMapping getMapping() {
throw new InternalError("Stubbed method");
}
public void setMapping(LifecycleMapping value) {
throw new InternalError("Stubbed method");
}
/**
* Magic constructor
*/
private LifecycleMappingBuilder(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
throw new InternalError("Stubbed method");
}
public LifecycleMappingBuilder(ArtifactType type) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
public java.lang.Object methodMissing(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object addPhase(java.lang.Object name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
static public LifecycleMapping build(ArtifactType type, Closure buildIt) {
throw new InternalError("Stubbed method");
}
/**
* validate the project is correct and all necessary information is available.
*/
public java.lang.Object validate(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* initialize build state, e.g. set properties or create directories.
*/
public java.lang.Object initialize(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* generate any source code for inclusion in compilation.
*/
public java.lang.Object generate_sources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* process the source code, for example to filter any values.
*/
public java.lang.Object process_sources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* generate resources for inclusion in the package.
*/
public java.lang.Object generate_resources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* copy and process the resources into the destination directory, ready for packaging.
*/
public java.lang.Object process_resources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* compile the source code of the project.
*/
public java.lang.Object compile(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* post-process the generated files from compilation, for example to do bytecode enhancement on Java classes.
*/
public java.lang.Object process_classes(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* generate any test source code for inclusion in compilation.
*/
public java.lang.Object generate_test_sources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* process the test source code, for example to filter any values.
*/
public java.lang.Object process_test_sources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* create resources for testing.
*/
public java.lang.Object generate_test_resources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* copy and process the resources into the test destination directory.
*/
public java.lang.Object process_test_resources(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* compile the test source code into the test destination directory
*/
public java.lang.Object test_compile(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* post-process the generated files from test compilation, for example to do bytecode enhancement on Java classes. For Maven 2.0.5 and above.
*/
public java.lang.Object process_test_classes(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* run tests using a suitable unit testing framework. These tests should not require the code be packaged or deployed.
*/
public java.lang.Object test(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* perform any operations necessary to prepare a package before the actual packaging. This often results in an unpacked, processed version of the package. (Maven 2.1 and above)
*/
public java.lang.Object prepare_package(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* take the compiled code and package it in its distributable format, such as a JAR.
*/
public java.lang.Object _package(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* perform actions required before integration tests are executed. This may involve things such as setting up the required environment.
*/
public java.lang.Object pre_integration_test(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* process and deploy the package if necessary into an environment where integration tests can be run.
*/
public java.lang.Object integration_test(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* perform actions required after integration tests have been executed. This may including cleaning up the environment.
*/
public java.lang.Object post_integration_test(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* run any checks to verify the package is valid and meets quality criteria.
*/
public java.lang.Object verify(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* install the package into the local repository, for use as a dependency in other projects locally.
*/
public java.lang.Object install(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
/**
* done in an integration or release environment, copies the final package to the remote repository for sharing with other developers and p
*/
public java.lang.Object deploy(java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy