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

io.fabric8.openshift.api.model.BuildStatusFluent Maven / Gradle / Ivy

There is a newer version: 6.13.4
Show newest version
package io.fabric8.openshift.api.model;

import java.util.Map;
import io.fabric8.kubernetes.api.model.KubernetesResource;
import java.util.Map;
import java.util.HashMap;
import java.io.Serializable;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.ObjectReferenceBuilder;

public interface BuildStatusFluent> extends Fluent{


    public Boolean isCancelled();    public T withCancelled( Boolean cancelled);    public String getCompletionTimestamp();    public T withCompletionTimestamp( String completionTimestamp);    public ObjectReference getConfig();    public T withConfig( ObjectReference config);    public ConfigNested withNewConfig();    public ConfigNested withNewConfigLike( ObjectReference item);    public ConfigNested editConfig();    public Long getDuration();    public T withDuration( Long duration);    public String getMessage();    public T withMessage( String message);    public String getOutputDockerImageReference();    public T withOutputDockerImageReference( String outputDockerImageReference);    public String getPhase();    public T withPhase( String phase);    public String getReason();    public T withReason( String reason);    public String getStartTimestamp();    public T withStartTimestamp( String startTimestamp);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface ConfigNested extends Nested, ObjectReferenceFluent>{
            public N endConfig();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy