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

com.automationrockstars.gunter.events.JobScheduled Maven / Gradle / Ivy

The newest version!
/*
 * 
 */
package com.automationrockstars.gunter.events;

import java.util.Map;

public interface JobScheduled extends Event {

    String getProjectName();

    Object getParameter(String name);

    void setParameter(String name, Object val);

    Map getParameters();

    void setParameters(Map params);

    String getCause();

    void setCause(String cause);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy