Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter name feature #305

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Removed whitespace and test output
unityunityunity committed Apr 18, 2017
commit cc5133874ae963b2ea66d98f5616da4bc1fab22c
Original file line number Diff line number Diff line change
@@ -52,8 +52,7 @@ public static Config defaultConfig() {

return getOrElse(order, new ByName());
}



public void setOrder(Comparator<Job<?, ?>> order) {
this.order = order;
}
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@
<a title="{{project.name}}"
href="{{project.url}}">{{project.jobNameFiltered != project.name ? project.jobNameFiltered : project.name}}</a>
</h2>
{{project}}
<ul class="details">
<li data-ng-show="! project.claim.active">{{ project.headline }}</li>
<li data-ng-show="!! project.lastCompletedBuild.description" class="build-description description-setter-plugin"