Examples of anime()


Examples of hudson.model.BallColor.anime()

     */
    @Exported
    public BallColor getIconColor() {
        BallColor c = getError()!=null ? BallColor.RED : BallColor.BLUE;
        // TODO this should probably also be _anime in case this is a step node with a body and the body is still running (try FlowGraphTable for example)
        if (isRunning())        c = c.anime();
        return c;
    }

    /**
     * Gets a human readable name for this type of the node.
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.