All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.wicp.tams.commons.jenkins.IFlow Maven / Gradle / Ivy

There is a newer version: 2.3.4
Show newest version
package net.wicp.tams.commons.jenkins;

import net.wicp.tams.commons.Result;

/***
 * 流程操作
 * 
 * @author zhoujunhui
 *
 */
public interface IFlow {
	public Result buildFlow();

	public Result startFlow();

	public Result stopFlow();

	public Result deleteFlow();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy