Uses of Class
hudson.model.CauseAction
-
Packages that use CauseAction Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of CauseAction in hudson.model
Methods in hudson.model with parameters of type CauseAction Modifier and Type Method Description protected void
CauseAction.ConverterImpl. callback(CauseAction ca, com.thoughtworks.xstream.converters.UnmarshallingContext context)
Constructors in hudson.model with parameters of type CauseAction Constructor Description CauseAction(CauseAction ca)
-
Uses of CauseAction in jenkins.model
Methods in jenkins.model that return CauseAction Modifier and Type Method Description static CauseAction
ParameterizedJobMixIn. getBuildCause(ParameterizedJobMixIn.ParameterizedJob job, org.kohsuke.stapler.StaplerRequest req)
Computes the build cause, using RemoteCause or UserCause as appropriate.
-