Class AttestationOptions
java.lang.Object
hudson.model.AbstractDescribableImpl<AttestationOptions>
io.jenkins.plugins.xygeni.saltbuildstep.model.AttestationOptions
- All Implemented Interfaces:
Describable<AttestationOptions>
,Serializable
public class AttestationOptions
extends AbstractDescribableImpl<AttestationOptions>
implements Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAttestationOptions
(boolean noUpload, String project, boolean noResultUpload) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setNoResultUpload
(boolean noresultupload) void
setNoUpload
(boolean noupload) void
setProject
(String project) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
AttestationOptions
@DataBoundConstructor public AttestationOptions(boolean noUpload, String project, boolean noResultUpload)
-
-
Method Details