Examples of markAsDeployDirty()


Examples of org.jitterbit.integration.data.project.IntegrationProject.markAsDeployDirty()

    @Override
    public final void execute(String tag) {
        IntegrationProject partialProject = createPartialProject();
        if (partialProject != null) {
            partialProject.markAsDeployDirty();
            deployData = new DeployDataImpl(managedProject, partialProject, true);
            deployData.setTag(tag);
            deployLauncher.startDeploy(deployData);
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.