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

ch.sbb.releasetrain.state.model.ActionResult Maven / Gradle / Ivy

/*
 * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
 * and to You under the Apache License, Version 2.0.
 */
package ch.sbb.releasetrain.state.model;

/**
 * The actual state.
 *
 * @author u206123 (Florian Seidl)
 * @since 0.0.6, 2016.
 */
public enum ActionResult {
	FAILED, SUCCESS, NONE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy