org.openscm.kundo.plugins.InstallDeployDelegate Maven / Gradle / Ivy
//
// Generated stub from file:/buildfactory/kundo/hudson/jobs/Release-Kundo_Plug-ins/workspace/plugins/target/checkout/plugins/kundo-dependency-management-plugin/src/main/groovy/org/openscm/kundo/plugins/InstallDeployDelegate.groovy
//
package org.openscm.kundo.plugins;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import org.openscm.kundo.plugins.context.BuildContext;
import org.openscm.kundo.common.logging.SimpleLogger;
/**
* Install Artifact Delegate
*
* @author Ben Leedham
* @version 1.0.0
Description: Delegate to populate either a local or remote repository with an artifact or pom
The install deploy delegate will install or deploy an artifact or a pom depending on which target is called.
doInstallArtifact: Installs an artifact to your local dependency cache.
doInstallPom: Installs a pom file to your local dependency cache.
doDeployArtifact: Deploys an artifact to a remote repository specified in either a pom or a settings file.
doDeployPom: Deploys a pom to a remote repository specified in either a pom or a settings file.
*/
public class InstallDeployDelegate
extends AbstractDependenciesDelegate
{
protected java.lang.String method = null;
protected java.lang.String type = null;
private InstallDeployDelegate(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
super((AntBuilder)null, (BuildContext)null);
throw new InternalError("Stubbed method");
}
/**
* Constructor
*
* @param ant AntBuilder instance
* @param buildContext BuildContext instance
*/
public InstallDeployDelegate(AntBuilder ant, BuildContext buildContext) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
/**
* Setter method for member variable method
*
* @param method String representation of the method to use install/deploy
*/
public void setMethod(java.lang.String method) {
throw new InternalError("Stubbed method");
}
/**
* Setter method for member variable type
*
* @param type String representation of the artifact type pom/artifact
*/
public void setType(java.lang.String type) {
throw new InternalError("Stubbed method");
}
/**
* delegate implementation method to be called by doExecute
*/
public void doInstallDeploy() {
throw new InternalError("Stubbed method");
}
/**
* Concrete implementation of the AbstractPluginTargetDelegate.execute() method
*/
public void doExecute() {
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 - 2025 Weber Informatics LLC | Privacy Policy